Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TLinkedGrafState
Inherited By:
None.
Purpose:
Derived from TLinkedGrafState, TLinkedBundleGrafState links a TGrafBundle object to a parent TGrafState object. This class is used internally by TLinkedBundlePort. Most programmers who want to link a bundle into a graphics hierarchy use TLinkedBundlePort instead of using TLinkedBundleGrafState directly.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
None.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
TLinkedBundleGrafState (const TGrafState * parent, const TAttributeState * attributeState)
Interface Category:
API.
Purpose:
Constructor that links the given attribute state object with the given parent TGrafState. This class is primarily used internally by the TLinkedBundlePort object.
Calling Context:
Call this function directly.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual ~ TLinkedBundleGrafState ()
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.
virtual const TAttributeState * GetAttributeState () const
Interface Category:
API.
Purpose:
Returns a constant pointer to the attribute state, with the bundle linked in.
Calling Context:
Call this function directly.
Parameters:
Return Value:
Returns a constant pointer to the attribute state, with the bundle linked in.
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.