Class: THBoxView

Declaration: LayoutViews.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TBoxView

Inherited By:

None.

Purpose:

THBoxView derives from TBoxView and implements a horizontally arranged box view with a single row of items.

Instantiation:

Always allocate on the heap.

Deriving Classes:

None.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Other Considerations:

None.

Member Function: THBoxView::THBoxView

  1. THBoxView (TView * v1, TView * v2 =NIL, TView * v3 =NIL, TView * v4 =NIL)
  2. THBoxView (EAlign va, TView * v1 =NIL, TView * v2 =NIL, TView * v3 =NIL, TView * v4 =NIL)
  3. THBoxView (GCoordinate gap, TView * v1 =NIL, TView * v2 =NIL, TView * v3 =NIL, TView * v4 =NIL)
  4. THBoxView();
  5. THBoxView(const THBoxView &other);

Interface Category:

API.

Purpose:

  1. Creates a horizontal layout for a number of views.
  2. Creates a horizontal layout for a number of views.
  3. Creates a horizontal layout for a number of views.
  4. Default constructor.
  5. Copy constructor.

Calling Context:

  1. Called to apply horizontal layout to a number of views.
  2. Called to apply horizontal layout to a number of views.
  3. Called to apply horizontal layout to a number of views.
  4. Called by the stream-in operators.
  5. 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: THBoxView::operator=

THBoxView & operator =(const THBoxView & other)

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: THBoxView::~THBoxView

virtual ~ THBoxView ()

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.