IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Forms::AppTestForms Class Reference

Test application for forms. Usage: AppTestForms.Init(). More...

Inheritance diagram for IG::Forms::AppTestForms:
Collaboration diagram for IG::Forms::AppTestForms:

List of all members.

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.

Detailed Description

Test application for forms. Usage: AppTestForms.Init().


Constructor & Destructor Documentation

IG::Forms::AppTestForms::AppTestForms ( ) [inline, protected]
IG::Forms::AppTestForms::AppTestForms ( string  name,
int  version,
int  subversion 
) [inline, protected]

Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events