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

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

wxButtonm_OpenFiles
 
wxButtonm_ProjectFiles
 

Detailed Description

Definition at line 66 of file coderefactoring.cpp.

Constructor & Destructor Documentation

◆ ScopeDialog()

ScopeDialog::ScopeDialog ( wxWindow parent,
const wxString title 
)
inline

Member Function Documentation

◆ OnClose()

void ScopeDialog::OnClose ( cb_unused wxCloseEvent event)
inlineprivate

Definition at line 105 of file coderefactoring.cpp.

References wxID_CLOSE.

Referenced by ScopeDialog().

◆ OnOpenFilesClick()

void ScopeDialog::OnOpenFilesClick ( cb_unused wxCommandEvent event)
inlineprivate

Definition at line 106 of file coderefactoring.cpp.

Referenced by ScopeDialog().

◆ OnProjectFilesClick()

void ScopeDialog::OnProjectFilesClick ( cb_unused wxCommandEvent event)
inlineprivate

Definition at line 107 of file coderefactoring.cpp.

Referenced by ScopeDialog().

Member Data Documentation

◆ ID_OPEN_FILES

const long ScopeDialog::ID_OPEN_FILES = wxNewId()
static

Definition at line 101 of file coderefactoring.cpp.

Referenced by CodeRefactoring::Parse(), and ScopeDialog().

◆ ID_PROJECT_FILES

const long ScopeDialog::ID_PROJECT_FILES = wxNewId()
static

Definition at line 102 of file coderefactoring.cpp.

Referenced by CodeRefactoring::Parse(), and ScopeDialog().

◆ m_OpenFiles

wxButton* ScopeDialog::m_OpenFiles
private

Definition at line 109 of file coderefactoring.cpp.

Referenced by ScopeDialog().

◆ m_ProjectFiles

wxButton* ScopeDialog::m_ProjectFiles
private

Definition at line 110 of file coderefactoring.cpp.

Referenced by ScopeDialog().


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