#include <Modifier.h>
Inheritance diagram for ogs::core::Modifier:
Public Types | |
typedef short | Value |
A signed integer type representing the value of a modifier. | |
Public Member Functions | |
Modifier (Value value=0) | |
Create a new modifier. | |
Value | getValue () const |
Determine the value of the modifier. | |
void | setValue (Value value) |
Change the value of the modifier. | |
std::string | toString () const |
Format a string representation of this modifier. |
|
This type is explicitly named in case the underlying type should change in the future. |
|
The default value of the modifier is zero (0).
|
|
|
|
Notifies listeners.
|
|
The string contains the value of this modifier.
Reimplemented from ogs::support::Object. |