9 #ifndef GEV_PAGE_PROPERTIES_HH
10 #define GEV_PAGE_PROPERTIES_HH
59 virtual void SetPageSize (
const UInt_t w,
const UInt_t h );
virtual void SetPageSize(const UInt_t w, const UInt_t h)
Definition: GEVPageProperties.hh:116
ClassDef(GEVPageProperties, 0)
UInt_t page_height
Largeur de la page.
Definition: GEVPageProperties.hh:39
Color_t GetPadFillColor() const
Definition: GEVPageProperties.hh:126
Color_t GetTitleFillColor() const
Definition: GEVPageProperties.hh:134
void SetPageHeight(const UInt_t h)
Definition: GEVPageProperties.hh:109
void SetPadFillColor(const Color_t c)
Definition: GEVPageProperties.hh:150
Color_t GetFrameFillColor() const
Definition: GEVPageProperties.hh:130
UInt_t GetPageHeight() const
Definition: GEVPageProperties.hh:97
GEVPageProperties & operator=(const GEVPageProperties &original)
Definition: GEVPageProperties.cpp:55
void SetFrameFillColor(const Color_t c)
Definition: GEVPageProperties.hh:156
Color_t canvas_fill_color
Couleur de fond du canevas.
Definition: GEVPageProperties.hh:42
void SetStatFillColor(const Color_t c)
Definition: GEVPageProperties.hh:168
Color_t title_fill_color
Couleur de fond des titres des pads.
Definition: GEVPageProperties.hh:45
Definition: GEVPageProperties.hh:28
GObject(GEVPageProperties)
UInt_t GetPageWidth() const
Definition: GEVPageProperties.hh:93
void SetPageWidth(const UInt_t w)
Definition: GEVPageProperties.hh:103
virtual ~GEVPageProperties()
Definition: GEVPageProperties.cpp:71
Color_t frame_fill_color
Couleur de fond des zones des graphes.
Definition: GEVPageProperties.hh:44
UInt_t page_width
Largeur de la page.
Definition: GEVPageProperties.hh:38
void SetCanvasFillColor(const Color_t c)
Definition: GEVPageProperties.hh:144
void SetTitleFillColor(const Color_t c)
Definition: GEVPageProperties.hh:162
GEVPageProperties()
Definition: GEVPageProperties.cpp:21
Color_t pad_fill_color
Couleur de fond des pads.
Definition: GEVPageProperties.hh:43
Color_t GetStatFillColor() const
Definition: GEVPageProperties.hh:138
Color_t stat_fill_color
Couleur de fond des statistiques.
Definition: GEVPageProperties.hh:46
Color_t GetCanvasFillColor() const
Definition: GEVPageProperties.hh:122