ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
TAttCanvas () | |
virtual | ~TAttCanvas () |
Destructor. More... | |
virtual void | Copy (TAttCanvas &attcanvas) const |
Copy constructor. More... | |
Float_t | GetAdate () const |
Float_t | GetTitleFromTop () const |
Float_t | GetXBetween () const |
Float_t | GetXdate () const |
Float_t | GetYBetween () const |
Float_t | GetYdate () const |
virtual void | Print (Option_t *option="") const |
Print canvas attributes. More... | |
virtual void | ResetAttCanvas (Option_t *option="") |
Print canvas attributes. More... | |
virtual void | SetAdate (Float_t adate) |
virtual void | SetTitleFromTop (Float_t titlefromtop) |
virtual void | SetXBetween (Float_t xbetween) |
virtual void | SetXdate (Float_t xdate) |
virtual void | SetYBetween (Float_t ybetween) |
virtual void | SetYdate (Float_t ydate) |
Private Attributes | |
Float_t | fXBetween |
Float_t | fYBetween |
Float_t | fTitleFromTop |
Float_t | fXdate |
Float_t | fYdate |
Float_t | fAdate |
#include <TAttCanvas.h>
TAttCanvas::TAttCanvas | ( | ) |
|
virtual |
Destructor.
Definition at line 34 of file TAttCanvas.cxx.
|
virtual |
Copy constructor.
Definition at line 41 of file TAttCanvas.cxx.
|
inline |
Definition at line 41 of file TAttCanvas.h.
|
inline |
Definition at line 42 of file TAttCanvas.h.
|
inline |
Definition at line 43 of file TAttCanvas.h.
|
inline |
Definition at line 44 of file TAttCanvas.h.
|
inline |
Definition at line 45 of file TAttCanvas.h.
|
inline |
Definition at line 46 of file TAttCanvas.h.
Print canvas attributes.
Definition at line 54 of file TAttCanvas.cxx.
Print canvas attributes.
Definition at line 61 of file TAttCanvas.cxx.
Definition at line 49 of file TAttCanvas.h.
Definition at line 50 of file TAttCanvas.h.
Definition at line 52 of file TAttCanvas.h.
Definition at line 53 of file TAttCanvas.h.
Definition at line 54 of file TAttCanvas.h.
Definition at line 55 of file TAttCanvas.h.
|
private |
Definition at line 35 of file TAttCanvas.h.
Referenced by Copy(), GetAdate(), and ResetAttCanvas().
|
private |
Definition at line 32 of file TAttCanvas.h.
Referenced by Copy(), GetTitleFromTop(), and ResetAttCanvas().
|
private |
Definition at line 30 of file TAttCanvas.h.
Referenced by Copy(), GetXBetween(), and ResetAttCanvas().
|
private |
Definition at line 33 of file TAttCanvas.h.
Referenced by Copy(), GetXdate(), and ResetAttCanvas().
|
private |
Definition at line 31 of file TAttCanvas.h.
Referenced by Copy(), GetYBetween(), and ResetAttCanvas().
|
private |
Definition at line 34 of file TAttCanvas.h.
Referenced by Copy(), GetYdate(), and ResetAttCanvas().