#include <cxToolPropertiesWidget.h>
|
| ToolPropertiesWidget (QWidget *parent) |
|
virtual | ~ToolPropertiesWidget () |
|
virtual QString | defaultWhatsThis () const |
| Returns a short description of what this widget will do for you. More...
|
|
| 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) |
|
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 () |
|
- Date
- 2010.04.22 \author Christian Askeland, SINTEF
Definition at line 65 of file cxToolPropertiesWidget.h.
cx::ToolPropertiesWidget::ToolPropertiesWidget |
( |
QWidget * |
parent | ) |
|
cx::ToolPropertiesWidget::~ToolPropertiesWidget |
( |
| ) |
|
|
virtual |
void cx::ToolPropertiesWidget::activeToolChangedSlot |
( |
| ) |
|
|
protectedslot |
QString cx::ToolPropertiesWidget::defaultWhatsThis |
( |
| ) |
const |
|
virtual |
void cx::ToolPropertiesWidget::hideEvent |
( |
QCloseEvent * |
event | ) |
|
|
protectedvirtual |
void cx::ToolPropertiesWidget::manualToolChanged |
( |
| ) |
|
|
protectedslot |
void cx::ToolPropertiesWidget::manualToolWidgetChanged |
( |
| ) |
|
|
protectedslot |
void cx::ToolPropertiesWidget::referenceToolChangedSlot |
( |
| ) |
|
|
protectedslot |
void cx::ToolPropertiesWidget::showEvent |
( |
QShowEvent * |
event | ) |
|
|
protectedvirtual |
void cx::ToolPropertiesWidget::spacesChangedSlot |
( |
| ) |
|
|
protectedslot |
void cx::ToolPropertiesWidget::updateSlot |
( |
| ) |
|
|
protectedslot |
The documentation for this class was generated from the following files: