-
class
StringBrowser
: public Interactor
(Return to index)
-
for choosing from list of strings (iv-2.6)
Type:
Base Classes:
Derived Classes
Include file:
IV-2_6/InterViews/strbrowser.h
Description: man page
Public:
- virtual void
Adjust (Perspective&)
- void
Append (const char*)
- void
Browse ()
- void
Clear ()
- int
Count ()
- virtual void
Handle (Event&)
- int
Index (const char*)
- void
Insert (const char*, int index)
- void
Remove (int index)
- void
Replace (const char*, int index)
- void
Select (int index)
- void
SelectAll ()
- boolean
Selected (int index)
- int
Selection (int selindex = 0)
- int
SelectionIndex (int index)
- int
Selections ()
- char*
String (int)
-
StringBrowser ( ButtonState*, int rows, int cols, boolean uniqueSel = true, int highlight = Reversed, const char* done = SBDone )
-
StringBrowser ( const char* name, ButtonState*, int, int, boolean = true, int = Reversed, const char* = SBDone )
- void
Unselect (int index)
- void
UnselectAll ()
- virtual
~StringBrowser ()
Protected:
(more documentation)