#include <cxClipperWidget.h>
|
| | ClipperWidget (VisServicesPtr services, QWidget *parent) |
| |
| | ~ClipperWidget () |
| |
| void | setClipper (InteractiveClipperPtr clipper) |
| |
| | 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()) |
| |
| | OptimizedUpdateWidget (QWidget *parent=NULL) |
| |
| virtual | ~OptimizedUpdateWidget () |
| |
| void | forcePrePaint () |
| |
Definition at line 32 of file cxClipperWidget.h.
| cx::ClipperWidget::ClipperWidget |
( |
VisServicesPtr |
services, |
|
|
QWidget * |
parent |
|
) |
| |
| cx::ClipperWidget::~ClipperWidget |
( |
| ) |
|
| void cx::ClipperWidget::connectToNewClipper |
( |
| ) |
|
|
protected |
| void cx::ClipperWidget::createNewCheckboxesBasedOnData |
( |
| ) |
|
|
protected |
| void cx::ClipperWidget::dataSelectorClicked |
( |
QCheckBox * |
checkBox, |
|
|
DataPtr |
data |
|
) |
| |
|
protectedslot |
| QGroupBox * cx::ClipperWidget::dataTableWidget |
( |
| ) |
|
|
protected |
| void cx::ClipperWidget::dataTypeSelectorClicked |
( |
bool |
checked | ) |
|
|
protectedslot |
| void cx::ClipperWidget::enable |
( |
bool |
checked | ) |
|
|
protectedslot |
| std::map< QString, DataPtr > cx::ClipperWidget::getDatas |
( |
| ) |
|
|
protected |
| QString cx::ClipperWidget::getDataTypeRegExp |
( |
| ) |
|
|
protected |
| void cx::ClipperWidget::onToolChanged |
( |
| ) |
|
|
protectedslot |
| QLayout * cx::ClipperWidget::planeLayout |
( |
| ) |
|
|
protected |
| void cx::ClipperWidget::prePaintEvent |
( |
| ) |
|
|
protectedvirtual |
| void cx::ClipperWidget::selectAllTableData |
( |
bool |
checked | ) |
|
|
protectedslot |
| void cx::ClipperWidget::setupDataSelectorUI |
( |
| ) |
|
|
protectedslot |
| void cx::ClipperWidget::setupDataStructures |
( |
| ) |
|
|
protected |
| void cx::ClipperWidget::setupUI |
( |
| ) |
|
|
protected |
| QLayout * cx::ClipperWidget::toolLayout |
( |
| ) |
|
|
protected |
| void cx::ClipperWidget::updateSelectAllCheckbox |
( |
| ) |
|
|
protected |
| QCheckBox* cx::ClipperWidget::mAttachedToTool |
|
protected |
| QTableWidget* cx::ClipperWidget::mDataTableWidget |
|
protected |
| std::map<QString, DataPtr> cx::ClipperWidget::mDataToClip |
|
protected |
| bool cx::ClipperWidget::mInitializedWithClipper |
|
protected |
| QCheckBox* cx::ClipperWidget::mInvertPlane |
|
protected |
| QVBoxLayout* cx::ClipperWidget::mLayout |
|
protected |
| QCheckBox* cx::ClipperWidget::mSelectAllData |
|
protected |
| QCheckBox* cx::ClipperWidget::mShowImages |
|
protected |
| QCheckBox* cx::ClipperWidget::mShowMeshes |
|
protected |
| QCheckBox* cx::ClipperWidget::mShowMetrics |
|
protected |
| QCheckBox* cx::ClipperWidget::mShowTrackedStreams |
|
protected |
| QCheckBox* cx::ClipperWidget::mUseClipperCheckBox |
|
protected |
The documentation for this class was generated from the following files:
- /media/jenkins/bamboo/buildagent/xml-data/build-dir/CX-NI-JOB1/CX/CX/source/gui/dataWidgets/cxClipperWidget.h
- /media/jenkins/bamboo/buildagent/xml-data/build-dir/CX-NI-JOB1/CX/CX/source/gui/dataWidgets/cxClipperWidget.cpp