|
| albaGUIVMEChooser (albaGUICheckTree *tree, wxString dialog_title="Vme Chooser", void *vme_accept_function=0, long style=REPRESENTATION_AS_TREE, bool multiSelect=false, albaVME *subTree=NULL) |
|
| ~albaGUIVMEChooser () |
|
std::vector< albaVME * > | ShowChooserDialog () |
|
void | OnEvent (albaEventBase *alba_event) |
|
| albaGUIDialog (const wxString &title, long style=albaCLOSEWINDOW|albaRESIZABLE|albaCLOSE) |
|
virtual | ~albaGUIDialog () |
|
void | SetListener (albaObserver *Listener) |
|
void | OnEvent (albaEventBase *alba_event) |
|
void | Add (wxWindow *window, int option=0, int flag=wxEXPAND, int border=0) |
|
void | Add (albaGUI *window, int option=0, int flag=wxEXPAND, int border=0) |
|
void | Add (wxSizer *sizer, int option=0, int flag=wxEXPAND, int border=0) |
|
bool | Remove (wxWindow *window) |
|
bool | Remove (wxSizer *sizer) |
|
int | ShowModal () |
|
void | EnableOk (bool enable) |
|
void | EnableCancel (bool enable) |
|
void | EnableClose (bool enable) |
|
virtual void | WXSetInitialFittingClientSize (int flags, wxSizer *sizer=NULL) |
|
virtual void | OnOK (wxCommandEvent &event) |
|
virtual void | OnCancel (wxCommandEvent &event) |
|
virtual void | OnCloseWindow (wxCloseEvent &event) |
|
virtual void | OnSize (wxSizeEvent &event) |
|
| albaObserver () |
|
virtual | ~albaObserver () |
|
virtual void | OnEvent (albaEventBase *e)=0 |
|
Display a modal dialog filled with a vme tree and return the choosed vme.
The tree is filled from the vme passed in the constructor with its children.
Definition at line 40 of file albaGUIVMEChooser.h.