![]() |
VR-Forces 4.8 Class Documentation
|

Public Member Functions | |
| DtVrfCopyDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtVrfCopyDialog () |
| virtual void | copy (const makVrv::DtSelectionManager::IdSet &) |
| Creates dialog widgets and asks copy/paste manager to copy supplied items. More... | |
Public Member Functions inherited from makVrf::DtVrfCopyPasteStatusDialog | |
| DtVrfCopyPasteStatusDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtVrfCopyPasteStatusDialog () |
Protected Member Functions | |
| virtual void | setupConnections () |
| Override to set up connections that need to be made to call operation* slots. More... | |
Protected Member Functions inherited from makVrf::DtVrfCopyPasteStatusDialog | |
| virtual void | setupGui () |
| virtual void | operationPending (DtCopyObject *, const std::string &reason) |
| Sent when an object has an operation pending complete. Will put notfication in dialog. More... | |
| virtual void | operationsComplete () |
| Sent when operations are complete. Will destroy dialog. More... | |
| virtual void | operationComplete (DtCopyObject *) |
| Sent when an item has complete it's operation. Will remove name from dialog. More... | |
| virtual void | operationCancelled (DtCopyObject *) |
| Signal sent when an operation is cancelled. Will remove name from dialog. More... | |
Additional Inherited Members | |
Public Slots inherited from makVrf::DtVrfCopyPasteStatusDialog | |
| virtual void | cancel () |
| Cancels copy operation by notifying DtVrfCopyPastePasteHandler to cancel. More... | |
Public Attributes inherited from makVrf::DtVrfCopyPasteStatusDialog | |
| QVBoxLayout * | myMainLayout |
| QTreeWidget * | myStatus |
| QPushButton * | myCancel |
| DtObjectItemMap | myObjectItemMap |
Protected Attributes inherited from makVrf::DtVrfCopyPasteStatusDialog | |
| makVrv::DtDe & | myDe |
| makVrf::DtVrfCopyDialog::DtVrfCopyDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
|
virtual |
|
virtual |
Creates dialog widgets and asks copy/paste manager to copy supplied items.
Keeps track of status and will remove dialog when copy is complete
|
protectedvirtual |
Override to set up connections that need to be made to call operation* slots.
Implements makVrf::DtVrfCopyPasteStatusDialog.