| Code::Blocks
    SVN r11506
    | 
#include <databreakpointdlg.h>
| Public Member Functions | |
| DataBreakpointDlg (wxWindow *parent, const wxString &dataExpression, bool enabled, int selection) | |
| virtual | ~DataBreakpointDlg () | 
| bool | IsBreakpointEnabled () | 
| int | GetSelection () | 
| wxString | GetDataExpression () 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 () | 
| Static Public Attributes | |
| static const long | ID_CHK_ENABLED = wxNewId() | 
| static const long | ID_TXT_DATA_EXPRESION = wxNewId() | 
| static const long | ID_RDO_CONDITION = wxNewId() | 
| Protected Attributes | |
| wxRadioBox * | m_condition | 
| wxCheckBox * | m_enabled | 
| wxTextCtrl * | m_dataExpression | 
| wxStdDialogButtonSizer * | StdDialogButtonSizer1 | 
Definition at line 23 of file databreakpointdlg.h.
| DataBreakpointDlg::DataBreakpointDlg | ( | wxWindow * | parent, | 
| const wxString & | dataExpression, | ||
| bool | enabled, | ||
| int | selection | ||
| ) | 
Definition at line 30 of file databreakpointdlg.cpp.
References _(), _T, wxBoxSizer::Add(), wxBoxSizer::Fit(), wxBoxSizer::SetSizeHints(), wxALL, wxDEFAULT_DIALOG_STYLE, wxDefaultPosition, wxDefaultSize, wxDefaultValidator, wxEmptyString, wxEXPAND, wxID_ANY, wxID_CANCEL, wxID_OK, wxLEFT, wxRIGHT, wxTE_PROCESS_ENTER, wxTOP, and wxVERTICAL.
| 
 | virtual | 
Definition at line 67 of file databreakpointdlg.cpp.
| wxString DataBreakpointDlg::GetDataExpression | ( | ) | const | 
Definition at line 83 of file databreakpointdlg.cpp.
References CleanStringValue(), and m_dataExpression.
Referenced by DebuggerGDB::AddDataBreakpoint(), and DebuggerGDB::UpdateBreakpoint().
| int DataBreakpointDlg::GetSelection | ( | ) | 
Definition at line 78 of file databreakpointdlg.cpp.
References wxRadioBox::GetSelection(), and m_condition.
Referenced by DebuggerGDB::AddDataBreakpoint(), and DebuggerGDB::UpdateBreakpoint().
| bool DataBreakpointDlg::IsBreakpointEnabled | ( | ) | 
Definition at line 73 of file databreakpointdlg.cpp.
References wxCheckBox::IsChecked(), and m_enabled.
| 
 | static | 
Definition at line 31 of file databreakpointdlg.h.
| 
 | static | 
Definition at line 33 of file databreakpointdlg.h.
| 
 | static | 
Definition at line 32 of file databreakpointdlg.h.
| 
 | protected | 
Definition at line 46 of file databreakpointdlg.h.
Referenced by GetSelection().
| 
 | protected | 
Definition at line 48 of file databreakpointdlg.h.
Referenced by GetDataExpression().
| 
 | protected | 
Definition at line 47 of file databreakpointdlg.h.
Referenced by IsBreakpointEnabled().
| 
 | protected | 
Definition at line 49 of file databreakpointdlg.h.
 1.8.13
 1.8.13