#include <ariaUtil.h>
Public Types | |
| enum | { PRIORITY_COUNT = LAST_PRIORITY + 1 } |
| ADVANCED = DETAILED | |
| Advanced items that probably shouldn't be modified. | |
| BASIC = IMPORTANT | |
| Basic things that should be modified to suit. | |
| DETAILED | |
| Advanced items that probably shouldn't be modified. | |
| EXPERT | |
| Items that should be modified only by expert users or developers. | |
| FACTORY | |
| Items that are "factory settings" and should not be modified. | |
| IMPORTANT | |
| Basic things that should be modified to suit. | |
| INTERMEDIATE = NORMAL | |
| Intermediate things that users may want to modify. | |
| LAST_PRIORITY = FACTORY | |
| Last value in the enumeration. | |
| NORMAL | |
| Intermediate things that users may want to modify. | |
| enum | Priority { IMPORTANT, BASIC = IMPORTANT, NORMAL, INTERMEDIATE = NORMAL, DETAILED, TRIVIAL = DETAILED, ADVANCED = DETAILED, EXPERT, FACTORY, LAST_PRIORITY = FACTORY } |
| PRIORITY_COUNT = LAST_PRIORITY + 1 | |
| Number of priority values. | |
| TRIVIAL = DETAILED | |
| Advanced items (alias for historic reasons). | |
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 = 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. | |
| enum ArPriority::Priority |
1.4.7