Contains makVrv::DtConnectionSelectorWidget class.
More...
|
| virtual void | setupGui () |
| | Sets up the gui of the widget. Called from the constructor. More...
|
| |
| virtual void | setConnect (bool) |
| | Sends signal_connect if button is pressed, disconnect if not. More...
|
| |
| virtual void | addDriver (const std::string &name, bool connected, bool onDriverSelectionList) |
| | Adds a new driver. More...
|
| |
| virtual void | removeDriver (const std::string &name) |
| | Removes named driver. More...
|
| |
| virtual void | setDriverConnected (const std::string &name, bool connected) |
| | Sets whether or not driver has been started. More...
|
| |
| virtual void | setConnected (bool) |
| | Sets whether or not connected. Will only change button state. More...
|
| |
| virtual void | setDriverOnSelectionList (const std::string &name, bool) |
| | Sets whether or not the driver should be selected on the selection list. More...
|
| |
| virtual void | setCanConnect (bool) |
| | Sets wheter or not the connect button is enabled/disabled. More...
|
| |
| virtual bool | isConnected () const |
| | Returns true if button is in connect state (pushed in) More...
|
| |
| virtual void | configureToolButton (const QString &text, const QString &tooltip, const QString &iconPath, bool checkable=false, bool hasMenu=false, QToolButton::ToolButtonPopupMode menuMode=QToolButton::DelayedPopup) |
| | Configure the QToolButton for this toolbar widget. More...
|
| |
| virtual void | setWidgetsVisible (bool visible) |
| | Called whenever the ToolButtonStyle has changed. More...
|
| |
Contains makVrv::DtConnectionSelectorWidget class.
A class that allows for the selection of connections to connect to and the ability to connect/disconnect from those connections
| makVrv::DtConnectionSelectorWidget::DtConnectionSelectorWidget |
( |
DtDe & |
de, |
|
|
QWidget * |
parent = 0, |
|
|
const Qt::WindowFlags & |
flags = 0 |
|
) |
| |
| virtual makVrv::DtConnectionSelectorWidget::~DtConnectionSelectorWidget |
( |
| ) |
|
|
virtual |
| makVrv::DtConnectionSelectorWidget::DtConnectionSelectorWidget |
( |
| ) |
|
|
private |
Default CTOR.
- Note
- Not implemented ( force use of initializer ).
Copy CTOR.
- Note
- Not implemented ( prevents copies ).
Copy operator.
- Note
- Not implemented ( prevents copies ).
| virtual void makVrv::DtConnectionSelectorWidget::setupGui |
( |
| ) |
|
|
protectedvirtual |
Sets up the gui of the widget. Called from the constructor.
| virtual void makVrv::DtConnectionSelectorWidget::setConnect |
( |
bool |
| ) |
|
|
protectedvirtual |
| virtual void makVrv::DtConnectionSelectorWidget::addDriver |
( |
const std::string & |
name, |
|
|
bool |
connected, |
|
|
bool |
onDriverSelectionList |
|
) |
| |
|
protectedvirtual |
| virtual void makVrv::DtConnectionSelectorWidget::removeDriver |
( |
const std::string & |
name | ) |
|
|
protectedvirtual |
| virtual void makVrv::DtConnectionSelectorWidget::setDriverConnected |
( |
const std::string & |
name, |
|
|
bool |
connected |
|
) |
| |
|
protectedvirtual |
| virtual void makVrv::DtConnectionSelectorWidget::setConnected |
( |
bool |
| ) |
|
|
protectedvirtual |
| virtual void makVrv::DtConnectionSelectorWidget::setDriverOnSelectionList |
( |
const std::string & |
name, |
|
|
bool |
|
|
) |
| |
|
protectedvirtual |
| virtual void makVrv::DtConnectionSelectorWidget::setCanConnect |
( |
bool |
| ) |
|
|
protectedvirtual |
| virtual bool makVrv::DtConnectionSelectorWidget::isConnected |
( |
| ) |
const |
|
protectedvirtual |
| virtual void makVrv::DtConnectionSelectorWidget::onConnect |
( |
| ) |
|
|
protectedvirtualslot |
Calls setConnect with button state.
| virtual void makVrv::DtConnectionSelectorWidget::onDriverToggled |
( |
bool |
| ) |
|
|
protectedvirtualslot |
Called when driver is selected from the menu.
| virtual void makVrv::DtConnectionSelectorWidget::on_toolButtonClicked |
( |
bool |
checked | ) |
|
|
protectedvirtualslot |
Slot when this widget's toolbutton has been clicked.
- Parameters
-
| checked | Whether or not the QToolButton is checked or not This slot will connect/disconnect according to the check state |
| DtDe& makVrv::DtConnectionSelectorWidget::myDe |
|
protected |
Pointer to our logic handler.
| QToolButton* makVrv::DtConnectionSelectorWidget::myConnectMenu |
|
protected |
| ActionMap makVrv::DtConnectionSelectorWidget::myActionMap |
|
protected |
The documentation for this class was generated from the following file: