Code::Blocks  SVN r11506
Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
DataBreakpointDlg Class Reference

#include <databreakpointdlg.h>

Inheritance diagram for DataBreakpointDlg:
Collaboration diagram for DataBreakpointDlg:

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

wxRadioBoxm_condition
 
wxCheckBoxm_enabled
 
wxTextCtrlm_dataExpression
 
wxStdDialogButtonSizerStdDialogButtonSizer1
 

Detailed Description

Definition at line 23 of file databreakpointdlg.h.

Constructor & Destructor Documentation

◆ DataBreakpointDlg()

DataBreakpointDlg::DataBreakpointDlg ( wxWindow parent,
const wxString dataExpression,
bool  enabled,
int  selection 
)

◆ ~DataBreakpointDlg()

DataBreakpointDlg::~DataBreakpointDlg ( )
virtual

Definition at line 67 of file databreakpointdlg.cpp.

Member Function Documentation

◆ GetDataExpression()

wxString DataBreakpointDlg::GetDataExpression ( ) const

◆ GetSelection()

int DataBreakpointDlg::GetSelection ( )

◆ IsBreakpointEnabled()

bool DataBreakpointDlg::IsBreakpointEnabled ( )

Definition at line 73 of file databreakpointdlg.cpp.

References wxCheckBox::IsChecked(), and m_enabled.

Member Data Documentation

◆ ID_CHK_ENABLED

const long DataBreakpointDlg::ID_CHK_ENABLED = wxNewId()
static

Definition at line 31 of file databreakpointdlg.h.

◆ ID_RDO_CONDITION

const long DataBreakpointDlg::ID_RDO_CONDITION = wxNewId()
static

Definition at line 33 of file databreakpointdlg.h.

◆ ID_TXT_DATA_EXPRESION

const long DataBreakpointDlg::ID_TXT_DATA_EXPRESION = wxNewId()
static

Definition at line 32 of file databreakpointdlg.h.

◆ m_condition

wxRadioBox* DataBreakpointDlg::m_condition
protected

Definition at line 46 of file databreakpointdlg.h.

Referenced by GetSelection().

◆ m_dataExpression

wxTextCtrl* DataBreakpointDlg::m_dataExpression
protected

Definition at line 48 of file databreakpointdlg.h.

Referenced by GetDataExpression().

◆ m_enabled

wxCheckBox* DataBreakpointDlg::m_enabled
protected

Definition at line 47 of file databreakpointdlg.h.

Referenced by IsBreakpointEnabled().

◆ StdDialogButtonSizer1

wxStdDialogButtonSizer* DataBreakpointDlg::StdDialogButtonSizer1
protected

Definition at line 49 of file databreakpointdlg.h.


The documentation for this class was generated from the following files: