|
| ValueStyleItem (StyleState itemState=StyleState::Active) |
|
| ValueStyleItem (const std::string &value, StyleState itemState=StyleState::Active) |
|
void | SetValue (const std::string &value) |
|
const std::string & | GetValue () const |
|
void | SetFactor (const std::string &factor) |
|
const std::string & | GetFactor () const |
|
std::shared_ptr< StyleItem > | Clone () const |
|
std::shared_ptr< StyleItem > | ResolveStyle (const ItemContext &context, const StyleItem *currentItem) |
|
std::string | GetValue (const std::string &key, const std::string &defaultValue="") |
|
virtual double | GetDoubleValue (const std::string &key, double defaultValue) |
|
virtual int | GetIntValue (const std::string &key, int defaultValue) |
|
bool | GetBoolValue (const std::string &, bool defaultValue) |
|
virtual STK::RGBA | GetColorValue (const std::string &key, STK::RGBA defaultValue) |
|
const double * | GetCachedDoubleValue () const |
|
const int * | GetCachedIntValue () const |
|
const bool * | GetCachedBoolValue () const |
|
const STK::RGBA * | GetCachedRGBAValue () const |
|
| StyleItem (StyleState itemState=StyleState::Active) |
|
void | SetItemState (StyleState itemState) |
|
StyleState | GetItemState () const |
|
virtual std::shared_ptr< StyleItem > | ResolveStyle (const ItemContext &context, const StyleItem *currentItem)=0 |
|
virtual std::shared_ptr< StyleItem > | Clone () const =0 |
|
virtual std::string | GetValue (const std::string &key, const std::string &defaultValue)=0 |
|
virtual double | GetDoubleValue (const std::string &key, double defaultValue)=0 |
|
virtual int | GetIntValue (const std::string &key, int defaultValue)=0 |
|
virtual bool | GetBoolValue (const std::string &key, bool defaultValue)=0 |
|
virtual STK::RGBA | GetColorValue (const std::string &key, STK::RGBA defaultValue)=0 |
|
ValueStyleItem - Short description. Detailed description.