![]() |
CustusX
18.04-rc6
An IGT application
|
Composite widget for string selection with . More...
#include <cxDetailedLabeledComboBoxWidget.h>
Signals | |
| void | detailsTriggered () |
Public Member Functions | |
| DetailedLabeledComboBoxWidget (QWidget *parent, StringPropertyBasePtr, QGridLayout *gridLayout=0, int row=0) | |
| virtual | ~DetailedLabeledComboBoxWidget () |
Public Member Functions inherited from cx::LabeledComboBoxWidget | |
| LabeledComboBoxWidget (QWidget *parent, StringPropertyBasePtr, QGridLayout *gridLayout=0, int row=0) | |
| virtual | ~LabeledComboBoxWidget () |
| void | showLabel (bool on) |
Public Member Functions inherited from cx::BaseWidget | |
| 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()) |
Public Member Functions inherited from cx::OptimizedUpdateWidget | |
| OptimizedUpdateWidget (QWidget *parent=NULL) | |
| virtual | ~OptimizedUpdateWidget () |
| void | forcePrePaint () |
Additional Inherited Members | |
Public Slots inherited from cx::BaseWidget | |
| void | adjustSizeSlot () |
Public Slots inherited from cx::OptimizedUpdateWidget | |
| virtual void | setModified () |
Static Public Member Functions inherited from cx::BaseWidget | |
| static QFrame * | createHorizontalLine () |
| Creates a horizontal line which can be inserted into widgets. More... | |
Protected Member Functions inherited from cx::BaseWidget | |
| virtual void | showEvent (QShowEvent *event) |
Protected Member Functions inherited from cx::OptimizedUpdateWidget | |
| virtual void | prePaintEvent () |
| virtual void | paintEvent (QPaintEvent *event) |
Protected Attributes inherited from cx::LabeledComboBoxWidget | |
| QHBoxLayout * | mTopLayout |
Composite widget for string selection with .
Consists of <namelabel, combobox, detailsbutton>.
Definition at line 27 of file cxDetailedLabeledComboBoxWidget.h.
| cx::DetailedLabeledComboBoxWidget::DetailedLabeledComboBoxWidget | ( | QWidget * | parent, |
| StringPropertyBasePtr | adapter, | ||
| QGridLayout * | gridLayout = 0, |
||
| int | row = 0 |
||
| ) |
Definition at line 19 of file cxDetailedLabeledComboBoxWidget.cpp.
|
virtual |
Definition at line 46 of file cxDetailedLabeledComboBoxWidget.cpp.
|
signal |