Class: TComponentAreaFrameView

Declaration: GUICompoundDocumentEmbedder.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TFrameView

Inherited By:

None.

Purpose:

Provides a view on a TComponentArea. The view tracks the area associated with the component in the TComponentArea. A presenter and content view is created for the component and managed by this view.

Instantiation:

Always allocate on the heap.

Deriving Classes:

No special requirements.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Other Considerations:

None.

Member Function: TComponentAreaFrameView::TComponentAreaFrameView

  1. TComponentAreaFrameView (const TComponentArea &, const TGUIBundle & theParentBundle)
  2. TComponentAreaFrameView (const TComponentArea &, const TGUIBundle & theParentBundle, TRectControlState * theControlStateToAdopt)
  3. TComponentAreaFrameView ()
  4. TComponentAreaFrameView (const TComponentAreaFrameView &)

Interface Category:

API.

Purpose:

  1. Constructs a view on a TComponentArea using the default TComponentAreaRectControlState.
  2. Constructs a view on a TComponentArea using a caller define control state.
  3. Default constructor.
  4. Copy constructor.

Calling Context:

  1. Called by any client object.
  2. Called by any client object.
  3. Called by the stream-in operators.
  4. Called to copy an object.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TComponentAreaFrameView::~TComponentAreaFrameView

virtual ~ TComponentAreaFrameView ()

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.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.