API Documentation
Loading...
Searching...
No Matches
ApplicationOptionBase Class Referenceabstract

The core of the default object to store data of any type that should persist through sessions of the application. Developers should use ApplicationOption. More...

#include <ApplicationOptions.h>

Inheritance diagram for ApplicationOptionBase:
[legend]

Public Member Functions

virtual ~ApplicationOptionBase ()
 
virtual String toString () const =0
 
virtual void fromString (const String &)=0
 
virtual bool isDefault () const =0
 
virtual void setToDefaultValue ()=0
 
virtual INIOptioniniOption ()=0
 

Detailed Description

The core of the default object to store data of any type that should persist through sessions of the application. Developers should use ApplicationOption.


Class: ApplicationOptionBase

Stores data of any type that can easily be saved or retrieved at runtime. Option belongs to a

specific group for easy sorting and can be used to automatically generate widgets.

Constructor & Destructor Documentation

◆ ~ApplicationOptionBase()

virtual ~ApplicationOptionBase ( )
inlinevirtual

Member Function Documentation

◆ fromString()

◆ iniOption()

◆ isDefault()

◆ setToDefaultValue()

◆ toString()


The documentation for this class was generated from the following file: