Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TBasicFrameView
Inherited By:
TComponentAreaFrameView
Purpose:
A specialization of TBasicFrameView that knows how to create a presenter from a document component and a parent's TGUIBundle
Instantiation:
Always allocate on the heap.
Deriving Classes:
Generally not derived from, but no special rules.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
Other Considerations:
None.
- TFrameView (const TDocumentComponent & theComp, const TGUIBundle & theParentBundle)
- TFrameView (const TDocumentComponent & theComp, const TGUIBundle & theParentBundle, TRectControlState * theControlStateToAdopt)
- TFrameView ()
- TFrameView (const TFrameView &)
Interface Category:
API.
Purpose:
- Creates a TFrameView with a NIL TRectControlState.
- Creates a TFrameView with a the supplied control state.
- Default constructor.
- Copy constructor.
Calling Context:
- Called from embedding views. The caller must set the control state after creating the view.
- Called from embedding views.
- Called by the stream-in operators.
- Called to copy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual ~ TFrameView ()
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.