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

Public Member Functions | |
| DtVrfPasteDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtVrfPasteDialog () |
| virtual void | paste (int flags=DtCopyObject::DtAllPasteFlags) |
| Creates dialog widgets and asks copy/paste manager to paste items that are stored in the paste buffer. | |
| virtual void | pasteSpecial () |
| Puts up a dialog that allows the user to select paste options before actually pasting objects. | |
Protected Member Functions | |
| virtual void | setupConnections () |
| Override to set up connections that need to be made to call operation* slots. | |
| makVrf::DtVrfPasteDialog::DtVrfPasteDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
| virtual makVrf::DtVrfPasteDialog::~DtVrfPasteDialog | ( | ) | [virtual] |
| virtual void makVrf::DtVrfPasteDialog::paste | ( | int | flags = DtCopyObject::DtAllPasteFlags | ) | [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 void makVrf::DtVrfPasteDialog::pasteSpecial | ( | ) | [virtual] |
Puts up a dialog that allows the user to select paste options before actually pasting objects.
| virtual void makVrf::DtVrfPasteDialog::setupConnections | ( | ) | [protected, virtual] |
Override to set up connections that need to be made to call operation* slots.
Implements makVrf::DtVrfCopyPasteStatusDialog.