Belle II Software  release-08-01-10
FixedStyling< AObject > Class Template Reference

Implementation of a styling from fixed attribute map. More...

#include <Styling.h>

Inheritance diagram for FixedStyling< AObject >:
Collaboration diagram for FixedStyling< AObject >:

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.
 

Detailed Description

template<class AObject>
class Belle2::TrackFindingCDC::FixedStyling< AObject >

Implementation of a styling from fixed attribute map.

Definition at line 54 of file Styling.h.


The documentation for this class was generated from the following file: