#include <qjui.h>
Public Slots | |
void | makeGroup () |
Method that creates a new folder containing all items on localList (ie selected). Inserts folder in place of selected items or at root if nothing is selected. | |
void | paste () |
Method that pastes a new item into the current list view using the content of the clipboard as WLcontext. | |
void | setAlgorithm () |
void | setWidthField () |
void | setGap () |
void | setGapField () |
void | updateOnSelection () |
void | update1OnSelection () |
void | update2OnSelection () |
void | update3OnSelection () |
void | update4OnSelection () |
void | editWLLink () |
Signals | |
void | pasteDetected () |
Public Member Functions | |
QjuiListView (QWidget *parent, QjuiWindow *QjW, const char *name=0) | |
~QjuiListView () | |
void | insertEntries (QguListItem *dropAt, QguListItem *item) |
Method that inserts a new item at target dropAt in the current list view. Item takes WLcontext as its name. | |
void | setItemChoices (int w) |
Public Attributes | |
QjuiWindow * | owner |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *e) |
Friends | |
Vostream & | operator<< (Vostream &, QjuiListView &) |
Vistream & | operator>> (Vistream &, QjuiListView &) |
QjuiListView::QjuiListView | ( | QWidget * | parent, | |
QjuiWindow * | QjW, | |||
const char * | name = 0 | |||
) |
QjuiListView::~QjuiListView | ( | ) |
void QjuiListView::editWLLink | ( | ) | [slot] |
void QjuiListView::insertEntries | ( | QguListItem * | dropAt, | |
QguListItem * | item | |||
) | [virtual] |
Method that inserts a new item at target dropAt in the current list view. Item takes WLcontext as its name.
dropAt | of type QguListItem* | |
item | of type QguListItem* |
none |
Reimplemented from QguListView.
void QjuiListView::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
void QjuiListView::makeGroup | ( | ) | [slot] |
Method that creates a new folder containing all items on localList (ie selected). Inserts folder in place of selected items or at root if nothing is selected.
None |
None |
Reimplemented from QguListView.
void QjuiListView::paste | ( | ) | [slot] |
Method that pastes a new item into the current list view using the content of the clipboard as WLcontext.
None |
None |
Reimplemented from QguListView.
void QjuiListView::pasteDetected | ( | ) | [signal] |
void QjuiListView::setAlgorithm | ( | ) | [slot] |
void QjuiListView::setGap | ( | ) | [slot] |
void QjuiListView::setGapField | ( | ) | [slot] |
void QjuiListView::setItemChoices | ( | int | w | ) |
void QjuiListView::setWidthField | ( | ) | [slot] |
void QjuiListView::update1OnSelection | ( | ) | [slot] |
void QjuiListView::update2OnSelection | ( | ) | [slot] |
void QjuiListView::update3OnSelection | ( | ) | [slot] |
void QjuiListView::update4OnSelection | ( | ) | [slot] |
void QjuiListView::updateOnSelection | ( | ) | [slot] |
Vostream& operator<< | ( | Vostream & | , | |
QjuiListView & | ||||
) | [friend] |
Vistream& operator>> | ( | Vistream & | , | |
QjuiListView & | ||||
) | [friend] |