|
| | IconStyle () |
| |
| | IconStyle (const IconStyle &style) |
| |
| void | SetBoolValue (int attribute, bool value) override |
| |
| void | SetStringValue (int attribute, const std::string &value) override |
| |
| void | SetSymbolValue (int attribute, const SymbolRef &value) override |
| |
| void | SetUIntValue (int attribute, size_t value) override |
| |
| IconStyle & | SetSymbol (const SymbolRef &symbol) |
| |
| IconStyle & | SetIconName (const std::string &iconName) |
| |
| IconStyle & | SetIconId (size_t id) |
| |
| IconStyle & | SetWidth (unsigned int w) |
| |
| IconStyle & | SetHeight (unsigned int h) |
| |
| IconStyle & | SetPosition (size_t position) |
| |
| IconStyle & | SetPriority (size_t priority) |
| |
| IconStyle & | SetOverlay (bool overlay) |
| |
| size_t | GetPriority () const |
| |
| bool | IsVisible () const |
| |
| const SymbolRef & | GetSymbol () const |
| |
| std::string | GetIconName () const |
| |
| size_t | GetIconId () const |
| |
| unsigned int | GetWidth () const |
| |
| unsigned int | GetHeight () const |
| |
| size_t | GetPosition () const |
| |
| bool | IsOverlay () const |
| |
| void | CopyAttributes (const IconStyle &other, const std::set< Attribute > &attributes) |
| |
| virtual | ~Style ()=default |
| |
| virtual void | SetColorValue (int attribute, const Color &value) |
| |
| virtual void | SetMagnificationValue (int attribute, const Magnification &value) |
| |
| virtual void | SetDoubleValue (int attribute, double value) |
| |
| virtual void | SetDoubleArrayValue (int attribute, const std::vector< double > &value) |
| |
| virtual void | SetIntValue (int attribute, int value) |
| |
| virtual void | SetLabelValue (int attribute, const LabelProviderRef &value) |
| |
The icon style allow the rendering of external images or internal symbols.