Class: TPictureFrameBackground

Declaration: Decoration.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TPictureFrameBorder

Inherited By:

None.

Purpose:

TPictureFrameBackground derives from TPictureFrameBorder. It adds nothing to what TPictureFrameBorder already provides. All it does is change the defaults so that the border interior is filled.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

Deriving from TPictureFrameBackground is not intended; derive directly from TBorder instead.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Member Function: TPictureFrameBackground::operator=

TPictureFrameBackground & operator =(const TPictureFrameBackground & 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.

Member Function: TPictureFrameBackground::operator>>=

virtual TStream & operator >>=(TStream &) const

Interface Category:

API.

Purpose:

Stream-out operator.

Calling Context:

Called to stream out data.

Parameters:

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.

Member Function: TPictureFrameBackground::operator<<=

virtual TStream & operator <<= (TStream &)

Interface Category:

API.

Purpose:

Stream-in operator.

Calling Context:

Called to stream in data.

Parameters:

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.

Member Function: TPictureFrameBackground::TPictureFrameBackground

  1. TPictureFrameBackground ()
  2. TPictureFrameBackground (const TGRect & bounds, GCoordinate thickness =kDefaultPictureFrameThickness, bool interior =TBackground :: kDefaultInteriorState)
  3. TPictureFrameBackground (const TGRect & bounds, const TPaint & fill, GCoordinate thickness =kDefaultPictureFrameThickness, bool interior =TBackground :: kDefaultInteriorState)
  4. TPictureFrameBackground (const MGraphic & bounds, GCoordinate thickness =kDefaultPictureFrameThickness, bool interior =TBackground :: kDefaultInteriorState)
  5. TPictureFrameBackground (const MGraphic & bounds, const TPaint & fill, GCoordinate thickness =kDefaultPictureFrameThickness, bool interior =TBackground :: kDefaultInteriorState)
  6. TPictureFrameBackground (const TView & bounds, GCoordinate thickness =kDefaultPictureFrameThickness, bool interior =TBackground :: kDefaultInteriorState)
  7. TPictureFrameBackground (const TView & bounds, const TPaint & fill, GCoordinate thickness =kDefaultPictureFrameThickness, bool interior =TBackground :: kDefaultInteriorState)
  8. TPictureFrameBackground (const TPictureFrameBackground & copy)

Interface Category:

API.

Purpose:

  1. Default constructor.
  2. 2-7. Creates a new border using the specified bounds, paint, and border thickness.
  3. Copy constructor.

Calling Context:

  1. Called by the stream-in operators.
  2. 2-7. Call these functions directly.
  3. 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: TPictureFrameBackground::~TPictureFrameBackground

virtual ~ TPictureFrameBackground ()

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.