![]() |
Diana Software
|
Extension of ROOT's basic text box TGTextEntry. More...
Public Member Functions | |
| QGTextEntry (const TGWindow *p=0) | |
| Constructor. More... | |
| virtual | ~QGTextEntry () |
| Destructor. More... | |
| void | HandleShiftTabPressed () |
| Handle shift-tab pressed. More... | |
| void | HandleTabPressed () |
| Handle tab pressed. More... | |
| void | QGHandleEvent (Event_t *event) |
| Handle event. More... | |
| void | SetShiftTabTarget (TGTextEntry *textBox) |
| Set text box to shift-tab to. More... | |
| void | SetTabTarget (TGTextEntry *textBox) |
| Set text box to tab to. More... | |
Private Attributes | |
| TGTextEntry * | fShiftTabTarget |
| Text box to shift-tab to. More... | |
| TGTextEntry * | fTabTarget |
| Text box to tab to. More... | |
Extension of ROOT's basic text box TGTextEntry.
Definition at line 13 of file QGTextEntry.hh.
| QGTextEntry::QGTextEntry | ( | const TGWindow * | p = 0 | ) |
Constructor.
|
virtual |
Destructor.
Definition at line 12 of file QGTextEntry.cc.
| void QGTextEntry::HandleShiftTabPressed | ( | ) |
| void QGTextEntry::HandleTabPressed | ( | ) |
| void QGTextEntry::QGHandleEvent | ( | Event_t * | event | ) |
Handle event.
Definition at line 16 of file QGTextEntry.cc.
| void QGTextEntry::SetShiftTabTarget | ( | TGTextEntry * | textBox | ) |
Set text box to shift-tab to.
Definition at line 37 of file QGTextEntry.cc.
References fShiftTabTarget.
| void QGTextEntry::SetTabTarget | ( | TGTextEntry * | textBox | ) |
Set text box to tab to.
Definition at line 47 of file QGTextEntry.cc.
References fTabTarget.
Referenced by QGHistogramParametersFrame::QGHistogramParametersFrame(), and QGScatterPlotParametersFrame::QGScatterPlotParametersFrame().
|
private |
Text box to shift-tab to.
Definition at line 38 of file QGTextEntry.hh.
Referenced by HandleShiftTabPressed(), and SetShiftTabTarget().
|
private |
Text box to tab to.
Definition at line 41 of file QGTextEntry.hh.
Referenced by HandleTabPressed(), and SetTabTarget().