Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TFramedBorder
Inherited By:
None.
Purpose:
TFramedBackground derives from TFramedBorder. It adds nothing to what TFramedBorder already provides. All it does is change the defaults so that the border has no interior frame, and so that the interior is filled.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
Deriving from TFramedBackground is not intended; derive directly from TBorder instead.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
TFramedBackground & operator =(const TFramedBackground & source)
Interface Category:
API.
Purpose:
Assignment operator.
Calling Context:
Call this function by using the operator in an assignment statement.
Parameters:
Return Value:
Returns a const reference to the left-hand side object.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual TStream & operator >>=(TStream &) const
Interface Category:
API.
Purpose:
Stream-out operator.
Calling Context:
Called to stream out data.
Parameters:
- TStream & -The stream the object streams itself out to.
Return Value:
Returns a reference to the stream the object streams itself out to.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual TStream & operator <<= (TStream &)
Interface Category:
API.
Purpose:
Stream-in operator.
Calling Context:
Called to stream in data.
Parameters:
- TStream & -The stream the object streams itself in from.
Return Value:
Returns a reference to the stream the object streams itself in from.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
- TFramedBackground ()
- TFramedBackground (const TGRect & bounds, GCoordinate thickness =kDefaultThickness, bool interior =TBackground :: kDefaultInteriorState)
- TFramedBackground (const TGRect & bounds, const TPaint & fill, GCoordinate thickness =kDefaultThickness, bool interior =TBackground :: kDefaultInteriorState)
- TFramedBackground (const MGraphic & bounds, GCoordinate thickness =kDefaultThickness, bool interior =TBackground :: kDefaultInteriorState)
- TFramedBackground (const MGraphic & bounds, const TPaint & fill, GCoordinate thickness =kDefaultThickness, bool interior =TBackground :: kDefaultInteriorState)
- TFramedBackground (const TView & bounds, GCoordinate thickness =kDefaultThickness, bool interior =TBackground :: kDefaultInteriorState)
- TFramedBackground (const TView & bounds, const TPaint & fill, GCoordinate thickness =kDefaultThickness, bool interior =TBackground :: kDefaultInteriorState)
- TFramedBackground (const TFramedBackground & copy)
Interface Category:
API.
Purpose:
- Default constructor.
2-7. Creates a new border using the specified bounds, paint, and border thickness.
- Copy constructor.
Calling Context:
- Called by the stream-in operators.
2-7. Call these functions directly.
- Called to copy an object.
Parameters:
- Takes no parameters.
- const TGRect & bounds -The outer bounds of the new border.
- GCoordinate thickness =kDefaultThickness -The thickness of the new border.
- bool interior =kDefaultInteriorState -Specifies whether the border has an interior.
- const TGRect & bounds -The outer bounds of the new border.
- const TPaint & fill -The fill paint of the new border.
- GCoordinate thickness =kDefaultThickness -The thickness of the new border.
- bool interior =kDefaultInteriorState -Specifies whether the border has an interior.
- const MGraphic & bounds -The MGraphic object from which to derive the bounds of the new border.
- GCoordinate thickness =kDefaultThickness -The thickness of the new border.
- bool interior =kDefaultInteriorState -Specifies whether the border has an interior.
- const MGraphic & bounds -The MGraphic object from which to derive the bounds of the new border.
- const TPaint & fill -The fill paint of the new border.
- GCoordinate thickness =kDefaultThickness -The thickness of the new border.
- bool interior =kDefaultInteriorState -Specifies whether the border has an interior.
- const TView & bounds -The TView object from which to derive the bounds of the new border.
- GCoordinate thickness =kDefaultThickness -The thickness of the new border.
- bool interior =kDefaultInteriorState -Specifies whether the border has an interior.
- const TView & bounds -The TView object from which to derive the bounds of the new border.
- const TPaint & fill -The fill paint of the new border.
- GCoordinate thickness =kDefaultThickness -The thickness of the new border.
- bool interior =kDefaultInteriorState -Specifies whether the border has an interior.
- const TFramedBackground & copy -The object to copy.
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual ~ TFramedBackground ()
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.