CollectionView::CollectionView
Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:18:15 1991
Index
Return to Main Contents
NAME
CollectionView::CollectionView - instance method
TEMPLATE
void CollectionView(EvtHandler * nextHandler, Collection * items, CollViewOptions flags = eCVDefault, int rows = 0, int cols = 1)
SPECIFIERS
public
DESCRIPTION
The constructor initializes the instvar defaultItem with an instance of the class VObject (!) and passes the items to the method SetCollection.
ARGUMENTS
- EvtHandler * nextHandler
-
the next event handler of this
- Collection * items
-
the list of items. See instvar coll.
- CollViewOptions flags = eCVDefault
-
the set of flags. See enum CollViewOptions.
- int rows = 0
-
see instvar rows
- int cols = 1
-
see instvar cols
RETURN ARGUMENT
void
CATEGORIES
client interface
FILES
- implementation:
-
CollView.C
Index
- NAME
-
- TEMPLATE
-
- SPECIFIERS
-
- DESCRIPTION
-
- ARGUMENTS
-
- RETURN ARGUMENT
-
- CATEGORIES
-
- FILES
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:30 GMT, March 30, 2022