73 virtual std::string
cxTypeStr()
const override;
76 std::shared_ptr<cxFrame> mAppFrame;
Holds application setup & exit logic, as well as the application's main frame.
Definition cxApp.h:24
virtual long mainLoop()
Enters the main loop.
Definition cxApp.cpp:15
cxApp()
Definition cxApp.cpp:7
virtual ~cxApp()
Definition cxApp.cpp:11
virtual long run()
Synonym for onRun().
Definition cxApp.cpp:25
virtual long onInit()
Application initialization & startup commands will go here.
Definition cxApp.cpp:30
virtual long onExit()
Things to be done upon applicatoin exit will go here.
Definition cxApp.cpp:35
virtual std::string cxTypeStr() const override
Returns the name of the cxWidgets class. This is overridden.
Definition cxApp.cpp:40
virtual long onRun()
This virtual function is where the execution of a program written with cxWidgets starts....
Definition cxApp.cpp:20
The base class for windowing classes in the cxWidgets.
Definition cxObject.h:41
cxBorderChars.h - Defines border characters to be used in drawing a box (i.e., in cxWindow and all it...
Definition cxApp.cpp:5