Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
BIAS::wxMessageDialogCheckbox Class Reference

#include <Gui/wxMessageDialogCheckbox.hh>

+ Inheritance diagram for BIAS::wxMessageDialogCheckbox:
+ Collaboration diagram for BIAS::wxMessageDialogCheckbox:

Public Member Functions

bool GetChecked ()
 
 wxMessageDialogCheckbox (wxWindow *parent, const wxString &title=wxT("Ok dialog with check box"), const wxString &text=wxT("Your question?"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(200, 120), long style=wxOK|wxDEFAULT_DIALOG_STYLE)
 
 ~wxMessageDialogCheckbox ()
 

Protected Attributes

wxCheckBox * checkBox_
 
wxStaticText * displayText_
 
wxButton * m_button1
 
wxButton * m_button2
 
wxStdDialogButtonSizer * m_sdbSizer2
 
wxWindowparent
 

Detailed Description

Definition at line 49 of file wxMessageDialogCheckbox.hh.

Constructor & Destructor Documentation

wxMessageDialogCheckbox::wxMessageDialogCheckbox ( wxWindow parent,
const wxString &  title = wxT("Ok dialog with check box"),
const wxString &  text = wxT("Your question?"),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize(200,120),
long  style = wxOK | wxDEFAULT_DIALOG_STYLE 
)

Definition at line 29 of file wxMessageDialogCheckbox.cpp.

References checkBox_, displayText_, m_button1, m_button2, m_sdbSizer2, and parent.

wxMessageDialogCheckbox::~wxMessageDialogCheckbox ( )

Definition at line 89 of file wxMessageDialogCheckbox.cpp.

Member Function Documentation

bool wxMessageDialogCheckbox::GetChecked ( )

Definition at line 95 of file wxMessageDialogCheckbox.cpp.

References checkBox_.

Member Data Documentation

wxCheckBox* BIAS::wxMessageDialogCheckbox::checkBox_
protected

Definition at line 56 of file wxMessageDialogCheckbox.hh.

Referenced by GetChecked(), and wxMessageDialogCheckbox().

wxStaticText* BIAS::wxMessageDialogCheckbox::displayText_
protected

Definition at line 55 of file wxMessageDialogCheckbox.hh.

Referenced by wxMessageDialogCheckbox().

wxButton* BIAS::wxMessageDialogCheckbox::m_button1
protected

Definition at line 58 of file wxMessageDialogCheckbox.hh.

Referenced by wxMessageDialogCheckbox().

wxButton * BIAS::wxMessageDialogCheckbox::m_button2
protected

Definition at line 58 of file wxMessageDialogCheckbox.hh.

Referenced by wxMessageDialogCheckbox().

wxStdDialogButtonSizer* BIAS::wxMessageDialogCheckbox::m_sdbSizer2
protected

Definition at line 57 of file wxMessageDialogCheckbox.hh.

Referenced by wxMessageDialogCheckbox().

wxWindow* BIAS::wxMessageDialogCheckbox::parent
protected

Definition at line 59 of file wxMessageDialogCheckbox.hh.

Referenced by wxMessageDialogCheckbox().


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