![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
Inheritance diagram for inviwo::PropertySemantics:Public Member Functions | |
| PropertySemantics (std::string semantic) | |
| PropertySemantics (const PropertySemantics &rhs)=default | |
| PropertySemantics (PropertySemantics &&rhs) noexcept=default | |
| PropertySemantics & | operator= (const PropertySemantics &that)=default |
| PropertySemantics & | operator= (PropertySemantics &&that) noexcept=default |
| virtual void | serialize (Serializer &s) const |
| virtual void | deserialize (Deserializer &d) |
| const std::string & | getString () const |
Static Public Attributes | |
| static const PropertySemantics | Default |
| static const PropertySemantics | Text |
| static const PropertySemantics | SpinBox |
| static const PropertySemantics | Color |
| static const PropertySemantics | LightPosition |
| static const PropertySemantics | TextEditor |
| static const PropertySemantics | Multiline |
| static const PropertySemantics | ImageEditor |
| static const PropertySemantics | ShaderEditor |
| static const PropertySemantics | PythonEditor |