mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
Urgency
- Broke out urgency into separate functions.
This commit is contained in:
parent
42becb9e41
commit
2d4ee13a46
2 changed files with 150 additions and 147 deletions
11
src/Task.h
11
src/Task.h
|
@ -90,6 +90,17 @@ public:
|
|||
private:
|
||||
int determineVersion (const std::string&);
|
||||
void legacyParse (const std::string&);
|
||||
|
||||
inline float urgency_priority ();
|
||||
inline float urgency_project ();
|
||||
inline float urgency_active ();
|
||||
inline float urgency_waiting ();
|
||||
inline float urgency_blocked ();
|
||||
inline float urgency_annotations ();
|
||||
inline float urgency_tags ();
|
||||
inline float urgency_next ();
|
||||
inline float urgency_due ();
|
||||
inline float urgency_blocking ();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue