![]() |
AliPhysics
fceccc5 (fceccc5)
|
#include <AliFigure.h>
Public Member Functions | |
AliFigure (const char *name="", const char *title="", Int_t ww=800, Int_t wh=600) | |
ClassDef (AliFigure, 1) | |
![]() | |
AliCanvas (const char *name="", const char *title="", Int_t ww=800, Int_t wh=600) | |
~AliCanvas () | |
void | Draw (Option_t *option="") |
void | Paint (Option_t *option="") |
void | Clear (Option_t *option="") |
void | Update () |
void | SetStatus (Status_t status) |
void | SetLogoFilename (Status_t status, TString filename) |
void | SetLogoPos (Float_t x, Float_t y) |
void | SetLogoPos (Pos_t pos) |
void | SetLogoSize (Float_t size) |
void | SetCollSystem (TString txt) |
void | SetCollSystemPos (Float_t x, Float_t y) |
void | SetDataSample (TString txt) |
void | SetTextSize (Float_t size) |
void | SetDisabled (Bool_t disable=kTRUE) |
Bool_t | GetDisabled () const |
void | SetDisabledMargin (Bool_t disable=kTRUE) |
Bool_t | GetDisabledMargin () const |
Additional Inherited Members | |
![]() | |
enum | Status_t { kWorkInProgress = 0, kThisWork, kPerformance, kPreliminary, kFinal, kStatusLast } |
enum | Mode_t { kPresentation, kPrint } |
enum | Pos_t { kN = 0, kNE, kE, kSE, kS, kSW, kW, kNW, kCenter } |
![]() | |
static TStyle * | Style () |
![]() | |
void | UpdateLogo () |
void | UpdateLogoPos () |
void | UpdatePad (TPad *pad) |
![]() | |
Bool_t | fDisabled |
Bool_t | fDisabledMargin |
Bool_t | isMC |
Status_t | fStatus |
TString | fDateFormat |
Float_t | fTextSize |
Color_t | fTextColor |
TString | fLogoFilename [kStatusLast] |
Float_t | fLogoPosX |
Float_t | fLogoPosY |
Float_t | fLogoHeight |
TPad * | fLogoPad |
TText * | fDate |
TText * | fStatusPad |
TLatex * | fCollSystem |
TLatex * | fDataSample |
TText * | fTag |
TASImage * | fLogo |
const char * | fStatusString [kStatusLast] |
![]() | |
static TStyle * | fgStyle |
Definition at line 13 of file AliFigure.h.
AliFigure::AliFigure | ( | const char * | name = "" , |
const char * | title = "" , |
||
Int_t | ww = 800 , |
||
Int_t | wh = 600 |
||
) |
Definition at line 28 of file AliFigure.cxx.
AliFigure::ClassDef | ( | AliFigure | , |
1 | |||
) |