QwlListView Class Reference

#include <qwui.h>

Inheritance diagram for QwlListView:

QguListView

List of all members.

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 ()
QwlListIteminsertOnWL (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

QwlListItemData
QwlListItemTime
QwlListItemConstant

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

Vostreamoperator<< (Vostream &, QwlListView &)
Vistreamoperator>> (Vistream &, QwlListView &)


Constructor & Destructor Documentation

QwlListView::QwlListView ( QWidget *  parent,
const char *  name = 0 
)

QwlListView::~QwlListView (  ) 


Member Function Documentation

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.

Parameters:
event of type QMouseEvent *
Exceptions:
None 
Returns:
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.

Parameters:
event of type QDropEvent *
Exceptions:
None 
Returns:
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.

Parameters:
None 
Exceptions:
None 
Returns:
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.

Parameters:
None 
Exceptions:
None 
Returns:
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().

Parameters:
None 
Exceptions:
None 
Returns:
None

Reimplemented from QguListView.

void QwlListView::viewObjRequest (  )  [signal]


Friends And Related Function Documentation

Vostream& operator<< ( Vostream ,
QwlListView  
) [friend]

Vistream& operator>> ( Vistream ,
QwlListView  
) [friend]


Member Data Documentation


The documentation for this class was generated from the following files:

Generated on Tue Dec 9 16:55:38 2008 for QSAS by  doxygen 1.5.7