#include <HVisitors.h>
Inheritance diagram for AxisTitleAttribSetter:
See root class TAxis for a documentation of these attributes
Definition at line 230 of file HVisitors.h.
Public Member Functions | |
AxisTitleAttribSetter (int axis_, const char *name_=0, Double_t size_=-1, Double_t offset_=-999., Color_t lcolor_=-1, Style_t font_=-1) | |
Constructor. | |
virtual void | visit (RegO &h) const |
The visit function. | |
Private Member Functions | |
AxisTitleAttribSetter (const AxisTitleAttribSetter &source) | |
Private copy constructor, left unimplemented: No copying! | |
AxisTitleAttribSetter & | operator= (const AxisTitleAttribSetter &source) |
Private assignment operator, left unimplemented: No assignment! | |
Private Attributes | |
int | axis |
The axis (1=x, 2=y, 3=z). | |
char * | name |
The new name (0: dont set). | |
Double_t | size |
The new size (<0: dont set). | |
Double_t | offset |
The new offset (=-999: dont set). | |
Color_t | lcolor |
The new color (-1: dont set). | |
Style_t | font |
The new label font (-1: dont set). |
|
Constructor.
Definition at line 233 of file HVisitors.h. |
|
The visit function.
Implements ConstHVisitor. Definition at line 253 of file HVisitors.h. |