|
Code::Blocks
SVN r11506
|
#include <selectincludefile.h>
Public Member Functions | |
| SelectIncludeFile (wxWindow *parent, wxWindowID id=-1) | |
| virtual | ~SelectIncludeFile () |
| void | AddListEntries (const wxArrayString &IncludeFile) |
| wxString | GetIncludeFile () 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 | OnOk (wxCommandEvent &event) |
| void | OnCancel (wxCommandEvent &event) |
Private Attributes | |
| wxListBox * | LstIncludeFiles |
| wxString | m_SelectedIncludeFile |
Definition at line 21 of file selectincludefile.h.
| SelectIncludeFile::SelectIncludeFile | ( | wxWindow * | parent, |
| wxWindowID | id = -1 |
||
| ) |
Definition at line 22 of file selectincludefile.cpp.
References _T, wxXmlResource::Get(), and wxXmlResource::LoadObject().
|
virtual |
Definition at line 28 of file selectincludefile.cpp.
| void SelectIncludeFile::AddListEntries | ( | const wxArrayString & | IncludeFile | ) |
Definition at line 48 of file selectincludefile.cpp.
References LstIncludeFiles.
Referenced by CodeCompletion::OnOpenIncludeFile().
|
inline |
Definition at line 28 of file selectincludefile.h.
References m_SelectedIncludeFile, OnCancel(), and OnOk().
Referenced by CodeCompletion::OnOpenIncludeFile().
|
private |
Definition at line 43 of file selectincludefile.cpp.
References ScriptBindings::EndModal(), and wxID_CANCEL.
Referenced by GetIncludeFile().
|
private |
Definition at line 32 of file selectincludefile.cpp.
References wxString::Clear(), ScriptBindings::EndModal(), LstIncludeFiles, m_SelectedIncludeFile, wxID_OK, and wxNOT_FOUND.
Referenced by GetIncludeFile().
|
private |
Definition at line 34 of file selectincludefile.h.
Referenced by AddListEntries(), and OnOk().
|
private |
Definition at line 36 of file selectincludefile.h.
Referenced by GetIncludeFile(), and OnOk().
1.8.13