Public Member Functions | |
QGScatterPlotParametersFrame (QGScatterPlotEditWindow *p=0, UInt_t w=100, UInt_t h=100) | |
Constructor. | |
virtual | ~QGScatterPlotParametersFrame () |
Destructor. | |
QGDropDownBox * | GetXDropDownBox () |
Get pointer to x-axis variable drop down box. | |
std::string | GetXUnits () |
Get x-axis units. | |
std::string | GetXVariable () |
Get x-axis variable. | |
QGDropDownBox * | GetYDropDownBox () |
Get pointer to y-axis variable drop down box. | |
std::string | GetYUnits () |
Get y-axis units. | |
std::string | GetYVariable () |
Get y-axis variable. | |
bool | IsSuperimposeSet () |
Handle event in x-axis units box. | |
void | SetSuperimpose (bool flag=true) |
Set whether the superimpose box is checked. | |
void | SetXUnits (const std::string &units) |
Set the x-axis units. | |
void | SetXVariable (const std::string &x) |
Set the x-axis variable. | |
void | SetYUnits (const std::string &units) |
Set the y-axis units. | |
void | SetYVariable (const std::string &y) |
Set the y-axis variable. | |
Private Attributes | |
QGScatterPlotEditWindow * | fScatterPlotEditWindow |
Pointer to parent scatter plot edit window. | |
TGCheckButton * | fSuperimposeBox |
Superimpose check box. | |
QGDropDownBox * | fXDropDownBox |
x-axis variable drop down box | |
TGHorizontalFrame * | fXFrame |
Horizontal frame for x-axis variable. | |
TGLabel * | fXLabel |
X label. | |
QGTextEntry * | fXUnitsBox |
x-axis units box | |
QGDropDownBox * | fYDropDownBox |
y-axis variable drop down box | |
TGHorizontalFrame * | fYFrame |
Horizontal frame for y-axis variable. | |
TGLabel * | fYLabel |
Y label. | |
QGTextEntry * | fYUnitsBox |
y-axis units box |
bool QGScatterPlotParametersFrame::IsSuperimposeSet | ( | ) |
Handle event in x-axis units box.
Handle event in x-axis variable box Handle event in y-axis units box Handle event in y-axis variable box Return true if superimpose box is checked
References fSuperimposeBox.