[root] / trunk / graf2d / graf / src / TPaveText.cxx Repository:
ViewVC logotype

Log of /trunk/graf2d/graf/src/TPaveText.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 44507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 4 12:30:41 2012 UTC (2 years, 7 months ago) by axel
File length: 29962 byte(s)
Diff to previous 41891
Remove
  using namespace std;
from Riostream.h, which has huge consequences for all of ROOT.
Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd.

Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers.
ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers.

Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style.
TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones.

Revision 41891 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 10 22:46:31 2011 UTC (3 years, 2 months ago) by pcanal
File length: 29762 byte(s)
Diff to previous 41195
Remove all assigned but unused variable discovered by g++ 4.6.1 (including one completely nop function)

Revision 41195 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 6 11:00:21 2011 UTC (3 years, 3 months ago) by couet
File length: 29924 byte(s)
Diff to previous 39499
Fix coverity reports (UNINIT)

Revision 39499 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 31 09:18:39 2011 UTC (3 years, 7 months ago) by couet
File length: 29922 byte(s)
Diff to previous 36735
- New TPaveText example used by the TPaveText.cxx doc.

Revision 36735 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 18 09:33:53 2010 UTC (4 years, 2 months ago) by couet
File length: 29719 byte(s)
Diff to previous 34286
- Fix bug savannah bug #75432
  Saving canvas as a .C macro will discard white title and stat box background

Revision 34286 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 1 20:38:57 2010 UTC (4 years, 6 months ago) by rdm
File length: 29718 byte(s)
Diff to previous 31686
fix format errors related to TString::Form(), TString::Format(), Form()
and Printf().

Revision 31686 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 8 16:45:38 2009 UTC (5 years, 1 month ago) by couet
File length: 29614 byte(s)
Diff to previous 24837
- initialize members (coverity)

Revision 24837 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 15 16:25:49 2008 UTC (6 years, 6 months ago) by couet
File length: 29575 byte(s)
Diff to previous 23140
- The vertical text aligment is now done using the text alignment
  attributes instead of the trick used before.

Revision 23140 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 11 11:01:39 2008 UTC (6 years, 9 months ago) by rdm
File length: 29981 byte(s)
Diff to previous 21231
move the following directories to "graf2d":

asimage, freetype, gpad, graf, postscript, qt, win32gdk, x11, x11ttf

move the following directories to "graf3d":

eve, ftgl, g3d, gl, x3d

Revision 21231 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 6 15:22:14 2007 UTC (7 years, 1 month ago) by rdm
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29981 byte(s)
Diff to previous 20882
change all occurances where %x is used to format a pointer to %lx.

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29988 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29988 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/graf/src/TPaveText.cxx
File length: 30040 byte(s)
Diff to previous 19458
remove :$ from tag line

Revision 19458 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 26 08:51:24 2007 UTC (7 years, 6 months ago) by couet
Original Path: trunk/graf/src/TPaveText.cxx
File length: 30050 byte(s)
Diff to previous 18436
- Make sure the right font is used when the text size is conputed in the
  Paint() method. This fixes the problem reported and fixed here:
  https://savannah.cern.ch/bugs/?28302
  by Oleksandr Grebenyuk.

  The folowing macro demonstrated the problem:

  {
   TCanvas *c1 = new TCanvas("c1", "c1",521,150,700,590);
   c1->Range(0,0,1,1);

   TPaveText *pt;
   TText     *text;

   pt   = new TPaveText(0.1106322,0.6004274,0.8448276,0.9764957,"br");
   text = pt->AddText("Calculate from helvetica bold");
   text = pt->AddText("Display with helvetica bold");
   pt->Draw();

   pt   = new TPaveText(0.112069,0.1325301,0.8477011,0.5562249,"br");
   pt->SetTextFont(22);
   text = pt->AddText("Calculate from helvetica bold");
   text = pt->AddText("Display with times bold");
   pt->Draw();

   TLine *line = new TLine(0.8132184,0.9558233,0.8132184,0.2309237);
   line->SetLineColor(2);   line->Draw();
   line = new TLine(0.783046,0.5140562,0.783046,0.2309237);
   line->SetLineColor(2);   line->Draw();
   TArrow *arrow = new TArrow(0.783046,0.2610442,0.8146552,0.2610442,0.02,"<|>");
   arrow->SetFillColor(2);   arrow->SetFillStyle(1001);
   arrow->SetLineColor(2);   arrow->Draw();
  }

Revision 18436 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 29 21:32:13 2007 UTC (7 years, 9 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29898 byte(s)
Diff to previous 17727
Add more comments in TPaveText and TpavesText constructors.

Revision 17727 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 6 14:35:45 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29673 byte(s)
Diff to previous 17402
In the Streamer functions replace the lines like
         TPad::Class()->ReadBuffer(b, this, v, R__s, R__c);
         TPad::Class()->WriteBuffer(b,this);
by
         b.ReadClassBuffer(TPad::Class(), this, v, R__s, R__c);
         b.WriteClassBuffer(TPad::Class(),this);

Revision 17402 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 19 16:48:00 2007 UTC (8 years ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29665 byte(s)
Diff to previous 16307
CVs been changed into a pure abstract interface.
The concrete implementation is in the new class TBufferFile.
All classes previously deriving from TBuffer derive now from TBufferFile, ie

  TBuffer  <- TBufferFile  <- TMessage
                           <- TBufferXML
                           <- TBufferSQL
                           <- TBufferSQL2

Because there are several problems with C++ operators overloading,
The I/O operators are defined in TBuffer. These are inline functions
calling C++ virtual functions defined in TBuffer and overloaded
by TBufferFile and all other derived classes when necessary.

The previous implementation of TBuffer.h included <vector> and Bytes.h.
The two include statements have been moved to TBufferFile.h. As a result the
compilation of the ROOT system is now slightly faster and a big bonus
is that changes in TBufferFile or Bytes.h will affect only TBufferFile
and will not force the recompilation of the entire system.
This change has some side-effects. If you assumed that include <vector>
was done by TBuffer.h, you may have to specify this include directly
in your class. This was the case for a few ROOT classes.


 : ----------------------------------------------------------------------

Revision 16307 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 21 20:02:20 2006 UTC (8 years, 4 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29636 byte(s)
Diff to previous 15742
From Ilka:
There is a post on RootForum http://root.cern.ch/phpBB2/viewtopic.php?t=3991 about font in TPaveText through gStyle. The class TPaveText does not have UseCurrentStyle method. It is added in the attached patch.

Revision 15742 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 9 05:27:55 2006 UTC (8 years, 6 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29101 byte(s)
Diff to previous 15672
From Eddy:
Fix many typos in comments

Revision 15672 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 3 16:10:46 2006 UTC (8 years, 6 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29096 byte(s)
Diff to previous 15171
from Axel:
Change the signature of SavePrimitive from

  void SavePrimitive(ofstream &out, Option_t *option);
to
  void SavePrimitive(ostream &out, Option_t *option = "");

With this change one can do, eg
   myhist.SavePrimitive(std::cout);

WARNING: do rm -f tree/src/*.o

Revision 15171 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 24 16:44:33 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29089 byte(s)
Diff to previous 15134
Fix coding conventions violations

Revision 15134 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 23 04:47:42 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29061 byte(s)
Diff to previous 14336
From Federico Carminati:

"I have implemented all copy and equal operators needed to silence all
warnings in AliRoot, as requested. I have implemented shallow copies as
would do the default operators synthetized by the compiler.
Most operators are protected. If users complain, you just have to move
them into the public area, but class derivation is of course supported.
It has been a terrible job, I have modified 278 files, but the changes
are backward compabile, and this goes a long way to permitting user to
use the effc++ flag with root headers."

Revision 14336 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 20 21:43:44 2006 UTC (8 years, 10 months ago) by pcanal
Original Path: trunk/graf/src/TPaveText.cxx
File length: 28729 byte(s)
Diff to previous 13304
Reduce direct dependencies on TClass.h, TROOT.h and TStreamerInfo.h.
Warning:  This means that some file that relied on the indirect
inclusion of these header file might now fail to compile with
an error message mention that gROOT is no known or that TClass,
TROOT or TStreamerInfo is incompletely defined.  Simply add the
proper include directive.

Revision 13304 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 21 13:57:42 2005 UTC (9 years, 2 months ago) by couet
Original Path: trunk/graf/src/TPaveText.cxx
File length: 28708 byte(s)
Diff to previous 12279
- Last mods (in graf) to make the rules checker happy.

Revision 12279 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 8 12:33:45 2005 UTC (9 years, 6 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 30628 byte(s)
Diff to previous 11138
From Ilka;
changes in TPaveText::EditText method that allows
changes of the text attributes at the mouse position via context menu. Any time
the global editor shows up and allows changes of the text color, size, alignment
and font.

Revision 11138 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 17 11:59:58 2005 UTC (9 years, 11 months ago) by rdm
Original Path: trunk/graf/src/TPaveText.cxx
File length: 30398 byte(s)
Diff to previous 10019
From Olivier:
- In PaintPrimitives, the variable "textsize" was sometimes too large. The
  text was drawn outside of the pave frame and when the frame was close
  to the pad border it was not drawn in PostScript files.

Revision 10019 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 13 16:39:12 2004 UTC (10 years, 4 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 30418 byte(s)
Diff to previous 5509
From Ilka:
code for saving any user
specified color via color widgets in a macro. Any color different from
the standard root colors is saved via hex rgb string. Up to now colors
were save via the index and if this index > 228 the running macro causes
SegV.

A new static method SaveColor() is added in TColor class.

Revision 5509 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 28 15:38:32 2002 UTC (12 years, 2 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29450 byte(s)
Diff to previous 5064
Changes in the SavePrimitive functions in case of log scales.

Revision 5064 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 5 21:12:12 2002 UTC (12 years, 5 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29394 byte(s)
Diff to previous 4765
Reimplement the copy constructors using TBuffer and Streamer instead of
using the old Copy functions.

Revision 4765 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 20 07:26:51 2002 UTC (12 years, 7 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29723 byte(s)
Diff to previous 4564
In TPaveText::PaintPrimitives, set the text size such that the maximum
string length does not exceed 96 per cent of the pave width.
This mod is introduced to take into account the inaccuracy of the
text size even when using True Type Fonts. The text size was always
right with Postscript.

Revision 4564 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 18 08:22:01 2002 UTC (12 years, 8 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29723 byte(s)
Diff to previous 4211
Add explicit calls to the base classes copy constructors in the copy constructors.
This is required by gcc on MacOS X

Revision 4211 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 20 20:47:02 2002 UTC (12 years, 10 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29684 byte(s)
Diff to previous 3748
Implement possibility to rotate text in a TPaveText. example
   TPaveText *pt = new TPaveText(0.2,0.2,.8,.8,"blNDC");
   TText *text1 = pt->AddText("Line 1");
   text1->SetTextAngle(0);
   text1->SetTextAlign(22);
   TText *text2 = pt->AddText("Line 2");
   text2->SetTextAngle(10);
   text2->SetTextColor(kRed);
   text2->SetTextAlign(22);
   pt->Draw();

Revision 3748 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 24 11:39:31 2002 UTC (13 years ago) by rdm
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29551 byte(s)
Diff to previous 3742
rename IOSFwd.h and IOStream.h to Riosfwd.h and Riostream.h. The change
is necessary because on Windows which is case insensitive IOStream.h
hides the real iostream.h.

Revision 3742 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 23 17:52:52 2002 UTC (13 years ago) by rdm
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29551 byte(s)
Diff to previous 3452
use IOSFwd.h in headers instead of <iosfwd> or many other ifdef'ed variant
and IOStream.h in the source instead of <iostream[.h]>, <fstream[.h]> and
<iomanip[.h]>.

Revision 3452 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 10 21:13:50 2001 UTC (13 years, 1 month ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29550 byte(s)
Diff to previous 2760
Modify the SavePrimitive functions to set the name of the pave.
This solves the problem that the "title" and "stats" objects were
drawn twice when running the generated code for histograms.

Revision 2760 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 28 16:31:24 2001 UTC (13 years, 4 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29440 byte(s)
Diff to previous 2370
Pass correct type Int_t to PixeltoY

Revision 2370 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 5 11:32:59 2001 UTC (13 years, 7 months ago) by rdm
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29433 byte(s)
Diff to previous 2340
correction in font height calculation for fixed sized fonts.

Revision 2340 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 31 15:45:45 2001 UTC (13 years, 7 months ago) by rdm
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29406 byte(s)
Diff to previous 1652
first support for font size specified in pixels.

Revision 1652 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 21 11:50:43 2001 UTC (13 years, 11 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29321 byte(s)
Diff to previous 1205
In all the SavePrimitive functions, all occurences of a backslash must be escaped
when generating the code.

Revision 1205 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 13 15:13:57 2000 UTC (14 years, 1 month ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29172 byte(s)
Diff to previous 985
      W A R N I N G   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     ==================================================================
A very long list of changes in this pre-release of version 3.00.
We have modified the signature of many functions (in particular TObject)
to introduce more constness in the system.
You must change your code if your class derives from TObject and uses
one of the modified functions such as ls, Print, Compare, Hash, etc.
The modified functions in TObject have the following signature:
   virtual TObject    *Clone() const;
   virtual Int_t       Compare(const TObject *obj) const;
   virtual void        Delete(Option_t *option=""); // *MENU*
   virtual void        DrawClass() const; // *MENU*
   virtual void        DrawClone(Option_t *option="") const; // *MENU*
   virtual void        Dump() const; // *MENU*
   virtual TObject    *FindObject(const TObject *obj) const;
   virtual char       *GetObjectInfo(Int_t px, Int_t py) const;
   virtual ULong_t     Hash() const;
   virtual void        Inspect() const; // *MENU*
   virtual Bool_t      IsEqual(const TObject *obj) const;
   virtual void        ls(Option_t *option="") const;
   virtual void        Print(Option_t *option="") const;

A similar operation has been done with classes such as TH1, TVirtualPad,
TTree, etc.

Revision 985 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 21 20:51:23 2000 UTC (14 years, 2 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29141 byte(s)
Diff to previous 610
Function Streamer now in the implementation file.
Add code for the new automatic schema evolution algorithm

Revision 610 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 8 16:05:22 2000 UTC (14 years, 4 months ago) by rdm
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29119 byte(s)
Diff to previous 160
collections don't have anymore the concept of parent (should not have been
introduced in the first place). All changes relate to the removal of the
parent in the TList ctor.

Revision 160 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 13 11:13:27 2000 UTC (14 years, 7 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29143 byte(s)
Diff to previous 47
- Mods in TPaveText: Upgrade from Float_t to Double_t
  New signature for the following functions:
        TPaveText(Double_t x1, Double_t y1,Double_t x2 ,Double_t y2, Option_t *option="br");
        virtual TBox    *AddBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2);
        virtual TLine   *AddLine(Double_t x1=0, Double_t y1=0, Double_t x2=0, Double_t y2=0);
        virtual TText   *AddText(Double_t x1, Double_t y1, const char *label);

Revision 47 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 29 06:19:21 2000 UTC (14 years, 7 months ago) by brun
Original Path: trunk/graf/src/TPaveText.cxx
File length: 29101 byte(s)
Diff to previous 3
//  29 May
- Add the following note in the TPave, TPaveLabel and TPaveText constructors:
    IMPORTANT NOTE:
    Because TPave objects (and objects deriving from TPave) have their
    master coordinate system in NDC, one cannot use the TBox functions
    SetX1,SetY1,SetX2,SetY2 to change the corner coordinates. One should use
    instead SetX1NDC, SetY1NDC, SetX2NDC, SetY2NDC.

   28 May
- Modify THistPainter::PaintStat and PaintStat2 to use the TLatex character #pm
  instead of +-

//     27 May
- Add new member functions:
    Int_t TVirtualTreePlayer::GetDimension()
    Int_t TTreePlayer::GetDimension()
  GetDimension returns the number of dimensions in the TTree::Draw expression.

- Add new function in TTree;
   void TTree::UnbinnedFit(const char *funcname ,const char *varexp, const char *selection="",Option_t *option=""
                       ,Int_t nentries=1000000000, Int_t firstentry=0);
   This function (origin Stephen Bailey) performs an unbinned fit to the
   variable(s) given in varexp.

- Remove unused data member fDimension from class TTree.

- Introduce support for "Virtuality" in TLeafObject.
  New data member fVirtual added and corresponding IsVirtual/SetVirtual functions.
  By default, fVirtual is kTRUE.
  This change allows new interesting possibilities in split mode. For example
  if a member is TShape *fShape, a real object may be now of any type
  derived from TShape (eg, TTUBE, TBRIK, etc).
  With the previous version, the fShape object had to be of the declared
  type TShape only.
  When writing a TLeafObject, the class name of the object is now written in
  the branch buffer by TLeafObject::FillBasket. When TLeafObject::ReadBasket
  is called, an instance of the real class is built and its Streamer function
  called.
  This change is backward compatible. Old files can still be processed.
  It is possible to set the virtuality for the branch to kFALSE via
  TLeafObject::SetVirtual. Setting the virtuality to kFALSE makes
  writing and reading faster and the file slightly smaller. In this case,
  a TLeafObject must be of the type declared only.

- New minor changes in TGaxis (Damir Buskulic) for date/time format
  in case the start time is not an integer value.

- Modify tutorial psexam.C to set the TPaveText TextFont to 61 instead of 62.
  Font precision 1 bypass the TLatex logic.

- Mods in TLatex to remove the special treatment for characters ' and ".
  Strings like l'#acute{e}toile  are now correctly processed.

- Fix a bug in TGraph::GetFunction. (thanks Damon Spayde). The test
    if (fFunctions)  return 0;  replaced by
    if (!fFunctions) return 0;

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/graf/src/TPaveText.cxx
File length: 28753 byte(s)
Copied from: branches/rdm/graf/src/TPaveText.cxx revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/graf/src/TPaveText.cxx
File length: 28753 byte(s)
Initial import of ROOT into CVS

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9