#include <panel.h>
List of all members.
Detailed Description
Definition at line 44 of file panel.h.
Constructor & Destructor Documentation
Member Function Documentation
Subclasses must emit this whenever a configuration change happens.
This is used to let the system know that changes have been made since the last time the config was saved.
Override to load your panel's internal data from the given Config object, using key_prefix as the first part of all key strings. This base implementation does nothing.
Definition at line 64 of file panel.cpp.
Override to do initialization which depends on the VisualizationManager being available. This base implementation does nothing.
Definition at line 74 of file panel.h.
Override to save your panel's internal data to the given Config object, using key_prefix as the first part of all key strings. This base implementation does nothing.
Definition at line 55 of file panel.cpp.
Member Data Documentation
The documentation for this class was generated from the following files: