VR-Forces 4.1 Class Documentation
List of all members | Public Member Functions | Public Attributes | Protected Slots | Protected Member Functions | Protected Attributes
makVrf::DtVrfOverlaySelectionCombo Class Reference

A widget class for managing overlays. More...

Inheritance diagram for makVrf::DtVrfOverlaySelectionCombo:
Inheritance graph
[legend]

Public Member Functions

 DtVrfOverlaySelectionCombo (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0)
 CTOR.
virtual ~DtVrfOverlaySelectionCombo ()
 DTOR.
virtual void addOverlay (const std::string &name)
 Adds an overlay with the given name.
virtual void removeOverlay (const std::string &name)
 Removes the overlay with the given name.
virtual void renameOverlay (const std::string &oldName, const std::string &newName)
 Renames the overlay with the oldName to newName.
virtual void selectOverlay (const std::string &name)
 Selects the overlay matching the given name.
- Public Member Functions inherited from makVrf::DtVrfOverlaySelectionListInterface
virtual ~DtVrfOverlaySelectionListInterface ()
 Virtual DTOR.

Public Attributes

QHBoxLayout * myMainLayout
QLabelmyLabel
QComboBoxmyOverlays
- Public Attributes inherited from makVrf::DtVrfOverlaySelectionListInterface
boost::signal< void(const
std::string &)> 
signal_overlaySelected

Protected Slots

virtual void onItemSelectionChanged ()

Protected Member Functions

void setupUi (QWidget *p)
 Sets up the contents of the widget onto the supplied parent.

Protected Attributes

makVrv::DtDemyDe
DtVrfOverlaySelectionListLogicmyLogic

Detailed Description

A widget class for managing overlays.

Constructor & Destructor Documentation

makVrf::DtVrfOverlaySelectionCombo::DtVrfOverlaySelectionCombo ( makVrv::DtDe de,
QWidget parent = 0,
Qt::WindowFlags  flags = 0 
)

CTOR.

virtual makVrf::DtVrfOverlaySelectionCombo::~DtVrfOverlaySelectionCombo ( )
virtual

DTOR.

Member Function Documentation

virtual void makVrf::DtVrfOverlaySelectionCombo::addOverlay ( const std::string &  name)
virtual

Adds an overlay with the given name.

Implements makVrf::DtVrfOverlaySelectionListInterface.

virtual void makVrf::DtVrfOverlaySelectionCombo::removeOverlay ( const std::string &  name)
virtual

Removes the overlay with the given name.

Implements makVrf::DtVrfOverlaySelectionListInterface.

virtual void makVrf::DtVrfOverlaySelectionCombo::renameOverlay ( const std::string &  oldName,
const std::string &  newName 
)
virtual

Renames the overlay with the oldName to newName.

Implements makVrf::DtVrfOverlaySelectionListInterface.

virtual void makVrf::DtVrfOverlaySelectionCombo::selectOverlay ( const std::string &  name)
virtual

Selects the overlay matching the given name.

Implements makVrf::DtVrfOverlaySelectionListInterface.

void makVrf::DtVrfOverlaySelectionCombo::setupUi ( QWidget p)
protected

Sets up the contents of the widget onto the supplied parent.

virtual void makVrf::DtVrfOverlaySelectionCombo::onItemSelectionChanged ( )
protectedvirtualslot

Member Data Documentation

makVrv::DtDe& makVrf::DtVrfOverlaySelectionCombo::myDe
protected
DtVrfOverlaySelectionListLogic* makVrf::DtVrfOverlaySelectionCombo::myLogic
protected
QHBoxLayout* makVrf::DtVrfOverlaySelectionCombo::myMainLayout
QLabel* makVrf::DtVrfOverlaySelectionCombo::myLabel
QComboBox* makVrf::DtVrfOverlaySelectionCombo::myOverlays

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

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)