userguide/inc/HelpCommon.h
branchGCC_SURGE
changeset 35 3ae60d69bf22
parent 23 99b096216bc8
equal deleted inserted replaced
21:e70b37c1a9d5 35:3ae60d69bf22
    18 #ifndef HELPCOMMON_H
    18 #ifndef HELPCOMMON_H
    19 #define HELPCOMMON_H
    19 #define HELPCOMMON_H
    20 
    20 
    21 #include <Qt>
    21 #include <Qt>
    22 
    22 
       
    23 //const
       
    24 const int APPPRIORITY = 2001;
    23 // words
    25 // words
    24 const char* const BACKSLASH = "/";
    26 const char* const BACKSLASH = "/";
    25 const char* const SPECIALCHAR = "+";
    27 const char* const SPECIALCHAR = "+";
    26 const char* const HASHMARK = "#";
    28 const char* const HASHMARK = "#";
    27 const char* const COLON = ":";
    29 const char* const COLON = ":";
    90 };
    92 };
    91 
    93 
    92 enum HelpItemRole
    94 enum HelpItemRole
    93 {
    95 {
    94     UidRole = Qt::UserRole + 1,
    96     UidRole = Qt::UserRole + 1,
       
    97 	PriorityRole,
    95 	HrefRole,
    98 	HrefRole,
    96     KeywordRole
    99     KeywordRole
    97 };
   100 };
    98 
   101 
    99 #endif //HELPCOMMON_H
   102 #endif //HELPCOMMON_H