![]() |
Belle II Software release-09-00-00
|
Implementation of a styling from fixed attribute map. More...
#include <Styling.h>
Public Member Functions | |
AttributeMap | map (int index, AObject &object) override |
Return the fixed attributes on each invocation. | |
std::string | info () override |
Informal string summarizing the translation from the object to the styling attributes. | |
void | set (const std::string &key, const std::string &value) |
Sets the given attribute to the fixed value. | |
void | setStroke (const std::string &value) |
Legacy - Sets the stroke color to the fixed value. | |
void | setStrokeWidth (const std::string &value) |
Legacy - Sets the stroke width to the fixed value. | |
Private Attributes | |
AttributeMap | m_attributeMap |
Memory for the fixed attribute values. | |
Implementation of a styling from fixed attribute map.
|
inlineoverridevirtual |
Informal string summarizing the translation from the object to the styling attributes.
Reimplemented from Styling< AObject >.
Definition at line 65 of file Styling.h.
|
inlineoverridevirtual |
Return the fixed attributes on each invocation.
Reimplemented from Styling< AObject >.
|
inline |
Sets the given attribute to the fixed value.
|
inline |
Legacy - Sets the stroke color to the fixed value.
Definition at line 81 of file Styling.h.
|
inline |
|
private |