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.
- TComponentAreaFrameView (const TComponentArea &, const TGUIBundle & theParentBundle)
- TComponentAreaFrameView (const TComponentArea &, const TGUIBundle & theParentBundle, TRectControlState * theControlStateToAdopt)
- TComponentAreaFrameView ()
- TComponentAreaFrameView (const TComponentAreaFrameView &)
Interface Category:
API.
Purpose:
- Constructs a view on a TComponentArea using the default TComponentAreaRectControlState.
- Constructs a view on a TComponentArea using a caller define control state.
- Default constructor.
- Copy constructor.
Calling Context:
- Called by any client object.
- Called by any client object.
- Called by the stream-in operators.
- Called to copy an object.
Parameters:
- const TComponentArea & -The component are represented by the frame.
- const TGUIBundle & theParentBundle -The bundle of the container view.
- const TComponentArea & -The component are represented by the frame.
- const TGUIBundle & theParentBundle -The bundle of the container view.
- TRectControlState * theControlStateToAdopt -The control state to use to modify the frame's area.
- Takes no parameters.
- const TComponentAreaFrameView & -The view to copy.
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
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.