#include <cxShadingWidget.h>
|
| | ShadingWidget (ActiveDataPtr activeData, QWidget *parent, bool connectToActiveImage=true) |
| |
| | ~ShadingWidget () |
| |
| | 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 59 of file cxShadingWidget.h.
| cx::ShadingWidget::ShadingWidget |
( |
ActiveDataPtr |
activeData, |
|
|
QWidget * |
parent, |
|
|
bool |
connectToActiveImage = true |
|
) |
| |
| cx::ShadingWidget::~ShadingWidget |
( |
| ) |
|
| void cx::ShadingWidget::activeImageChangedSlot |
( |
| ) |
|
|
slot |
listens to the contextdockwidget for when the current image is changed
Definition at line 120 of file cxShadingWidget.cpp.
| void cx::ShadingWidget::imageChangedSlot |
( |
ImagePtr |
image | ) |
|
|
slot |
| void cx::ShadingWidget::init |
( |
bool |
connectToActiveImage | ) |
|
|
protected |
| void cx::ShadingWidget::shadingToggledSlot |
( |
bool |
val | ) |
|
|
slot |
| bool cx::ShadingWidget::mInitialized |
|
protected |
| QVBoxLayout* cx::ShadingWidget::mLayout |
|
protected |
| QCheckBox* cx::ShadingWidget::mShadingCheckBox |
|
protected |
The documentation for this class was generated from the following files:
- /media/dev/bamboodrive/b/xml-data/build-dir/NN-RE-JOB1/CX/CX/source/gui/dataWidgets/cxShadingWidget.h
- /media/dev/bamboodrive/b/xml-data/build-dir/NN-RE-JOB1/CX/CX/source/gui/dataWidgets/cxShadingWidget.cpp