VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.

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

Public Member Functions

 DtVrfOverlaySelectionCombo (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0)
 
virtual ~DtVrfOverlaySelectionCombo ()
 
virtual void addOverlay (const std::string &name)
 
virtual void removeOverlay (const std::string &name)
 
virtual void renameOverlay (const std::string &oldName, const std::string &newName)
 
virtual void selectOverlay (const std::string &name)
 
- Public Member Functions inherited from makVrf::DtVrfOverlaySelectionListInterface
virtual ~DtVrfOverlaySelectionListInterface ()
 

Public Attributes

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

Protected Slots

virtual void onItemSelectionChanged ()
 

Protected Member Functions

void setupUi (QWidget *p)
 

Protected Attributes

makVrv::DtDemyDe
 
DtVrfOverlaySelectionListLogicmyLogic
 

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 Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)