#include <qwui.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 | renameSelectedItem () |
Method that renames a selected item within the current list view. Launches dialog using QguListView::reNameItem(). | |
void | deleteListItems () |
void | clearCacheSelected () |
void | duplicateItem () |
void | deleteItemTT () |
Signals | |
void | viewObjRequest () |
Public Member Functions | |
QwlListView (QWidget *parent, const char *name=0) | |
~QwlListView () | |
QwlListItem * | insertOnWL (QguListItem *head, QString name, QguListType type, bool lock, QguListItem *after) |
void | insertDragItem (QwlListItem *dropAt, QwlListItem *item) |
void | refreshWLcontext () |
bool | reNameItem (QwlListItem *item) |
virtual void | insertEntries (QwlListItem *dropAt, QwlListItem *item) |
void | insertListItems (QwlListItem *dropAtItem) |
void | deleteItems (bool askFirst) |
bool | nameUsedAtWLroot (QString newName) |
Public Attributes | |
QwlListItem * | Data |
QwlListItem * | Time |
QwlListItem * | Constant |
Protected Member Functions | |
void | contentsMouseDoubleClickEvent (QMouseEvent *event) |
Method that processes the mouse double-click event. It has been re-implemented from QListView. | |
void | dropEvent (QDropEvent *event) |
Event handler called when the drag is dropped on this list view. Re-implemented from QWidget. Drop uses dragList. | |
Friends | |
Vostream & | operator<< (Vostream &, QwlListView &) |
Vistream & | operator>> (Vistream &, QwlListView &) |
QwlListView::QwlListView | ( | QWidget * | parent, | |
const char * | name = 0 | |||
) |
QwlListView::~QwlListView | ( | ) |
void QwlListView::clearCacheSelected | ( | ) | [slot] |
void QwlListView::contentsMouseDoubleClickEvent | ( | QMouseEvent * | event | ) | [protected] |
Method that processes the mouse double-click event. It has been re-implemented from QListView.
Method that processes the mouse double-click event. It has been re-implemented from Q3ListView.
event | of type QMouseEvent * |
None |
Reimplemented from QguListView.
void QwlListView::deleteItems | ( | bool | askFirst | ) |
void QwlListView::deleteItemTT | ( | ) | [slot] |
void QwlListView::deleteListItems | ( | ) | [slot] |
Reimplemented from QguListView.
void QwlListView::dropEvent | ( | QDropEvent * | event | ) | [protected, virtual] |
Event handler called when the drag is dropped on this list view. Re-implemented from QWidget. Drop uses dragList.
event | of type QDropEvent * |
None |
Reimplemented from QguListView.
void QwlListView::duplicateItem | ( | ) | [slot] |
void QwlListView::insertDragItem | ( | QwlListItem * | dropAt, | |
QwlListItem * | item | |||
) |
void QwlListView::insertEntries | ( | QwlListItem * | dropAt, | |
QwlListItem * | item | |||
) | [virtual] |
void QwlListView::insertListItems | ( | QwlListItem * | dropAtItem | ) |
QwlListItem * QwlListView::insertOnWL | ( | QguListItem * | head, | |
QString | name, | |||
QguListType | type, | |||
bool | lock, | |||
QguListItem * | after | |||
) |
void QwlListView::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.
bool QwlListView::nameUsedAtWLroot | ( | QString | newName | ) |
void QwlListView::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 QwlListView::refreshWLcontext | ( | ) |
bool QwlListView::reNameItem | ( | QwlListItem * | item | ) |
void QwlListView::renameSelectedItem | ( | ) | [slot] |
Method that renames a selected item within the current list view. Launches dialog using QguListView::reNameItem().
None |
None |
Reimplemented from QguListView.
void QwlListView::viewObjRequest | ( | ) | [signal] |
Vostream& operator<< | ( | Vostream & | , | |
QwlListView & | ||||
) | [friend] |
Vistream& operator>> | ( | Vistream & | , | |
QwlListView & | ||||
) | [friend] |