Fraxinus
22.09
An IGT application
|
GUI for setting up a connection to a video stream. More...
#include <cxVideoConnectionWidget.h>
Public Member Functions | |
VideoConnectionWidget (VisServicesPtr services, QWidget *parent) | |
virtual | ~VideoConnectionWidget () |
Public Member Functions inherited from cx::BaseWidget | |
BaseWidget (QWidget *parent, QString objectName, QString windowTitle) | |
virtual | ~BaseWidget () |
QWidget * | createMethodWidget (QWidget *inputWidget, QWidget *outputWidget, QString methodname, bool inputChecked=false, bool outputVisible=true) |
Create a specialized widget for filters, with input/ouput, enable and options. More... | |
QGroupBox * | createGroupbox (QWidget *widget, QString boxname) |
Create a group box with a given name. More... | |
QGroupBox * | wrapInGroupBox (QWidget *base, QString name) |
CXFrame * | wrapInFrame (QWidget *base) |
QAction * | createAction2 (QObject *parent, QIcon iconName, QString text, QString tip, QLayout *layout=NULL, QToolButton *button=new QToolButton()) |
template<class T > | |
QAction * | createAction (QObject *parent, QIcon iconName, QString text, QString tip, T slot, QLayout *layout=NULL, QToolButton *button=new QToolButton()) |
Public Member Functions inherited from cx::OptimizedUpdateWidget | |
OptimizedUpdateWidget (QWidget *parent=NULL) | |
virtual | ~OptimizedUpdateWidget () |
void | forcePrePaint () |
Protected Slots | |
void | toggleConnectServer () |
void | serverStatusChangedSlot () |
void | importStreamImageSlot () |
void | setConnectionMethodAndUpdateGuiForConnectionMethodSlot () |
void | connectionMethodChangedSlot () |
void | onServiceAdded (StreamerService *service) |
void | onServiceRemoved (StreamerService *service) |
Protected Member Functions | |
StringPropertyActiveVideoSourcePtr | initializeActiveVideoSourceSelector () |
QFrame * | wrapStackedWidgetInAFrame () |
QPushButton * | initializeConnectButton () |
QPushButton * | initializeImportStreamImageButton () |
QWidget * | wrapVerticalStretch (QWidget *input) |
Transform3D | calculate_rMd_ForAProbeImage (ToolPtr probe) |
QString | generateFilename (VideoSourcePtr videoSource) |
void | saveAndImportSnapshot (vtkImageDataPtr input, QString filename, Transform3D rMd) |
Protected Member Functions inherited from cx::BaseWidget | |
virtual void | showEvent (QShowEvent *event) |
Protected Member Functions inherited from cx::OptimizedUpdateWidget | |
virtual void | prePaintEvent () |
virtual void | paintEvent (QPaintEvent *event) |
Protected Attributes | |
QPushButton * | mConnectButton |
QPushButton * | mImportStreamImageButton |
QVBoxLayout * | mToptopLayout |
QStackedWidget * | mStackedWidget |
StringPropertyPtr | mConnectionSelector |
StringPropertyActiveVideoSourcePtr | mActiveVideoSourceSelector |
XmlOptionFile | mOptions |
DetailedLabeledComboBoxWidget * | mConnectionSelectionWidget |
QFrame * | mStackedWidgetFrame |
VisServicesPtr | mServices |
Additional Inherited Members | |
Public Slots inherited from cx::BaseWidget | |
void | adjustSizeSlot () |
Public Slots inherited from cx::OptimizedUpdateWidget | |
virtual void | setModified () |
Static Public Member Functions inherited from cx::BaseWidget | |
static QFrame * | createHorizontalLine () |
Creates a horizontal line which can be inserted into widgets. More... | |
GUI for setting up a connection to a video stream.
Definition at line 56 of file cxVideoConnectionWidget.h.
cx::VideoConnectionWidget::VideoConnectionWidget | ( | VisServicesPtr | services, |
QWidget * | parent | ||
) |
Definition at line 46 of file cxVideoConnectionWidget.cpp.
|
virtual |
Definition at line 84 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 300 of file cxVideoConnectionWidget.cpp.
|
protectedslot |
Definition at line 213 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 311 of file cxVideoConnectionWidget.cpp.
|
protectedslot |
Definition at line 258 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 167 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 229 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 237 of file cxVideoConnectionWidget.cpp.
|
protectedslot |
Definition at line 103 of file cxVideoConnectionWidget.cpp.
|
protectedslot |
Definition at line 129 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 326 of file cxVideoConnectionWidget.cpp.
|
protectedslot |
Definition at line 247 of file cxVideoConnectionWidget.cpp.
|
protectedslot |
Definition at line 196 of file cxVideoConnectionWidget.cpp.
|
protectedslot |
Definition at line 221 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 172 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 184 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 88 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 83 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 90 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 87 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 84 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 89 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 93 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 86 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 91 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 85 of file cxVideoConnectionWidget.h.