|
cxWidgets 1.0
|
The base class for windowing classes in the cxWidgets. More...
#include <cxObject.h>


Public Member Functions | |
| cxObject () | |
| virtual | ~cxObject () |
| virtual void | beep () |
| virtual std::string | cxTypeStr () const |
| Returns the name of the cxWidgets class. This is overridden. | |
Static Public Member Functions | |
| static bool | UseColors () |
| static void | UseColors (bool useIt) |
| static bool | UseBeeps () |
| static void | UseBeeps (bool useIt) |
Static Protected Attributes | |
| static bool | useColors |
| Whether or not to use colors. | |
| static bool | useBeeps |
| Whether or not to enable beeping. | |
The base class for windowing classes in the cxWidgets.
UI framework; contains defaults for some things.
| cx::cxObject::cxObject | ( | ) |
Default constructor for cxObject
|
virtual |
Destructor
|
virtual |
Outputs a beep character
References useBeeps.
|
virtual |
Returns the name of the cxWidgets class. This is overridden.
in cxObject-based classes. This can be used to determine
the type of cxWidgets object that deriving classes derive from
in applications.
Reimplemented in cx::cxApp, cx::cxButton, cx::cxComboBox, cx::cxDatePicker, cx::cxDialog, cx::cxFileViewer, cx::cxForm, cx::cxFrame, cx::cxGrid, cx::cxInput, cx::cxLabel, cx::cxMenu, cx::cxMenuBar, cx::cxMessageDialog, cx::cxMultiForm, cx::cxMultiLineInput, cx::cxNotebook, cx::cxOpenFileDialog, cx::cxPanel, cx::cxScrolledWindow, cx::cxSearchPanel, and cx::cxWindow.
|
inlinestatic |
|
inlinestatic |
Mutator–set to true to use beeps
| useIt | Boolean–set to true to use beeps |
References useBeeps.
|
inlinestatic |
|
static |
|
staticprotected |
Whether or not to enable beeping.
Referenced by beep(), UseBeeps(), and UseBeeps().
|
staticprotected |
Whether or not to use colors.
Referenced by cx::cxMenu::drawBorder(), cx::cxScrolledWindow::drawBorder(), cx::cxWindow::drawBorder(), cx::cxWindow::drawMessage(), cx::cxScrolledWindow::drawMessage(), cx::cxWindow::drawSpecialChars(), cx::cxInput::refreshValue(), cx::cxInput::showModal(), UseColors(), and UseColors().