#include <cxImagePropertiesWidget.h>
|
| | ImagePropertiesWidget (QWidget *parent) |
| |
| void | imageChanged (ImagePtr image) |
| |
| | BaseWidget (QWidget *parent, QString objectName, QString windowTitle) |
| |
| virtual | ~BaseWidget () |
| |
| virtual QString | defaultWhatsThis () const =0 |
| | Returns a short description of what this widget will do for you. More...
|
| |
| 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) |
| |
| 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 () |
| |
Definition at line 48 of file cxImagePropertiesWidget.h.
| cx::ImagePropertiesWidget::ImagePropertiesWidget |
( |
QWidget * |
parent | ) |
|
| QString cx::ImagePropertiesWidget::defaultWhatsThis |
( |
| ) |
const |
|
virtualslot |
| void cx::ImagePropertiesWidget::imageChanged |
( |
ImagePtr |
image | ) |
|
The documentation for this class was generated from the following files: