43 : property_container_( new
Property() )
virtual void setStatus(const QString &message)=0
QCursor makeIconCursor(QString url, bool fill_cache)
virtual void load(const Config &config)
Load the value of this property and/or its children from the given Config reference.
A single element of a property tree, with a name, value, description, and possibly children...
virtual void setName(const QString &name)
Set the name.
virtual void setDescription(const QString &description)
Set the description.
void mapSetValue(const QString &key, QVariant value)
Set a named child to the given value.
Configuration data storage class.
Pure-virtual base class for objects which give Display subclasses context in which to work...
virtual void save(Config config) const
Write the value of this property and/or its children into the given Config reference.
virtual Ogre::SceneManager * getSceneManager() const =0
Returns the Ogre::SceneManager used for the main RenderPanel.