diff --git a/PropertyVisPlugin.hh b/PropertyVisPlugin.hh index 79f8a5d79e7078e161f434e2a52597da3ffaea4b..590eb07ae7ece1e4ec075b3a67cfa165b960831e 100644 --- a/PropertyVisPlugin.hh +++ b/PropertyVisPlugin.hh @@ -149,8 +149,16 @@ private slots: public slots: + /// Visualise a property on object _id with the given name. + /// Note that for multiple properties with the same name (i.e., different + /// data types or entity types), there is no guarantee which one is used. void slotVisualizeProperty( int _id, const QString& _propname ); + + /// Remove visualisation of a property on object _id with the given name. + /// Note that for multiple properties with the same name (i.e., different + /// data types or entity types), there is no guarantee which one is used. void slotClear( int _id, const QString& _propname ); + QScriptValue getPropertyVisualizer( int _id, const QString& _propname );