IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Test application for forms. Usage: AppTestForms.Init(). More...
Public Member Functions | |
override void | LaunchInitNotice () |
Launches initialization notice. | |
Protected Member Functions | |
AppTestForms () | |
AppTestForms (string name, int version, int subversion) | |
override void | BeforeInitialization () |
Pre-initialization stage. | |
override void | AfterInitialization () |
A method called after any s initializations in constructors. Override this method in derived classes in order to achieve different behavior. | |
Static Protected Member Functions | |
static void | Init () |
Initializes global application data for the current class of application. |
Test application for forms. Usage: AppTestForms.Init().
IG::Forms::AppTestForms::AppTestForms | ( | ) | [inline, protected] |
IG::Forms::AppTestForms::AppTestForms | ( | string | name, |
int | version, | ||
int | subversion | ||
) | [inline, protected] |
override void IG::Forms::AppTestForms::BeforeInitialization | ( | ) | [inline, protected, virtual] |
Pre-initialization stage.
Reimplemented from IG::Lib::App.
override void IG::Forms::AppTestForms::AfterInitialization | ( | ) | [inline, protected, virtual] |
A method called after any s initializations in constructors. Override this method in derived classes in order to achieve different behavior.
Reimplemented from IG::Lib::ModuleBase.
override void IG::Forms::AppTestForms::LaunchInitNotice | ( | ) | [inline, virtual] |
Launches initialization notice.
Reimplemented from IG::Lib::ModuleBase.
static void IG::Forms::AppTestForms::Init | ( | ) | [inline, static, protected] |
Initializes global application data for the current class of application.