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.
- TVBoxView (TView * v1, TView * v2 =NIL, TView * v3 =NIL, TView * v4 =NIL)
- TVBoxView (EAlign ha, TView * v1 =NIL, TView * v2 =NIL, TView * v3 =NIL, TView * v4 =NIL)
- TVBoxView (GCoordinate gap, TView * v1 =NIL, TView * v2 =NIL, TView * v3 =NIL, TView * v4 =NIL)
- TVBoxView();
- TVBoxView(const TVBoxView &other);
Interface Category:
API.
Purpose:
- Creates a vertical layout for a number of views.
- Creates a vertical layout for a number of views.
- Creates a vertical layout for a number of views.
- Default constructor.
- Copy constructor.
Calling Context:
- Called to apply vertical layout to a number of views.
- Called to apply vertical layout to a number of views.
- Called to apply vertical 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 ha -The horizontal 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 vertical gap between rows.
- 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 TVBoxView & 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: 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:
- const TVBoxView & 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 ~ 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.