
Public Member Functions | |
| QGUIBasketSelector (const TGWindow *parent, Int_t &basket, Int_t w, Int_t h) | |
| ctor | |
| QGUIBasketSelector (const TGWindow *parent, Int_t &basket) | |
| constructor with default dimensions | |
| virtual | ~QGUIBasketSelector () |
| dtor | |
| void | Close (bool qStatus) |
| close window | |
| void | Update () |
| update displayed fields | |
Private Member Functions | |
| void | PopUp () |
| void | Zeros () |
| bool | Init () |
| void | BuildNames () |
| build window names | |
| void | CreateFrames () |
| void | FillBasketList (TGListBox *qList) |
| void | AddButtonsToFrame (TGCompositeFrame *qFrame) |
Private Attributes | |
| Int_t | fTmpBasket |
| Int_t & | fBasket |
| std::vector< int > | fBasketIds |
| TGHorizontalFrame * | fHListFrame |
| TGHorizontalFrame * | fHBtnFrame |
| TGHorizontalFrame * | fHLeft |
| TGHorizontalFrame * | fHRight |
| TGTextEntry * | fSelText |
| TGListBox * | fBasketList |
| TGTextButton * | fOKBtn |
| TGTextButton * | fCancelBtn |
| QGUIBasketSelector::QGUIBasketSelector | ( | const TGWindow * | parent, | |
| Int_t & | basket, | |||
| Int_t | w, | |||
| Int_t | h | |||
| ) |
ctor
| basket | filled with settings basket selected by the user |
| QGUIBasketSelector::QGUIBasketSelector | ( | const TGWindow * | parent, | |
| Int_t & | basket | |||
| ) |
constructor with default dimensions
| basket | filled with settings basket selected by the user |
| void QGUIBasketSelector::CreateFrames | ( | ) | [private] |
create graphical frames
References BuildNames().
1.5.6