◆ autoSnapshot()
void IVP13DStandardChannelWidget::Imp::autoSnapshot |
( |
| ) |
|
Definition at line 291 of file IVP13DStandardChannelWidget.cxx.
296 unsigned long long eventnumber(0);
299 #if defined BUILDVP1LIGHT
305 QFileInfo snapshotDir(snapshotDirName);
306 if(!snapshotDir.exists()||!snapshotDir.isDir()||!snapshotDir.isReadable()||!snapshotDir.isWritable()) {
307 channel->
message(
"The directory for storing VP1 snapshots "+snapshotDirName+
" either does not exist or is not writable");
313 chnlname.replace(
' ',
'_');
◆ restoreFromState_v7()
void IVP13DStandardChannelWidget::Imp::restoreFromState_v7 |
( |
QDataStream & |
state | ) |
|
Definition at line 906 of file IVP13DStandardChannelWidget.cxx.
914 QMap<QString, bool> sysname2turnedon;
916 QByteArray splitstate;
918 QByteArray ba_viewer;
920 bool transp, widthfixed, as_shown;
922 qint32
width, height;
938 state >> sysname2turnedon;
944 state >> locked_ratio;
947 state >> isUsingPresets;
965 if (sysname2turnedon.contains(
it.key()->text())) {
966 if (sysname2turnedon[
it.key()->text()]!=
it.key()->isChecked())
967 it.key()->setChecked(sysname2turnedon[
it.key()->text()]);
969 channel->
message(
"Warning: Config data does not contain information about switched state of subsystem '"+
it.key()->text()+
"'");
985 uisnapshot.checkBox_transp->setChecked(transp);
986 uisnapshot.checkBox_as_shown->setChecked(as_shown);
988 uisnapshot.radioButton_width->setChecked(
true);
989 uisnapshot.radioButton_height->setChecked(
false);
991 uisnapshot.radioButton_width->setChecked(
false);
992 uisnapshot.radioButton_height->setChecked(
true);
1001 uisnapshot.groupBox_imagePresets->setChecked(
true);
1003 uisnapshot.radioButton_720p->setChecked(
true);
1005 uisnapshot.radioButton_1080p->setChecked(
true);
◆ setupSplitter()
void IVP13DStandardChannelWidget::Imp::setupSplitter |
( |
QWidget * |
rightwidget | ) |
|
Definition at line 272 of file IVP13DStandardChannelWidget.cxx.
274 QVBoxLayout * vboxLayout =
new QVBoxLayout(
channel);
275 vboxLayout->setContentsMargins(0, 0, 0, 0);
280 widget_viewer->setObjectName(
"widget_viewer");
◆ updateSystemState()
void IVP13DStandardChannelWidget::Imp::updateSystemState |
( |
QCheckBox * |
cb | ) |
|
◆ channel
◆ checkbox2system
QMap<QCheckBox*,IVP1System*> IVP13DStandardChannelWidget::Imp::checkbox2system |
◆ detectorViewButtons
bool IVP13DStandardChannelWidget::Imp::detectorViewButtons |
◆ extradisplaywidget_splitter
QSplitter* IVP13DStandardChannelWidget::Imp::extradisplaywidget_splitter |
◆ min3dx
const int IVP13DStandardChannelWidget::Imp::min3dx = 150 |
|
static |
◆ min3dy
const int IVP13DStandardChannelWidget::Imp::min3dy = 180 |
|
static |
◆ need_initial_viewall
bool IVP13DStandardChannelWidget::Imp::need_initial_viewall |
◆ root
SoSeparator* IVP13DStandardChannelWidget::Imp::root |
◆ sys2tabpage
QMap<IVP1System*,QWidget*> IVP13DStandardChannelWidget::Imp::sys2tabpage |
◆ system2rootNodes
QMap<IVP13DSystem*,SoSeparator*> IVP13DStandardChannelWidget::Imp::system2rootNodes |
◆ system2startdisabled
QMap<IVP1System*,bool> IVP13DStandardChannelWidget::Imp::system2startdisabled |
◆ system2switchable
QList<QPair<IVP1System*,bool> > IVP13DStandardChannelWidget::Imp::system2switchable |
◆ systemsAllowedCameraList
QList<IVP13DSystem*> IVP13DStandardChannelWidget::Imp::systemsAllowedCameraList |
◆ systemsAllowedControllers
QList<IVP1System*> IVP13DStandardChannelWidget::Imp::systemsAllowedControllers |
◆ systemsAllowedExtraDisplayWidgets
QList<IVP13DSystem*> IVP13DStandardChannelWidget::Imp::systemsAllowedExtraDisplayWidgets |
◆ tabwidget
◆ uisnapshot
Ui::VP13DStandardChannelSnapShotGroupBox IVP13DStandardChannelWidget::Imp::uisnapshot |
◆ viewer
The documentation for this class was generated from the following file: