#include <albaGUIDialogFindVme.h>
|
| | albaGUIDialogFindVme (const wxString &title, long style=albaCLOSEWINDOW) |
| |
| virtual | ~albaGUIDialogFindVme () |
| |
| void | OnEvent (albaEventBase *alba_event) |
| |
| void | SetTree (albaGUICheckTree *tree) |
| |
| bool | FindNextNode (const char *text) |
| |
| void | MetchCase (bool mc=false) |
| |
| void | WholeWord (bool ww=false) |
| |
| | albaGUIDialog (const wxString &title, long style=albaCLOSEWINDOW|albaRESIZABLE|albaCLOSE, albaObserver *listener=NULL) |
| |
| 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 |
| |
albaGUIDialogFindVme - a dialog widget with a find VME GUI.
- See also
- albaGUIDialog
Definition at line 33 of file albaGUIDialogFindVme.h.
◆ albaGUIDialogFindVme()
| albaGUIDialogFindVme::albaGUIDialogFindVme |
( |
const wxString & |
title, |
|
|
long |
style = albaCLOSEWINDOW |
|
) |
| |
◆ ~albaGUIDialogFindVme()
| virtual albaGUIDialogFindVme::~albaGUIDialogFindVme |
( |
| ) |
|
|
virtual |
◆ OnEvent()
process the events sent by subjects
Reimplemented from albaGUIDialog.
◆ SetTree()
Set the tree on which find the VME.
◆ FindNextNode()
| bool albaGUIDialogFindVme::FindNextNode |
( |
const char * |
text | ) |
|
Useful for initialize the search string or to use it by code.
◆ MetchCase()
| void albaGUIDialogFindVme::MetchCase |
( |
bool |
mc = false | ) |
|
|
inline |
◆ WholeWord()
| void albaGUIDialogFindVme::WholeWord |
( |
bool |
ww = false | ) |
|
|
inline |
◆ FindInTreeByName()
| albaVME * albaGUIDialogFindVme::FindInTreeByName |
( |
albaVME * |
node, |
|
|
const char * |
name, |
|
|
bool |
match_case = true, |
|
|
bool |
whole_word = true |
|
) |
| |
|
protected |
Find a node in all the subtrees matching the given VME Name.
◆ AlreadyFound()
| bool albaGUIDialogFindVme::AlreadyFound |
( |
albaVME * |
n | ) |
|
|
protected |
Check if a node has been found yet.
◆ m_Gui
| albaGUI* albaGUIDialogFindVme::m_Gui |
|
protected |
◆ m_SearchString
◆ m_MatchCase
| int albaGUIDialogFindVme::m_MatchCase |
|
protected |
◆ m_WholeWord
| int albaGUIDialogFindVme::m_WholeWord |
|
protected |
◆ m_Tree
◆ m_Root
◆ m_NodeFoundList
| std::vector<albaVME*> albaGUIDialogFindVme::m_NodeFoundList |
|
protected |
The documentation for this class was generated from the following file: