![]() |
Belle II Software development
|
Class template for coloring objects in different Colors. More...
#include <ColorMapping.h>
Public Member Functions | |
DefaultColorCycleMapping () | |
Constructor. | |
std::string | map (int index, AObject &t) override |
Return a value from the cycle value according to the given index. | |
std::string | map (int index, AObject &t) override |
Return a value from the cycle value according to the given index. | |
std::string | info () override |
Informal string summarizing the translation from the object to the attribute value. | |
std::string | info () override |
Informal string summarizing the translation from the object to the attribute value. | |
Private Types | |
using | Super = CycleMapping<AObject> |
Type of the base class. | |
Private Attributes | |
std::vector< std::string > | m_values |
Memory for the attribute values to be cycled. | |
std::vector< std::string > | m_values |
Memory for the attribute values to be cycled. | |
Class template for coloring objects in different Colors.
This Class uses the color list defined in the Colors class.
Definition at line 26 of file ColorMapping.h.
|
private |
Type of the base class.
Definition at line 30 of file ColorMapping.h.
|
inline |
|
inlineoverridevirtualinherited |
Informal string summarizing the translation from the object to the attribute value.
Reimplemented from Mapping< AObject >.
Definition at line 90 of file Mapping.h.
|
inlineoverridevirtualinherited |
Informal string summarizing the translation from the object to the attribute value.
Reimplemented from Mapping< AObject >.
Definition at line 90 of file Mapping.h.
|
inlineoverridevirtualinherited |
Return a value from the cycle value according to the given index.
Reimplemented from Mapping< AObject >.
Definition at line 83 of file Mapping.h.
|
inlineoverridevirtualinherited |
Return a value from the cycle value according to the given index.
Reimplemented from Mapping< AObject >.
Definition at line 83 of file Mapping.h.
|
privateinherited |
|
privateinherited |