![]() |
Belle II Software release-09-00-00
|
Interface for a mapping of object and an index to styling attributes. More...
#include <Styling.h>
Public Member Functions | |
virtual | ~Styling ()=default |
Make destructor of interface virtual. | |
virtual AttributeMap | map (int index, AObject &object) |
Maps the object at the given index to attribute values. | |
virtual std::string | info () |
Informal string summarizing the translation from the object to the styling attributes. | |
Interface for a mapping of object and an index to styling attributes.
|
inlinevirtual |
Informal string summarizing the translation from the object to the styling attributes.
Reimplemented in FixedStyling< AObject >, ChooseableStyling< AObject >, ChooseableStyling< const CDCHit >, ChooseableStyling< const RecoTrack >, and ChooseableStyling< const CDCSegment2D >.
Definition at line 46 of file Styling.h.
|
inlinevirtual |
Maps the object at the given index to attribute values.
Reimplemented in FixedStyling< AObject >, and ChooseableStyling< AObject >.
Definition at line 39 of file Styling.h.