SdiBaseSimple::SdiMainForm Class Reference

Collaboration diagram for SdiBaseSimple::SdiMainForm:
[legend]
List of all members.

Public Member Functions

 SdiMainForm ()
 Default constructor, needed for designer.
 SdiMainForm (SdiApplicationContext ctx)
 Constructor with context.

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used.

Properties

SdiApplicationContext Context [get]
 Property that returns the context for the application.

Detailed Description

Extend main form for Sdi app from this class. Modify the extended form in the GUI designer.


Constructor & Destructor Documentation

SdiBaseSimple::SdiMainForm::SdiMainForm (  )  [inline]

Default constructor, needed for designer.

SdiBaseSimple::SdiMainForm::SdiMainForm ( SdiApplicationContext  ctx  )  [inline]

Constructor with context.

Must be called by extended class. This constructor sets the applicatoin context and sets the form as the main form for the application context.


Member Function Documentation

override void SdiBaseSimple::SdiMainForm::Dispose ( bool  disposing  )  [inline, protected]

Clean up any resources being used.


Property Documentation

SdiApplicationContext SdiBaseSimple::SdiMainForm::Context [get]

Property that returns the context for the application.

The context for the entire application is actually a private member variable in the main form base class.


The documentation for this class was generated from the following file:
Generated on Thu Nov 9 12:19:37 2006 for test by  doxygen 1.5.1-p1