VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Slots | Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Private Types
makVrf::DtVrfCopyPasteStatusDialog Class Referenceabstract
Inheritance diagram for makVrf::DtVrfCopyPasteStatusDialog:
Inheritance graph
[legend]

Public Slots

virtual void cancel ()
 Cancels copy operation by notifying DtVrfCopyPastePasteHandler to cancel. More...
 

Public Member Functions

 DtVrfCopyPasteStatusDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0)
 
virtual ~DtVrfCopyPasteStatusDialog ()
 

Public Attributes

QVBoxLayout * myMainLayout
 
QTreeWidgetmyStatus
 
QPushButtonmyCancel
 
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. 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...
 
virtual void setupConnections ()=0
 Override to set up connections that need to be made to call operation* slots. More...
 

Protected Attributes

makVrv::DtDemyDe
 

Private Types

typedef std::map< DtCopyObject
*, QTreeWidgetItem * > 
DtObjectItemMap
 

Member Typedef Documentation

Constructor & Destructor Documentation

makVrf::DtVrfCopyPasteStatusDialog::DtVrfCopyPasteStatusDialog ( makVrv::DtDe de,
QWidget *  parent,
const Qt::WindowFlags &  flags = 0 
)
virtual makVrf::DtVrfCopyPasteStatusDialog::~DtVrfCopyPasteStatusDialog ( )
virtual

Member Function Documentation

virtual void makVrf::DtVrfCopyPasteStatusDialog::setupGui ( )
protectedvirtual
virtual void makVrf::DtVrfCopyPasteStatusDialog::operationPending ( DtCopyObject ,
const std::string &  reason 
)
protectedvirtual

Sent when an object has an operation pending complete. Will put notfication in dialog.

virtual void makVrf::DtVrfCopyPasteStatusDialog::operationsComplete ( )
protectedvirtual

Sent when operations are complete. Will destroy dialog.

virtual void makVrf::DtVrfCopyPasteStatusDialog::operationComplete ( DtCopyObject )
protectedvirtual

Sent when an item has complete it's operation. Will remove name from dialog.

virtual void makVrf::DtVrfCopyPasteStatusDialog::operationCancelled ( DtCopyObject )
protectedvirtual

Signal sent when an operation is cancelled. Will remove name from dialog.

virtual void makVrf::DtVrfCopyPasteStatusDialog::setupConnections ( )
protectedpure 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 ( )
virtualslot

Cancels copy operation by notifying DtVrfCopyPastePasteHandler to cancel.

Member Data Documentation

QVBoxLayout* makVrf::DtVrfCopyPasteStatusDialog::myMainLayout
QTreeWidget* makVrf::DtVrfCopyPasteStatusDialog::myStatus
QPushButton* makVrf::DtVrfCopyPasteStatusDialog::myCancel
DtObjectItemMap makVrf::DtVrfCopyPasteStatusDialog::myObjectItemMap
makVrv::DtDe& makVrf::DtVrfCopyPasteStatusDialog::myDe
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)