State

Struct holding the program state

Members

Variables

defaultWeights
double[string] defaultWeights;

Default weights used for selecting Todos to show

dependencies
Dependencies dependencies;

Dependencies between Todos

hrpg
HabitRPG hrpg;

habitrpg user/api keys

searchString
string searchString;

String containing current search terms

selectedTags
TagDelta selectedTags;

Currently selected Tags

selectedTodos
Todo[] selectedTodos;

Currently shown/selected Todos

tags
Tags tags;

All tags

todos
Todos todos;

All todos

Meta