VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
makVrf::DtRemappingDialogInterface Class Reference
Inheritance diagram for makVrf::DtRemappingDialogInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~DtRemappingDialogInterface ()
virtual void setupGui (const std::set< DtSimulationAddress > &currentBackends)=0
 Sets up gui.
virtual QComboBoxaddMapTo (const QString &, int row)=0
 Adds an entry to map to that is missing. Returns the mapped combo.
virtual void addToMapAll (const QString &)=0
 Adds the string to the map all combo.
virtual void removeFromMapAll (const QString &)=0
 Removes the string from the map all combo.
virtual void removeBackend (const DtString &)=0
 Removes this backend from the dialog as it has been discovered.
virtual QComboBoxreaddMapTo (const QString &)=0
 Adds this item to the end of the map to list.
virtual void accept ()=0
virtual void couldNotStart (const DtString &)=0

Public Attributes

boost::signal< void(DtString)> signal_startBackend

Constructor & Destructor Documentation

virtual makVrf::DtRemappingDialogInterface::~DtRemappingDialogInterface ( )
virtual

Member Function Documentation

virtual void makVrf::DtRemappingDialogInterface::setupGui ( const std::set< DtSimulationAddress > &  currentBackends)
pure virtual

Sets up gui.

Implemented in makVrf::DtRemappingDialog.

virtual QComboBox* makVrf::DtRemappingDialogInterface::addMapTo ( const QString &  ,
int  row 
)
pure virtual

Adds an entry to map to that is missing. Returns the mapped combo.

Implemented in makVrf::DtRemappingDialog.

virtual void makVrf::DtRemappingDialogInterface::addToMapAll ( const QString &  )
pure virtual

Adds the string to the map all combo.

Implemented in makVrf::DtRemappingDialog.

virtual void makVrf::DtRemappingDialogInterface::removeFromMapAll ( const QString &  )
pure virtual

Removes the string from the map all combo.

Implemented in makVrf::DtRemappingDialog.

virtual void makVrf::DtRemappingDialogInterface::removeBackend ( const DtString )
pure virtual

Removes this backend from the dialog as it has been discovered.

Implemented in makVrf::DtRemappingDialog.

virtual QComboBox* makVrf::DtRemappingDialogInterface::readdMapTo ( const QString &  )
pure virtual

Adds this item to the end of the map to list.

Implemented in makVrf::DtRemappingDialog.

virtual void makVrf::DtRemappingDialogInterface::accept ( )
pure virtual

Implemented in makVrf::DtRemappingDialog.

virtual void makVrf::DtRemappingDialogInterface::couldNotStart ( const DtString )
pure virtual

Implemented in makVrf::DtRemappingDialog.

Member Data Documentation

boost::signal<void (DtString)> makVrf::DtRemappingDialogInterface::signal_startBackend

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

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)