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

Public Slots | |
| virtual void | cancel () |
| Cancels copy operation by notifying DtVrfCopyPastePasteHandler to cancel. | |
Public Member Functions | |
| DtVrfCopyPasteStatusDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtVrfCopyPasteStatusDialog () |
Public Attributes | |
| QVBoxLayout * | myMainLayout |
| QTreeWidget * | myStatus |
| QPushButton * | myCancel |
| DtObjectItemMap | myObjectItemMap |
Protected Member Functions | |
| 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. | |
| virtual void | operationsComplete () |
| Sent when operations are complete. Will destroy dialog. | |
| virtual void | operationComplete (DtCopyObject *) |
| Sent when an item has complete it's operation. Will remove name from dialog. | |
| virtual void | operationCancelled (DtCopyObject *) |
| Signal sent when an operation is cancelled. Will remove name from dialog. | |
| virtual void | setupConnections ()=0 |
| Override to set up connections that need to be made to call operation* slots. | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
Private Types | |
| typedef std::map< DtCopyObject *, QTreeWidgetItem * > | DtObjectItemMap |
typedef std::map<DtCopyObject*, QTreeWidgetItem*> makVrf::DtVrfCopyPasteStatusDialog::DtObjectItemMap [private] |
| makVrf::DtVrfCopyPasteStatusDialog::DtVrfCopyPasteStatusDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
| virtual makVrf::DtVrfCopyPasteStatusDialog::~DtVrfCopyPasteStatusDialog | ( | ) | [virtual] |
| virtual void makVrf::DtVrfCopyPasteStatusDialog::setupGui | ( | ) | [protected, virtual] |
| virtual void makVrf::DtVrfCopyPasteStatusDialog::operationPending | ( | DtCopyObject * | , |
| const std::string & | reason | ||
| ) | [protected, virtual] |
Sent when an object has an operation pending complete. Will put notfication in dialog.
| virtual void makVrf::DtVrfCopyPasteStatusDialog::operationsComplete | ( | ) | [protected, virtual] |
Sent when operations are complete. Will destroy dialog.
| virtual void makVrf::DtVrfCopyPasteStatusDialog::operationComplete | ( | DtCopyObject * | ) | [protected, virtual] |
Sent when an item has complete it's operation. Will remove name from dialog.
| virtual void makVrf::DtVrfCopyPasteStatusDialog::operationCancelled | ( | DtCopyObject * | ) | [protected, virtual] |
Signal sent when an operation is cancelled. Will remove name from dialog.
| virtual void makVrf::DtVrfCopyPasteStatusDialog::setupConnections | ( | ) | [protected, pure virtual] |
Override to set up connections that need to be made to call operation* slots.
Implemented in makVrf::DtVrfPasteDialog, and makVrf::DtVrfCopyDialog.
| virtual void makVrf::DtVrfCopyPasteStatusDialog::cancel | ( | ) | [virtual, slot] |
Cancels copy operation by notifying DtVrfCopyPastePasteHandler to cancel.
| QVBoxLayout* makVrf::DtVrfCopyPasteStatusDialog::myMainLayout |
makVrv::DtDe& makVrf::DtVrfCopyPasteStatusDialog::myDe [protected] |