Code::Blocks
SVN r11506
|
Public Member Functions | |
ScopeDialog (wxWindow *parent, const wxString &title) | |
Public Member Functions inherited from wxDialog | |
virtual int | ShowModal () |
Static Public Attributes | |
static const long | ID_OPEN_FILES = wxNewId() |
static const long | ID_PROJECT_FILES = wxNewId() |
Private Member Functions | |
void | OnClose (cb_unused wxCloseEvent &event) |
void | OnOpenFilesClick (cb_unused wxCommandEvent &event) |
void | OnProjectFilesClick (cb_unused wxCommandEvent &event) |
Private Attributes | |
wxButton * | m_OpenFiles |
wxButton * | m_ProjectFiles |
Definition at line 66 of file coderefactoring.cpp.
Definition at line 69 of file coderefactoring.cpp.
References _(), _T, wxBoxSizer::Add(), wxBoxSizer::Fit(), ConfigManager::GetDataFolder(), ID_OPEN_FILES, ID_PROJECT_FILES, m_OpenFiles, m_ProjectFiles, OnClose(), OnOpenFilesClick(), OnProjectFilesClick(), wxBoxSizer::SetSizeHints(), wxALIGN_CENTER_HORIZONTAL, wxALIGN_CENTER_VERTICAL, wxALL, wxBOTTOM, wxDefaultPosition, wxDefaultSize, wxDefaultValidator, wxEVT_CLOSE_WINDOW, wxHORIZONTAL, wxID_ANY, wxLEFT, wxRIGHT, and wxVERTICAL.
|
inlineprivate |
Definition at line 105 of file coderefactoring.cpp.
References wxID_CLOSE.
Referenced by ScopeDialog().
|
inlineprivate |
Definition at line 106 of file coderefactoring.cpp.
Referenced by ScopeDialog().
|
inlineprivate |
Definition at line 107 of file coderefactoring.cpp.
Referenced by ScopeDialog().
|
static |
Definition at line 101 of file coderefactoring.cpp.
Referenced by CodeRefactoring::Parse(), and ScopeDialog().
|
static |
Definition at line 102 of file coderefactoring.cpp.
Referenced by CodeRefactoring::Parse(), and ScopeDialog().
|
private |
Definition at line 109 of file coderefactoring.cpp.
Referenced by ScopeDialog().
|
private |
Definition at line 110 of file coderefactoring.cpp.
Referenced by ScopeDialog().