Class diagram for KList:
Public Members | |||
KList ( BView * parent, jboolean multi) | |||
BListView* | NATIVE () | ||
Access to widget's view. More... | |||
void | setMode ( bool multi ) | ||
bool | OnCommand ( int cmd) | ||
char* | getSelectionString () | ||
bool | isSelected ( int idx) | ||
int | getSelectionIdx () | ||
jobject | getSelectionIdxs () | ||
bool | updateHScroll () | ||
jboolean | freezed | ||
jboolean | multiSel | ||
BListView* | fList |
Copyright (c) 1999 Transvirtual Technologies, Inc. All rights reserved.
See the file "license.terms" for information on usage and redistribution of this file.
KList::KList (BView * parent, jboolean multi) [inline]
|
BListView * KList::NATIVE () [inline]
|
Access to widget's view.
A note: we have two BViews into one: a BListView and a container BScrollView from outside (the KWnd hierarchy). We want to handle the scroll view properties but from inside (this module) we want to work on the list (fList).
void KList::setMode (bool multi) [inline]
|
bool KList::OnCommand (int cmd) [inline, virtual]
|
Reimplemented from KWnd.
char * KList::getSelectionString () [inline]
|
bool KList::isSelected (int idx) [inline]
|
int KList::getSelectionIdx () [inline]
|
jobject KList::getSelectionIdxs () [inline]
|
bool KList::updateHScroll () [inline]
|
jboolean KList::freezed |
jboolean KList::multiSel |
BListView* KList::fList |