Context: Static initialize UDA sort order values

This commit is contained in:
Paul Beckingham 2015-04-04 14:50:38 -04:00
parent 370afa0d26
commit 743cb92958
3 changed files with 16 additions and 0 deletions

View file

@ -43,6 +43,7 @@ public:
static bool regex;
static std::map <std::string, std::string> attributes; // name -> type
static std::map <std::string, float> coefficients;
static std::map <std::string, std::vector <std::string> > customOrder;
static float urgencyPriorityCoefficient;
static float urgencyProjectCoefficient;
static float urgencyActiveCoefficient;