Main Page | Class List | Class Members

wwListBoxNav Class Reference

ListBox with navigation.

List of all members.

Public Slots

void insertItem (QListBoxItem *item)
 Inserts an item to the listbox.
void insertItem (const QString &text)
 Inserts an item to the listbox.
virtual void moveDown ()
 Moves current item downwards.
virtual void moveUp ()
 Moves current item upwards.
void removeSelected ()
 Removes the selected item from listbox.

Public Member Functions

const QPushButton * downButton ()
 Returns pointer to the "down" button.
const QListBox * listBox ()
 Returns pointer to the QListBox object.
const QPushButton * upButton ()
 Returns pointer to the "up" button.

Protected Slots

virtual void onClicked (QListBoxItem *)
 Slot invoked when the listbox is clicked.


Member Function Documentation

const QPushButton * wwListBoxNav::downButton  ) 
 

Returns:
pointer to "down" QPushButton

void wwListBoxNav::insertItem QListBoxItem *  item  )  [slot]
 

Parameters:
item item to be inserted

void wwListBoxNav::insertItem const QString &  text  )  [slot]
 

Parameters:
text text to be inserted

const QListBox * wwListBoxNav::listBox  ) 
 

Returns:
pointer to the list box

void wwListBoxNav::onClicked QListBoxItem *  it  )  [protected, virtual, slot]
 

Parameters:
it pointer to item clicked

const QPushButton * wwListBoxNav::upButton  ) 
 

Returns:
pointer to "up" QPushButton


The documentation for this class was generated from the following files:
Generated on Mon Feb 13 22:47:49 2006 for wwWidgets by  doxygen 1.4.4