![]() |
VR-Forces 5.0.2 Developer's Guide
|

Public Member Functions | |
| DtVrfPasteDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtVrfPasteDialog () |
| virtual void | paste (int flags=DtCopyObject::DtAllPasteFlags) |
| virtual void | pasteSpecial () |
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 () |
Protected Member Functions inherited from makVrf::DtVrfCopyPasteStatusDialog | |
| virtual void | setupGui () |
| virtual void | operationPending (DtCopyObject *, const std::string &reason) |
| virtual void | operationsComplete () |
| virtual void | operationComplete (DtCopyObject *) |
| virtual void | operationCancelled (DtCopyObject *) |
Additional Inherited Members | |
Public Slots inherited from makVrf::DtVrfCopyPasteStatusDialog | |
| virtual void | cancel () |
Public Attributes inherited from makVrf::DtVrfCopyPasteStatusDialog | |
| QVBoxLayout * | myMainLayout |
| QTreeWidget * | myStatus |
| QPushButton * | myCancel |
| DtObjectItemMap | myObjectItemMap |
Protected Attributes inherited from makVrf::DtVrfCopyPasteStatusDialog | |
| makVrv::DtDe & | myDe |
| makVrf::DtVrfPasteDialog::DtVrfPasteDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
|
virtual |
|
virtual |
Creates dialog widgets and asks copy/paste manager to paste items that are stored in the paste buffer. Paste will continue until right click is pressed. This dialog will show the status of objects being pasted, if the paste operation takes a while.
|
virtual |
Puts up a dialog that allows the user to select paste options before actually pasting objects.
|
protectedvirtual |
Override to set up connections that need to be made to call operation* slots.
Implements makVrf::DtVrfCopyPasteStatusDialog.