#include <cxInfoWidget.h>
|
| | InfoWidget (QWidget *parent, QString objectName, QString windowTitle) |
| |
| virtual | ~InfoWidget () |
| |
| virtual QString | defaultWhatsThis () const |
| | Returns a short description of what this widget will do for you. More...
|
| |
| void | addStretch () |
| |
| | 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 () |
| |
Definition at line 55 of file cxInfoWidget.h.
| cx::InfoWidget::InfoWidget |
( |
QWidget * |
parent, |
|
|
QString |
objectName, |
|
|
QString |
windowTitle |
|
) |
| |
| virtual cx::InfoWidget::~InfoWidget |
( |
| ) |
|
|
inlinevirtual |
| void cx::InfoWidget::addStretch |
( |
| ) |
|
| QString cx::InfoWidget::defaultWhatsThis |
( |
| ) |
const |
|
virtual |
| void cx::InfoWidget::populateTableWidget |
( |
std::map< std::string, std::string > & |
info | ) |
|
|
protected |
| QGridLayout* cx::InfoWidget::gridLayout |
|
protected |
| QTableWidget* cx::InfoWidget::mTableWidget |
|
protected |
The documentation for this class was generated from the following files:
- /media/jenkins/slave_fs/ws/osr/TGT/ubuntu.12.04.x64/CX/CX/source/gui/dataWidgets/cxInfoWidget.h
- /media/jenkins/slave_fs/ws/osr/TGT/ubuntu.12.04.x64/CX/CX/source/gui/dataWidgets/cxInfoWidget.cpp