#include <ariaUtil.h>
Public Types | |
| enum | { PRIORITY_COUNT = LAST_PRIORITY + 1 } | 
| enum | Priority {  IMPORTANT, BASIC = IMPORTANT, NORMAL, INTERMEDIATE = NORMAL, DETAILED, TRIVIAL = DETAILED, ADVANCED = DETAILED, EXPERT, FACTORY, LAST_PRIORITY = FACTORY }  | 
Static Public Member Functions | |
| static const char * | getPriorityName (Priority priority) | 
| Returns the displayable text string for the given priority.  | |
Static Protected Attributes | |
| 
static std::map< Priority, std::string >  | ourPriorityNames | 
| Map of priorities to displayable text.  | |
| static bool | ourStringsInited | 
| 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.  | |
| enum ArPriority::Priority | 
 1.5.1