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.
- THBoxView (TView * v1, TView * v2 =NIL, TView * v3 =NIL, TView * v4 =NIL)
- THBoxView (EAlign va, TView * v1 =NIL, TView * v2 =NIL, TView * v3 =NIL, TView * v4 =NIL)
- THBoxView (GCoordinate gap, TView * v1 =NIL, TView * v2 =NIL, TView * v3 =NIL, TView * v4 =NIL)
- THBoxView();
- THBoxView(const THBoxView &other);
Interface Category:
API.
Purpose:
- Creates a horizontal layout for a number of views.
- Creates a horizontal layout for a number of views.
- Creates a horizontal layout for a number of views.
- Default constructor.
- Copy constructor.
Calling Context:
- Called to apply horizontal layout to a number of views.
- Called to apply horizontal layout to a number of views.
- Called to apply horizontal layout to a number of views.
- Called by the stream-in operators.
- Called to copy an object.
Parameters:
- TView * v1 -The first view to adopt.
- TView * v2 =NIL -The second view to adopt.
- TView * v3 =NIL -The third view to adopt.
- TView * v4 =NIL -The fourth view to adopt.
- EAlign va -The vertical alignment of each subview.
- TView * v1 -The first view to adopt.
- TView * v2 =NIL -The second view to adopt.
- TView * v3 =NIL -The third view to adopt.
- TView * v4 =NIL -The fourth view to adopt.
- GCoordinate gap -The horizontal gap between columns.
- TView * v1 -The first view to adopt.
- TView * v2 =NIL -The second view to adopt.
- TView * v3 =NIL -The third view to adopt.
- TView * v4 =NIL -The fourth view to adopt.
- Takes no parameters.
- const THBoxView & other -The object to copy.
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:
- const THBoxView & other -The object to be copied.
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 ~ 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.