![]() |
.Simulation
|
Structure for storing the strings for representing metadata. More...
#include <MetadataName.h>
Public Types | |
enum | EName { MD_TIME, MD_WALL_RAD, MD_WALL_VELO, MD_MAX_PRESS, MD_AVG_PRESS, MD_MAX_TEMP, MD_AVG_TEMP, MD_MAX_ENERGY, MD_AVG_ENERGY, MD_FUSION_RATE, MD_MAX_DENSE, MD_AVG_DENSE } |
Names of the metadata. More... | |
Public Member Functions | |
MetadataName (QString complex=QString(), QString simple=QString()) | |
Constructor. | |
Static Public Member Functions | |
static const MetadataName | GetName (MetadataName::EName name) |
Returns the display names if they are found in the hash table. | |
static const int | GetSize () |
Returns the size of the hash table. | |
Public Attributes | |
QString | Complex |
Full name of the item. More... | |
QString | Simple |
Short hand name of the item. More... | |
Static Public Attributes | |
static const map< EName, MetadataName > | DisplayNames = MetadataName::InitDisplayNames() |
Mapping of metadata names to their display strings. | |
Static Protected Member Functions | |
static map< EName, MetadataName > | InitDisplayNames () |
Initializes a map with the list of display names. | |
Structure for storing the strings for representing metadata.
Names of the metadata.
QString DataVisualizerGUI::MetadataName::Complex |
Full name of the item.
QString DataVisualizerGUI::MetadataName::Simple |
Short hand name of the item.