|
virtual std::unique_ptr< QMenu > | getContextMenu () override |
|
virtual void | mousePressEvent (QMouseEvent *event) override |
|
virtual void | mouseMoveEvent (QMouseEvent *event) override |
|
virtual void | onSetReadOnly (Property *property, bool readonly) override |
|
virtual void | onSetVisible (Property *property, bool visible) override |
|
virtual void | onSetUsageMode (Property *property, UsageMode usageMode) override |
|
virtual void | setVisible (bool visible) override |
|
UsageMode | getApplicationUsageMode () |
|
virtual bool | event (QEvent *event) override |
|
virtual void | paintEvent (QPaintEvent *pe) override |
|
int | getSpacing () const |
| Assigned on mousePressEvent.
|
|
void | addObservation (ObservableInterface *observable) |
|
|
using | BaseCallBack = std::function< void()> |
|
static void | setSpacingAndMargins (QWidget *w, QLayout *layout) |
|
static const double | minimumWidthEm |
|
static const double | spacingEm = utilqt::refSpaceEm() |
|
static const double | marginEm |
|
static const int | minimumWidth = 200 |
|
static const int | spacing = 7 |
|
static const int | margin = 0 |
|
using | ObservableSet = std::unordered_set< ObservableInterface * > |
|
QPoint | mousePressedPosition_ |
|
Property * | property_ = nullptr |
|
ObservableSet | observables_ |
|
◆ updateFromProperty()
void inviwo::TFPropertyWidgetQt::updateFromProperty |
( |
| ) |
|
|
overridevirtual |
Implement this function to update the widget after the property has been modified.
Implements inviwo::PropertyWidget.
The documentation for this class was generated from the following files:
- tfpropertywidgetqt.h
- tfpropertywidgetqt.cpp