basic class of external settings More...
#include <MRViewerSettingsPlugin.h>
Public Member Functions | |
| virtual | ~ExternalSettings () |
| virtual const std::string & | getName () const =0 |
| returns the name of the setting, which is a unique value | |
| virtual void | draw ()=0 |
| the function of drawing the configuration UI | |
| virtual void | reset () |
| restore the settings to their default values | |
| virtual const char * | separatorName () const |
| if not overriden this setting will be drawn in tools block | |
basic class of external settings