![]() |
VR-Forces 4.5 Class Documentation
|
class DtObjectsList: More...

Public Slots | |
| virtual void | showInformation (QTreeWidgetItem *, int) |
| virtual void | filteredListViewCreated (DtFilteredListView *) |
| virtual void | filteredListViewToBeDestroyed (DtFilteredListView *) |
Signals | |
| void | doubleClickOnItem (DtUniqueID id) |
| Emitted on double-click in list. | |
| void | showInformationClicked (const DtElementEntry &) |
| void | deleteRequested () |
| void | rightClickOnItem (QPoint where) |
| void | filterListItemAdded (const DtUniqueID &, QTreeWidgetItem *) |
| void | filterListItemRemoved (const DtUniqueID &, QTreeWidgetItem *) |
Public Member Functions | |
| DtObjectsList (DtDe &de, QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| DtObjectsList constructor. | |
| virtual | ~DtObjectsList () |
| Destructor. | |
| virtual bool | init () |
| Initialize contents of dialog. | |
| virtual bool | eventFilter (QObject *o, QEvent *e) |
| This event filter will capture key presses, and, if the delete key is pressed (and there are entities selected) will emit the deleteRequested signal. | |
| DtObjectsSelectionList * | objectsSelectionList () const |
| virtual void | tick () |
Protected Member Functions | |
| virtual void | keyPressEvent (QKeyEvent *e) |
| virtual DtObjectsSelectionList * | createObjectsSelectionList ()=0 |
| Override to create derivative of object list to provide filters. | |
Protected Attributes | |
| DtObjectsSelectionList * | myObjectsSelectionList |
| QVBoxLayout * | myMasterLayout |
| bool | mySelectionModeEnabled |
| DtDe & | myDe |
Private Member Functions | |
| DtObjectsList (const DtObjectsList &orig) | |
| Not implemented. | |
| DtObjectsList & | operator= (const DtObjectsList &orig) |
| Not implemented. | |
class DtObjectsList:
Instances of DtObjectsList show a listing of the entity id, object type, global id and name for all objects types
| makVrv::DtObjectsList::DtObjectsList | ( | DtDe & | de, |
| QWidget * | parent = NULL, |
||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
DtObjectsList constructor.
|
virtual |
Destructor.
|
private |
Not implemented.
|
virtual |
Initialize contents of dialog.
Currently looks at existing model data to populate with current entities
This event filter will capture key presses, and, if the delete key is pressed (and there are entities selected) will emit the deleteRequested signal.
|
inline |
References myObjectsSelectionList.
|
virtual |
|
signal |
Emitted on double-click in list.
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
protectedvirtual |
|
protectedpure virtual |
Override to create derivative of object list to provide filters.
Implemented in makVrv::DtEntityListWidget.
|
private |
Not implemented.
|
protected |
Referenced by objectsSelectionList().
|
protected |
|
protected |
|
protected |