#include <src/PlusWidgets/QPlusDeviceSetSelectorWidget.h>
◆ QPlusDeviceSetSelectorWidget()
QPlusDeviceSetSelectorWidget::QPlusDeviceSetSelectorWidget |
( |
QWidget * |
aParent = 0 | ) |
|
◆ ~QPlusDeviceSetSelectorWidget()
QPlusDeviceSetSelectorWidget::~QPlusDeviceSetSelectorWidget |
( |
| ) |
|
◆ ClearDescriptionSuffix()
void QPlusDeviceSetSelectorWidget::ClearDescriptionSuffix |
( |
| ) |
|
◆ ConfigurationDirectoryChanged
void QPlusDeviceSetSelectorWidget::ConfigurationDirectoryChanged |
( |
std::string |
| ) |
|
|
signal |
Emitted when configuration directory is changed (notifies application)
- Parameters
-
Configuration | directory path |
◆ ConnectToDevicesByConfigFileInvoked
void QPlusDeviceSetSelectorWidget::ConnectToDevicesByConfigFileInvoked |
( |
std::string |
| ) |
|
|
signal |
Emitted when connecting to devices
- Parameters
-
Device | set configuration file |
◆ DeviceSetSelected [1/2]
void QPlusDeviceSetSelectorWidget::DeviceSetSelected |
( |
std::string |
| ) |
|
|
signal |
Emitted when device set selected (notifies application)
- Parameters
-
◆ DeviceSetSelected [2/2]
void QPlusDeviceSetSelectorWidget::DeviceSetSelected |
( |
int |
aIndex | ) |
|
|
protectedslot |
◆ dragEnterEvent()
void QPlusDeviceSetSelectorWidget::dragEnterEvent |
( |
QDragEnterEvent * |
event | ) |
|
|
protectedvirtual |
◆ dropEvent()
void QPlusDeviceSetSelectorWidget::dropEvent |
( |
QDropEvent * |
event | ) |
|
|
protectedvirtual |
◆ EditAppConfig
void QPlusDeviceSetSelectorWidget::EditAppConfig |
( |
| ) |
|
|
protectedslot |
◆ EditConfiguration
void QPlusDeviceSetSelectorWidget::EditConfiguration |
( |
| ) |
|
|
protectedslot |
Called when Edit configuration button is left-clicked - opens currently selected configuration in editor application
Definition at line 658 of file QPlusDeviceSetSelectorWidget.cxx.
◆ FindCalibrationDetails()
QString QPlusDeviceSetSelectorWidget::FindCalibrationDetails |
( |
const QDomDocument & |
doc, |
|
|
vtkSmartPointer< vtkIGSIOTransformRepository > |
tr, |
|
|
const QString & |
tagName, |
|
|
const QString & |
outputPrefix, |
|
|
const QString & |
firstFrame, |
|
|
const QString & |
secondFrame |
|
) |
| |
|
protected |
◆ FixComboBoxDropDownListSizeAdjustemnt()
void QPlusDeviceSetSelectorWidget::FixComboBoxDropDownListSizeAdjustemnt |
( |
QComboBox * |
cb | ) |
|
|
protected |
◆ GetConnectionSuccessful()
bool QPlusDeviceSetSelectorWidget::GetConnectionSuccessful |
( |
| ) |
|
Get connection successful flag (if true then it is connected so on InvokeConnect, the application should disconnect)
- Returns
- Connection successful flag
Definition at line 313 of file QPlusDeviceSetSelectorWidget.cxx.
◆ GetSelectedDeviceSetConfigFilePath()
std::string QPlusDeviceSetSelectorWidget::GetSelectedDeviceSetConfigFilePath |
( |
| ) |
|
◆ GetSelectedDeviceSetDescription()
std::string QPlusDeviceSetSelectorWidget::GetSelectedDeviceSetDescription |
( |
| ) |
|
◆ InvokeConnect
void QPlusDeviceSetSelectorWidget::InvokeConnect |
( |
| ) |
|
|
protectedslot |
◆ InvokeDisconnect
void QPlusDeviceSetSelectorWidget::InvokeDisconnect |
( |
| ) |
|
|
protectedslot |
◆ OpenConfigurationDirectory
void QPlusDeviceSetSelectorWidget::OpenConfigurationDirectory |
( |
| ) |
|
|
protectedslot |
◆ ParseDirectory()
PlusStatus QPlusDeviceSetSelectorWidget::ParseDirectory |
( |
const QString & |
aDirectory | ) |
|
|
protected |
Fills the combo box with the valid device set configuration files found in input directory
- Parameters
-
aDirectory | The directory to search in |
Success | flag |
Definition at line 321 of file QPlusDeviceSetSelectorWidget.cxx.
◆ RefreshFolder
void QPlusDeviceSetSelectorWidget::RefreshFolder |
( |
| ) |
|
|
protectedslot |
◆ ResetTracker
void QPlusDeviceSetSelectorWidget::ResetTracker |
( |
| ) |
|
|
signal |
Called when the reset tracker button is pushed Emits a signal to tell the tracker to reset itself
◆ ResetTrackerButtonClicked
void QPlusDeviceSetSelectorWidget::ResetTrackerButtonClicked |
( |
| ) |
|
|
protectedslot |
◆ resizeEvent()
void QPlusDeviceSetSelectorWidget::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
protectedvirtual |
◆ SelectEditor
void QPlusDeviceSetSelectorWidget::SelectEditor |
( |
| ) |
|
|
protectedslot |
◆ SetConfigurationDirectory()
PlusStatus QPlusDeviceSetSelectorWidget::SetConfigurationDirectory |
( |
const QString & |
aDirectory | ) |
|
◆ SetConfigurationFile()
PlusStatus QPlusDeviceSetSelectorWidget::SetConfigurationFile |
( |
const QString & |
aFilename | ) |
|
Set device set configuration file, if it contains a folder structure, the directory is changed and the file is selected
- Parameters
-
aFilename | Input configuration filename |
- Returns
- Success flag
Definition at line 138 of file QPlusDeviceSetSelectorWidget.cxx.
◆ SetConnectButtonText()
void QPlusDeviceSetSelectorWidget::SetConnectButtonText |
( |
QString |
text | ) |
|
◆ SetConnectionSuccessful()
void QPlusDeviceSetSelectorWidget::SetConnectionSuccessful |
( |
bool |
aConnectionSuccessful | ) |
|
Set connection successful flag
- Parameters
-
aConnectionSuccessful | If true, Connect button will be disabled until changing another device set |
Definition at line 246 of file QPlusDeviceSetSelectorWidget.cxx.
◆ SetDescriptionSuffix()
void QPlusDeviceSetSelectorWidget::SetDescriptionSuffix |
( |
const QString & |
string | ) |
|
◆ SetDeviceSetComboBoxMaximumSizeRatio()
void QPlusDeviceSetSelectorWidget::SetDeviceSetComboBoxMaximumSizeRatio |
( |
double |
ratio | ) |
|
◆ ShowEditContextMenu
void QPlusDeviceSetSelectorWidget::ShowEditContextMenu |
( |
QPoint |
point | ) |
|
|
protectedslot |
◆ ShowResetTrackerButton()
void QPlusDeviceSetSelectorWidget::ShowResetTrackerButton |
( |
bool |
aValue | ) |
|
◆ UpdateDescriptionText()
void QPlusDeviceSetSelectorWidget::UpdateDescriptionText |
( |
| ) |
|
◆ m_ConfigurationDirectory
QString QPlusDeviceSetSelectorWidget::m_ConfigurationDirectory |
|
protected |
◆ m_ConnectionSuccessful
bool QPlusDeviceSetSelectorWidget::m_ConnectionSuccessful |
|
protected |
◆ m_DescriptionBody
QString QPlusDeviceSetSelectorWidget::m_DescriptionBody |
|
protected |
◆ m_DescriptionPrefix
QString QPlusDeviceSetSelectorWidget::m_DescriptionPrefix |
|
protected |
◆ m_DescriptionSuffix
QString QPlusDeviceSetSelectorWidget::m_DescriptionSuffix |
|
protected |
◆ m_DeviceSetComboBoxMaximumSizeRatio
double QPlusDeviceSetSelectorWidget::m_DeviceSetComboBoxMaximumSizeRatio |
|
protected |
◆ m_EditApplicationConfigFileAction
QAction* QPlusDeviceSetSelectorWidget::m_EditApplicationConfigFileAction |
|
protected |
◆ m_EditMenu
QMenu* QPlusDeviceSetSelectorWidget::m_EditMenu |
|
protected |
◆ m_EditorSelectAction
QAction* QPlusDeviceSetSelectorWidget::m_EditorSelectAction |
|
protected |
◆ ui
Ui::DeviceSetSelectorWidget QPlusDeviceSetSelectorWidget::ui |
|
protected |
The documentation for this class was generated from the following files: