Code::Blocks
SVN r11506
|
#include <insertclassmethoddlg.h>
Public Member Functions | |
InsertClassMethodDlg (wxWindow *parent, ParserBase *parser, const wxString &filename) | |
virtual | ~InsertClassMethodDlg () |
wxArrayString | GetCode () const |
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 | FillClasses () |
void | FillMethods () |
void | OnClassesChange (wxCommandEvent &event) |
void | OnCodeChange (wxCommandEvent &event) |
void | OnFilterChange (wxCommandEvent &event) |
DECLARE_EVENT_TABLE () | |
Private Attributes | |
ParserBase * | m_Parser |
bool | m_Decl |
wxString | m_Filename |
Definition at line 21 of file insertclassmethoddlg.h.
InsertClassMethodDlg::InsertClassMethodDlg | ( | wxWindow * | parent, |
ParserBase * | parser, | ||
const wxString & | filename | ||
) |
Definition at line 92 of file insertclassmethoddlg.cpp.
References _T, wxXmlResource::Get(), and wxXmlResource::LoadObject().
|
virtual |
Definition at line 104 of file insertclassmethoddlg.cpp.
|
private |
|
private |
Definition at line 133 of file insertclassmethoddlg.cpp.
References TokenTree::at(), Token::m_Name, Token::m_TokenKind, TokenTree::size(), tkClass, and tkTypedef.
|
private |
Definition at line 155 of file insertclassmethoddlg.cpp.
References _T, InsertClassMethodDlgHelper::DoFillMethodsFor(), wxCheckListBox::IsChecked(), and Token::m_Name.
wxArrayString InsertClassMethodDlg::GetCode | ( | ) | const |
Definition at line 109 of file insertclassmethoddlg.cpp.
References _T, wxArrayString::Add(), wxCheckListBox::GetCount(), wxCheckListBox::GetString(), wxCheckListBox::IsChecked(), and wxString::Replace().
|
private |
Definition at line 182 of file insertclassmethoddlg.cpp.
Referenced by InsertClassMethodDlgHelper::DoFillMethodsFor().
|
private |
Definition at line 187 of file insertclassmethoddlg.cpp.
Referenced by InsertClassMethodDlgHelper::DoFillMethodsFor().
|
private |
Definition at line 192 of file insertclassmethoddlg.cpp.
Referenced by InsertClassMethodDlgHelper::DoFillMethodsFor().
|
private |
Definition at line 37 of file insertclassmethoddlg.h.
|
private |
Definition at line 38 of file insertclassmethoddlg.h.
|
private |
Definition at line 36 of file insertclassmethoddlg.h.