|
virtual void | keyPressEvent (QKeyEvent *event) override |
|
virtual void | keyReleaseEvent (QKeyEvent *event) override |
|
virtual void | mousePressEvent (QMouseEvent *event) override |
|
virtual void | focusOutEvent (QFocusEvent *event) override |
|
void | clickedSlot () |
|
virtual void | mouseMoveEvent (QMouseEvent *event) override |
|
virtual void | onSetReadOnly (Property *property, bool readonly) override |
|
virtual void | onSetVisible (Property *property, bool visible) override |
|
virtual void | setVisible (bool visible) override |
|
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 |
|
static const double | marginEm |
|
static const int | minimumWidth |
|
static const int | spacing |
|
static const int | margin |
|
QPoint | mousePressedPosition_ |
|
Property * | property_ = nullptr |
|
std::unordered_set< ObservableInterface * > | observables_ |
|
◆ getContextMenu()
std::unique_ptr< QMenu > inviwo::EventPropertyWidgetQt::getContextMenu |
( |
| ) |
|
|
overridevirtual |
◆ mousePressEvent()
virtual void inviwo::EventPropertyWidgetQt::mousePressEvent |
( |
QMouseEvent * | event | ) |
|
|
overrideprotectedvirtual |
◆ updateFromProperty()
virtual void inviwo::EventPropertyWidgetQt::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 file: