|
| OMPropertyModelSubclass (QObject *parent=0) |
|
virtual void | pickModeChanged (const std::string &_mode) override |
|
virtual void | mouseEvent (QMouseEvent *_event) override |
|
| SingleObjectPropertyModel (QObject *parent=0) |
|
virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
|
virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
|
virtual QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
|
virtual QModelIndex | index (int row, int column, QModelIndex const &parent=QModelIndex()) const override |
|
virtual void | objectUpdated () override |
| Revisualizes visualized properties. More...
|
|
virtual void | visualize (QModelIndexList selectedIndices, QWidgetList widgets=QWidgetList()) override |
| Visualizes the selected properties. More...
|
|
virtual void | removeProperty (QModelIndexList selectedIndices) override |
| Removes the selected properties. More...
|
|
virtual void | duplicateProperty (QModelIndexList selectedIndices) override |
| Duplicates the selected properties. More...
|
|
virtual void | gatherProperties () override |
| Searches for properties and creates PropertyVisualizers. More...
|
|
virtual void | clear (QModelIndexList selectedIndices) override |
| Clears the selected property visualization. More...
|
|
void | hideWidget () override |
| Hides the widget. More...
|
|
QWidget * | getWidget () override |
| Returns the widget. More...
|
|
virtual void | updateWidget (const QModelIndexList &selectedIndices) override |
| Updates the widget. More...
|
|
void | connectLogs (PropertyVisualizer *propViz) override |
| Connects the PropertyVisualizer log signals with the log slot. More...
|
|
virtual PropertyInfo | getPropertyInfo (const QModelIndex index) const override |
| Returns the property info for the property with the given index. More...
|
|
virtual QScriptValue | getScriptObject (const QModelIndex index, QScriptContext *ctx) |
| Returns a qscript object that can be used to access visualisation parameters. More...
|
|
virtual void | pickModeChanged (const std::string &_mode) |
|
virtual void | mouseEvent (QMouseEvent *_event) |
|
| PropertyModel (QObject *parent=0) |
|
virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const =0 |
|
virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const =0 |
|
virtual QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const =0 |
|
virtual QModelIndex | index (int row, int column, QModelIndex const &parent=QModelIndex()) const =0 |
|
virtual void | objectUpdated ()=0 |
| Revisualizes visualized properties. More...
|
|
virtual void | visualize (QModelIndexList selectedIndices, QWidgetList widgets=QWidgetList())=0 |
| Visualizes the selected properties. More...
|
|
virtual void | removeProperty (QModelIndexList selectedIndices)=0 |
| Removes the selected properties. More...
|
|
virtual void | duplicateProperty (QModelIndexList selectedIndices)=0 |
| Duplicates the selected properties. More...
|
|
virtual void | gatherProperties ()=0 |
| Searches for properties and creates PropertyVisualizers. More...
|
|
virtual void | clear (QModelIndexList selectedIndices)=0 |
| Clears the selected property visualization. More...
|
|
virtual void | hideWidget ()=0 |
| Hides the widget. More...
|
|
virtual QWidget * | getWidget ()=0 |
| Returns the widget. More...
|
|
virtual void | updateWidget (const QModelIndexList &selectedIndices)=0 |
| Updates the widget. More...
|
|
virtual void | connectLogs (PropertyVisualizer *propViz)=0 |
| Connects the PropertyVisualizer log signals with the log slot. More...
|
|
virtual PropertyInfo | getPropertyInfo (const QModelIndex index) const =0 |
| Returns the property info for the property with the given index. More...
|
|
QModelIndex | indexFromFancyPropName (const QString &propName) const |
| Returns the index of the property with the given name. More...
|
|
QModelIndex | indexFromPlainPropName (const QString &propName) const |
| Returns the index of the property with the given name. More...
|
|