VR-Forces 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
makVrv::DtBullseyeSelectionWidget Class Reference

The bullseye selection widget is used within the bullseye selection toolbar. The widget consists of two horizontally placed child widgets that are, from left to right:

See Also
DtBullseyeSelectionToolbar
DtBullseyeSelectionLogic
Inheritance diagram for makVrv::DtBullseyeSelectionWidget:
Inheritance graph
[legend]

Public Member Functions

 DtBullseyeSelectionWidget (DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0)
 
virtual ~DtBullseyeSelectionWidget ()
 
 DtBullseyeSelectionWidget ()=delete
 
 DtBullseyeSelectionWidget (DtBullseyeSelectionWidget &in)=delete
 
DtBullseyeSelectionWidgetoperator= (const DtBullseyeSelectionWidget &)=delete
 
virtual void addBullseye (const std::string &name)
 
virtual void removeBullseye (const std::string &name)
 
virtual void selectBullseye (const std::string &name)
 
virtual void renameBullseye (const std::string &oldName, const std::string &newName)
 
- Public Member Functions inherited from makVrv::DtBullseyeSelectionWidgetInterface
 DtBullseyeSelectionWidgetInterface ()
 
virtual ~DtBullseyeSelectionWidgetInterface ()
 
 DtBullseyeSelectionWidgetInterface (DtBullseyeSelectionWidgetInterface &in)=delete
 
DtBullseyeSelectionWidgetInterfaceoperator= (const DtBullseyeSelectionWidgetInterface &)=delete
 

Public Attributes

QHBoxLayout * myMainLayout
 
QLabelmyBullseyeLabel
 
QComboBoxmyBullseye
 
- Public Attributes inherited from makVrv::DtBullseyeSelectionWidgetInterface
boost::signalslib::signal
< void(const std::string &)> 
signal_selectedBullseyeChanged
 

Protected Slots

virtual void selectedBullseyeChanged ()
 

Protected Member Functions

void setupUi ()
 

Protected Attributes

DtDemyDe
 
DtBullseyeSelectionLogicmyLogic
 

Constructor & Destructor Documentation

makVrv::DtBullseyeSelectionWidget::DtBullseyeSelectionWidget ( DtDe de,
QWidget *  parent = 0,
Qt::WindowFlags  flags = 0 
)

CTOR.

virtual makVrv::DtBullseyeSelectionWidget::~DtBullseyeSelectionWidget ( )
virtual

DTOR.

makVrv::DtBullseyeSelectionWidget::DtBullseyeSelectionWidget ( )
delete

Default Constructor not implemented.

makVrv::DtBullseyeSelectionWidget::DtBullseyeSelectionWidget ( DtBullseyeSelectionWidget in)
delete

Copy Constructor not implemented - Copy not allowed.

Member Function Documentation

DtBullseyeSelectionWidget& makVrv::DtBullseyeSelectionWidget::operator= ( const DtBullseyeSelectionWidget )
delete

Assignment Operator not implemented - Assignment not allowed.

virtual void makVrv::DtBullseyeSelectionWidget::addBullseye ( const std::string &  name)
virtual

Adds the bullseye with the provided name.

Implements makVrv::DtBullseyeSelectionWidgetInterface.

virtual void makVrv::DtBullseyeSelectionWidget::removeBullseye ( const std::string &  name)
virtual

Removes the bullseye with the provided name.

Implements makVrv::DtBullseyeSelectionWidgetInterface.

virtual void makVrv::DtBullseyeSelectionWidget::selectBullseye ( const std::string &  name)
virtual

Selects the bullseye with the provided name.

Implements makVrv::DtBullseyeSelectionWidgetInterface.

virtual void makVrv::DtBullseyeSelectionWidget::renameBullseye ( const std::string &  oldName,
const std::string &  newName 
)
virtual

Rename a bullseye.

Implements makVrv::DtBullseyeSelectionWidgetInterface.

void makVrv::DtBullseyeSelectionWidget::setupUi ( )
protected

Sets up the contents of the widget. Called from constructor.

virtual void makVrv::DtBullseyeSelectionWidget::selectedBullseyeChanged ( )
protectedvirtualslot

Called when the combo box selects a new bullseye.

Member Data Documentation

QHBoxLayout* makVrv::DtBullseyeSelectionWidget::myMainLayout
QLabel* makVrv::DtBullseyeSelectionWidget::myBullseyeLabel
QComboBox* makVrv::DtBullseyeSelectionWidget::myBullseye
DtDe& makVrv::DtBullseyeSelectionWidget::myDe
protected
DtBullseyeSelectionLogic* makVrv::DtBullseyeSelectionWidget::myLogic
protected

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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)