| Code::Blocks
    SVN r11506
    | 
#include <edittooldlg.h>
| Public Member Functions | |
| EditToolDlg (wxWindow *parent, cbTool *tool) | |
| ~EditToolDlg () override | |
| void | EndModal (int retCode) override | 
|  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 | OnUpdateUI (wxUpdateUIEvent &event) | 
| void | OnBrowseCommand (wxCommandEvent &event) | 
| void | OnBrowseDir (wxCommandEvent &event) | 
| Private Attributes | |
| cbTool * | m_Tool | 
| the tool we are editing (setting up)  More... | |
Definition at line 15 of file edittooldlg.h.
Definition at line 35 of file edittooldlg.cpp.
References _T, cbThrow, wxXmlResource::Get(), and wxXmlResource::LoadObject().
| 
 | override | 
Definition at line 50 of file edittooldlg.cpp.
| 
 | override | 
Definition at line 80 of file edittooldlg.cpp.
References ScriptBindings::EndModal(), m_Tool, cbTool::SetCommand(), cbTool::SetLaunchOption(), cbTool::SetName(), cbTool::SetParams(), cbTool::SetWorkingDir(), and wxID_OK.
| 
 | private | 
Definition at line 65 of file edittooldlg.cpp.
References _(), wxFileName::GetFullName(), wxFileName::GetPath(), wxString::IsEmpty(), and wxFileSelector().
| 
 | private | 
Definition at line 73 of file edittooldlg.cpp.
References _(), ChooseDirectory(), and wxString::IsEmpty().
| 
 | private | 
Definition at line 57 of file edittooldlg.cpp.
References wxString::IsEmpty().
| 
 | private | 
the tool we are editing (setting up)
Definition at line 26 of file edittooldlg.h.
Referenced by EndModal().
 1.8.13
 1.8.13