Code::Blocks
SVN r11506
|
dialog to show the value of a watch More...
Static Public Member Functions | |
static WatchRawDialog * | Create (const WatchesProperty *watch) |
static void | UpdateValue (const WatchesProperty *watch) |
Private Types | |
enum | Type { TypeNormal, TypeDebug, TypeWatchTree } |
typedef std::map< cbWatch const *, WatchRawDialog * > | Map |
Private Member Functions | |
WatchRawDialog () | |
void | OnClose (cb_unused wxCloseEvent &event) |
void | SetValue (const WatchesProperty *watch) |
Static Private Member Functions | |
static void | WatchToString (wxString &result, const cbWatch &watch, const wxString &indent=wxEmptyString) |
Private Attributes | |
wxTextCtrl * | m_text |
Type | m_type |
Static Private Attributes | |
static Map | s_dialogs |
Additional Inherited Members | |
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 () |
dialog to show the value of a watch
Definition at line 199 of file watchesdlg.cpp.
|
private |
Definition at line 320 of file watchesdlg.cpp.
|
private |
Enumerator | |
---|---|
TypeNormal | |
TypeDebug | |
TypeWatchTree |
Definition at line 202 of file watchesdlg.cpp.
|
inlineprivate |
Definition at line 245 of file watchesdlg.cpp.
References wxBoxSizer::Add(), wxALL, wxDEFAULT_DIALOG_STYLE, wxDefaultPosition, wxDefaultSize, wxEmptyString, wxEXPAND, wxID_ANY, wxRESIZE_BORDER, wxTE_MULTILINE, wxTE_READONLY, and wxVERTICAL.
|
inlinestatic |
Definition at line 209 of file watchesdlg.cpp.
References cbAssert, and WatchesProperty::GetWatch().
Referenced by WatchRawDialogAdapter::DoShowDialog().
|
inlineprivate |
Definition at line 262 of file watchesdlg.cpp.
|
inlineprivate |
Definition at line 275 of file watchesdlg.cpp.
References WatchesProperty::GetWatch(), and WatchToString().
|
inlinestatic |
Definition at line 238 of file watchesdlg.cpp.
References WatchesProperty::GetWatch().
Referenced by AppendChildren(), and UpdateWatch().
|
inlinestaticprivate |
Definition at line 299 of file watchesdlg.cpp.
References wxString::Format(), cbWatch::GetChild(), cbWatch::GetChildCount(), cbWatch::GetSymbol(), cbWatch::GetValue(), WatchToString(), and wxT.
|
private |
Definition at line 324 of file watchesdlg.cpp.
|
private |
Definition at line 325 of file watchesdlg.cpp.
|
staticprivate |
Definition at line 322 of file watchesdlg.cpp.