Class: TVBoxView

Declaration: LayoutViews.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TBoxView

Inherited By:

None.

Purpose:

TVBoxView derives from TBoxView and implements a vertically arranged box view with a single column 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: TVBoxView::TVBoxView

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

Interface Category:

API.

Purpose:

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

Calling Context:

  1. Called to apply vertical layout to a number of views.
  2. Called to apply vertical layout to a number of views.
  3. Called to apply vertical 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: TVBoxView::operator=

TVBoxView & operator =(const TVBoxView & 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: TVBoxView::~TVBoxView

virtual ~ TVBoxView ()

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.