Code::Blocks  SVN r11506
Public Member Functions | Private Member Functions | Private Attributes | List of all members
GetUserVariableDialog Class Reference
Inheritance diagram for GetUserVariableDialog:
Collaboration diagram for GetUserVariableDialog:

Public Member Functions

 GetUserVariableDialog (wxWindow *parent, const wxString &old)
 
wxString GetVariable ()
 
- Public Member Functions inherited from wxScrollingDialog
 wxScrollingDialog ()
 
 wxScrollingDialog (wxWindow *parent, int id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const wxString &name=_("dialogBox"))
 
- Public Member Functions inherited from wxDialog
virtual int ShowModal ()
 

Private Member Functions

void OnOK (cb_unused wxCommandEvent &event)
 
void OnCancel (cb_unused wxCommandEvent &event)
 
void OnConfig (cb_unused wxCommandEvent &event)
 
void OnActivated (wxTreeEvent &event)
 
void Load ()
 
wxString GetSelectedVariable ()
 

Private Attributes

wxTreeCtrlm_treectrl
 
wxString m_SelectedVar
 
wxString m_old
 

Detailed Description

Definition at line 68 of file uservarmanager.cpp.

Constructor & Destructor Documentation

◆ GetUserVariableDialog()

GetUserVariableDialog::GetUserVariableDialog ( wxWindow parent,
const wxString old 
)

Member Function Documentation

◆ GetSelectedVariable()

wxString GetUserVariableDialog::GetSelectedVariable ( )
private

◆ GetVariable()

wxString GetUserVariableDialog::GetVariable ( )
inline

◆ Load()

void GetUserVariableDialog::Load ( )
private

◆ OnActivated()

void GetUserVariableDialog::OnActivated ( wxTreeEvent event)
private

◆ OnCancel()

void GetUserVariableDialog::OnCancel ( cb_unused wxCommandEvent event)
private

◆ OnConfig()

void GetUserVariableDialog::OnConfig ( cb_unused wxCommandEvent event)
private

◆ OnOK()

void GetUserVariableDialog::OnOK ( cb_unused wxCommandEvent event)
private

Member Data Documentation

◆ m_old

wxString GetUserVariableDialog::m_old
private

Definition at line 86 of file uservarmanager.cpp.

Referenced by GetUserVariableDialog().

◆ m_SelectedVar

wxString GetUserVariableDialog::m_SelectedVar
private

Definition at line 85 of file uservarmanager.cpp.

Referenced by GetVariable(), OnActivated(), OnCancel(), and OnOK().

◆ m_treectrl

wxTreeCtrl* GetUserVariableDialog::m_treectrl
private

Definition at line 84 of file uservarmanager.cpp.

Referenced by GetSelectedVariable(), GetUserVariableDialog(), and Load().


The documentation for this class was generated from the following file: