Class: TGUIPresenterStationeryFor

Declaration: GUICompoundDocument.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TGUIDefaultModelStationery

Inherited By:

None.

Purpose:

This template takes a presenter class as its argument. The stationery will create a document with the root component containing a default copyable model. When a presentation is opened on the component, it will create an instance of the presenter class APresenter. Uses TGUIPresenterStateFor<APresenter> in its implementation.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

Do not derive from this class; rather, derive from the basic TCompoundDocumentStationery instead.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Other Considerations:

None.

Member Function: TGUIPresenterStationeryFor::TGUIPresenterStationeryFor

  1. TGUIPresenterStationeryFor ()
  2. TGUIPresenterStationeryFor (const TGUIPresenterStationeryFor < APresenter > &)

Interface Category:

API.

Purpose:

  1. Default constructor.
  2. Creates a new GUI presenter stationery object for the specified presenter.

Calling Context:

  1. Called by the stream-in operators.
  2. Called by the Presentation framework.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TGUIPresenterStationeryFor::~TGUIPresenterStationeryFor

virtual ~ TGUIPresenterStationeryFor ()

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: TGUIPresenterStationeryFor::CreateModelPresenterState

virtual TModelPresenterState * CreateModelPresenterState ()

Interface Category:

API.

Purpose:

Creates a TModelPresenterState appropriate for this object's presenter.

Calling Context:

Call this function directly.

Parameters:

Return Value:

Returns the new model presenter state.

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.