Fraxinus
17.12-rc4
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 | selectGuiForConnectionMethodSlot () |
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 77 of file cxVideoConnectionWidget.h.
cx::VideoConnectionWidget::VideoConnectionWidget | ( | VisServicesPtr | services, |
QWidget * | parent | ||
) |
Definition at line 67 of file cxVideoConnectionWidget.cpp.
|
virtual |
Definition at line 103 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 308 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 319 of file cxVideoConnectionWidget.cpp.
|
protectedslot |
Definition at line 266 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 185 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 237 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 245 of file cxVideoConnectionWidget.cpp.
|
protectedslot |
Definition at line 121 of file cxVideoConnectionWidget.cpp.
|
protectedslot |
Definition at line 147 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 334 of file cxVideoConnectionWidget.cpp.
|
protectedslot |
Definition at line 214 of file cxVideoConnectionWidget.cpp.
|
protectedslot |
Definition at line 255 of file cxVideoConnectionWidget.cpp.
|
protectedslot |
Definition at line 229 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 190 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 202 of file cxVideoConnectionWidget.cpp.
|
protected |
Definition at line 108 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 103 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 110 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 107 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 104 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 109 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 113 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 106 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 111 of file cxVideoConnectionWidget.h.
|
protected |
Definition at line 105 of file cxVideoConnectionWidget.h.