Interface for making widgets with a hierarchy of tabs.
More...
#include <cxTabbedWidget.h>
|
| TabbedWidget (QWidget *parent, QString objectName, QString windowTitle) |
|
virtual | ~TabbedWidget () |
|
void | addTab (BaseWidget *newTab, QString newTabName) |
|
void | insertWidgetAtTop (QWidget *newWidget) |
|
| 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 () |
|
Interface for making widgets with a hierarchy of tabs.
- Date
- 27. sep. 2010 \author Janne Beate Bakeng
Definition at line 55 of file cxTabbedWidget.h.
cx::TabbedWidget::TabbedWidget |
( |
QWidget * |
parent, |
|
|
QString |
objectName, |
|
|
QString |
windowTitle |
|
) |
| |
cx::TabbedWidget::~TabbedWidget |
( |
| ) |
|
|
virtual |
void cx::TabbedWidget::addTab |
( |
BaseWidget * |
newTab, |
|
|
QString |
newTabName |
|
) |
| |
void cx::TabbedWidget::insertWidgetAtTop |
( |
QWidget * |
newWidget | ) |
|
QVBoxLayout* cx::TabbedWidget::mLayout |
|
protected |
QTabWidget* cx::TabbedWidget::mTabWidget |
|
protected |
The documentation for this class was generated from the following files:
- /media/dev/bamboodrive/b/xml-data/build-dir/CX-RE-JOB1/CX/CX/source/resource/widgets/cxTabbedWidget.h
- /media/dev/bamboodrive/b/xml-data/build-dir/CX-RE-JOB1/CX/CX/source/resource/widgets/cxTabbedWidget.cpp