Class: TGUIDefaultModelStationery

Declaration: GUICompoundDocument.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TDocumentComponentStationery

Inherited By:

TGUIPresenterStationeryFor TGUIViewStationeryFor

Purpose:

This stationery provides a default model which supports certain minimum features. Not intended for public use or public inheritance.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

Derived classes must override the pure virtual function CreatePresenterState.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Other Considerations:

None.

Member Function: TGUIDefaultModelStationery::TGUIDefaultModelStationery

TGUIDefaultModelStationery ()

Interface Category:

API.

Purpose:

Default constructor.

Calling Context:

Called by derived classes.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TGUIDefaultModelStationery::~TGUIDefaultModelStationery

virtual ~ TGUIDefaultModelStationery ()

Interface Category:

API.

Purpose:

Destructor.

Calling Context:

Called to destroy an object.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TGUIDefaultModelStationery::CreateModel

virtual TModel * CreateModel ()

Interface Category:

API.

Purpose:

Returns an instance of a private model class.

Calling Context:

Call this function directly.

Parameters:

Return Value:

Returns an instance of a private model class.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.