#include <ecvCustomViewpointButtonDlg.h>
◆ ecvCustomViewpointButtonDlg()
| ecvCustomViewpointButtonDlg::ecvCustomViewpointButtonDlg |
( |
QWidget * |
parent, |
|
|
Qt::WindowFlags |
f, |
|
|
QStringList & |
toolTips, |
|
|
QStringList & |
configurations, |
|
|
QString & |
currentConfig |
|
) |
| |
Create and initialize the dialog.
◆ ~ecvCustomViewpointButtonDlg()
| ecvCustomViewpointButtonDlg::~ecvCustomViewpointButtonDlg |
( |
| ) |
|
|
override |
◆ getConfigurations()
| QStringList ecvCustomViewpointButtonDlg::getConfigurations |
( |
| ) |
|
◆ getCurrentConfiguration()
| QString ecvCustomViewpointButtonDlg::getCurrentConfiguration |
( |
| ) |
|
◆ getToolTips()
| QStringList ecvCustomViewpointButtonDlg::getToolTips |
( |
| ) |
|
◆ setConfigurations()
| void ecvCustomViewpointButtonDlg::setConfigurations |
( |
const QStringList & |
configs | ) |
|
Set/get a list of camera configurations, one for each button. The number of items in configs must match the current number of configs. Use setToolTipsAndConfigurations to change the number of items.
◆ setCurrentConfiguration()
| void ecvCustomViewpointButtonDlg::setCurrentConfiguration |
( |
const QString & |
config | ) |
|
Set/get the current camera configuration.
◆ setToolTips()
| void ecvCustomViewpointButtonDlg::setToolTips |
( |
const QStringList & |
toolTips | ) |
|
Set/get a list of tool tips, one for each button. The number of items in the toolTips list must match the current number of tooltips being shown. Use setToolTipsAndConfigurations to change the number of items.
◆ setToolTipsAndConfigurations()
| void ecvCustomViewpointButtonDlg::setToolTipsAndConfigurations |
( |
const QStringList & |
toolTips, |
|
|
const QStringList & |
configs |
|
) |
| |
Set the list of tool tips and configurations. This is the preferred way of settings these as it supports changing the number of items.
◆ DEFAULT_TOOLTIP
| const QString ecvCustomViewpointButtonDlg::DEFAULT_TOOLTIP |
|
static |
◆ MAXIMUM_NUMBER_OF_ITEMS
| const int ecvCustomViewpointButtonDlg::MAXIMUM_NUMBER_OF_ITEMS |
|
static |
◆ MINIMUM_NUMBER_OF_ITEMS
| const int ecvCustomViewpointButtonDlg::MINIMUM_NUMBER_OF_ITEMS |
|
static |
The documentation for this class was generated from the following file: