Aria
2.8.0
|
Contains enumeration of four user-oriented priority levels (used primarily by ArConfig) More...
#include <ariaUtil.h>
Public Types | |
enum | { PRIORITY_COUNT = LAST_PRIORITY + 1 } |
enum | Priority { IMPORTANT, BASIC = IMPORTANT, FIRST_PRIORITY = IMPORTANT, NORMAL, INTERMEDIATE = NORMAL, DETAILED, TRIVIAL = DETAILED, ADVANCED = DETAILED, EXPERT, FACTORY, CALIBRATION, LAST_PRIORITY = CALIBRATION } |
Static Public Member Functions | |
static Priority | getPriorityFromName (const char *text) |
Returns the priority value that corresponds to the given displayable text string. | |
static const char * | getPriorityName (Priority priority) |
Returns the displayable text string for the given priority. | |
Static Protected Attributes | |
static std::map< std::string, ArPriority::Priority > | ourNameToPriorityMap |
Map of displayable text to priorities. | |
static std::map< Priority, std::string > | ourPriorityNames |
Map of priorities to displayable text. | |
static bool | ourStringsInited = false |
Whether the map of priorities to display text has been initialized. | |
static std::string | ourUnknownPriorityName |
Display text used when a priority's displayable text has not been defined. | |
Contains enumeration of four user-oriented priority levels (used primarily by ArConfig)
enum ArPriority::Priority |