The base class for windowing classes in the cxWidgets.
Definition cxObject.h:41
virtual ~cxObject()
Definition cxObject.cpp:16
static bool useBeeps
Whether or not to enable beeping.
Definition cxObject.h:100
static bool useColors
Whether or not to use colors.
Definition cxObject.h:96
virtual void beep()
Definition cxObject.cpp:27
static bool UseBeeps()
Definition cxObject.h:69
virtual std::string cxTypeStr() const
Returns the name of the cxWidgets class. This is overridden.
Definition cxObject.cpp:35
static void UseBeeps(bool useIt)
Definition cxObject.h:75
cxObject()
Definition cxObject.cpp:12
static bool UseColors()
Definition cxObject.h:57
cxBorderChars.h - Defines border characters to be used in drawing a box (i.e., in cxWindow and all it...
Definition cxApp.cpp:5
std::vector< std::string >::iterator stringContainerIterator
Definition cxObject.h:28
std::vector< std::string > stringContainer
Definition cxObject.h:27