|  | Inviwo 0.9.12-pre
    Inviwo documentation | 
Property widget for MultiFileProperty showing only the first file name. More...
#include <multifilepropertywidgetqt.h>
| Public Member Functions | |
| MultiFilePropertyWidgetQt (MultiFileProperty *property) | |
| virtual void | updateFromProperty () override | 
| virtual bool | requestFile () override | 
| Public Member Functions inherited from inviwo::PropertyWidgetQt | |
| PropertyWidgetQt (Property *property=nullptr) | |
| virtual void | initState () | 
| void | setSpacingAndMargins (QLayout *layout) | 
| virtual void | onChildVisibilityChange (PropertyWidgetQt *child) | 
| virtual void | setReadOnly (bool readonly) | 
| virtual QSize | sizeHint () const override | 
| virtual QSize | minimumSizeHint () const override | 
| void | setNestedDepth (int depth) | 
| int | getNestedDepth () const | 
| PropertyWidgetQt * | getParentPropertyWidget () const | 
| void | setParentPropertyWidget (PropertyWidgetQt *parent) | 
| virtual std::unique_ptr< QMenu > | getContextMenu () | 
| virtual std::unique_ptr< QMimeData > | getPropertyMimeData () const | 
| Public Member Functions inherited from inviwo::PropertyWidget | |
| PropertyWidget (Property *property) | |
| PropertyWidget (const PropertyWidget &) | |
| PropertyWidget (PropertyWidget &&) | |
| PropertyWidget & | operator= (const PropertyWidget &) | 
| PropertyWidget & | operator= (PropertyWidget &&) | 
| virtual | ~PropertyWidget () | 
| virtual PropertyEditorWidget * | getEditorWidget () const | 
| virtual bool | hasEditorWidget () const | 
| virtual Property * | getProperty () | 
| Public Member Functions inherited from inviwo::PropertyObserver | |
| virtual void | onSetIdentifier (Property *property, const std::string &identifier) | 
| virtual void | onSetDisplayName (Property *property, const std::string &displayName) | 
| virtual void | onSetSemantics (Property *property, const PropertySemantics &semantics) | 
| Public Member Functions inherited from inviwo::Observer | |
| Observer (const Observer &other) | |
| Observer (Observer &&other) | |
| Observer & | operator= (Observer &&other) | 
| Observer & | operator= (const Observer &other) | 
| virtual | ~Observer () | 
| void | removeObservation (ObservableInterface *observable) | 
| void | removeObservations () | 
| Protected Member Functions | |
| virtual void | dropEvent (QDropEvent *) override | 
| virtual void | dragEnterEvent (QDragEnterEvent *) override | 
| virtual void | dragMoveEvent (QDragMoveEvent *) override | 
| Protected Member Functions inherited from inviwo::PropertyWidgetQt | |
| virtual void | mousePressEvent (QMouseEvent *event) override | 
| virtual void | mouseMoveEvent (QMouseEvent *event) override | 
| virtual void | mouseReleaseEvent (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. | |
| Protected Member Functions inherited from inviwo::Observer | |
| void | addObservation (ObservableInterface *observable) | 
| Additional Inherited Members | |
| Public Types inherited from inviwo::PropertyWidgetQt | |
| using | BaseCallBack = std::function<void()> | 
| Static Public Member Functions inherited from inviwo::PropertyWidgetQt | |
| static void | setSpacingAndMargins (QWidget *w, QLayout *layout) | 
| Static Public Attributes inherited from inviwo::PropertyWidgetQt | |
| static const double | minimumWidthEm | 
| static const double | spacingEm | 
| static const double | marginEm | 
| static const int | minimumWidth | 
| static const int | spacing | 
| static const int | margin | 
| Protected Attributes inherited from inviwo::PropertyWidgetQt | |
| QPoint | mousePressedPosition_ | 
| Protected Attributes inherited from inviwo::PropertyWidget | |
| Property * | property_ = nullptr | 
| Protected Attributes inherited from inviwo::Observer | |
| std::unordered_set< ObservableInterface * > | observables_ | 
Property widget for MultiFileProperty showing only the first file name.
| 
 | overridevirtual | 
Ask the user to supply a file, return true if successful
Implements inviwo::FileRequestable.
| 
 | overridevirtual | 
Implement this function to update the widget after the property has been modified.
Implements inviwo::PropertyWidget.