29 #ifndef FAILED_VIEW_CONTROLLER_H 30 #define FAILED_VIEW_CONTROLLER_H 67 void lookAt(
const Ogre::Vector3& )
override 81 #endif // FAILED_VIEW_CONTROLLER_H void lookAt(const Ogre::Vector3 &) override
This should be implemented in each subclass to aim the camera at the given point in space (relative t...
void load(const Config &config) override
Store the given Config data for later, so we can return it with save() when someone writes this back ...
Configuration data storage class.
void onActivate() override
called by activate().
virtual int processMouseEvent(ViewportMouseEvent &)
FailedViewController(const QString &desired_class_id, const QString &error_message)
A FailedViewController instance represents a ViewController class we tried and failed to instantiate...
void save(Config config) const override
Write into config data equivalent to the last config sent to load().
QString getDescription() const override
Return the description.