Belle II Software
release-08-01-10
|
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.