Code::Blocks
SVN r11506
|
#include <editwatchdlg.h>
Public Member Functions | |
EditWatchDlg (cb::shared_ptr< GDBWatch > w, wxWindow *parent) | |
virtual | ~EditWatchDlg () |
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 () |
Protected Member Functions | |
void | EndModal (int retCode) |
Protected Attributes | |
cb::shared_ptr< GDBWatch > | m_watch |
Definition at line 13 of file editwatchdlg.h.
Definition at line 27 of file editwatchdlg.cpp.
References _T, wxXmlResource::Get(), wxXmlResource::LoadObject(), and m_watch.
|
virtual |
Definition at line 48 of file editwatchdlg.cpp.
|
protected |
Definition at line 53 of file editwatchdlg.cpp.
References CleanStringValue(), ScriptBindings::EndModal(), m_watch, and wxID_OK.
|
protected |
Definition at line 22 of file editwatchdlg.h.
Referenced by EditWatchDlg(), and EndModal().