35 QVariant
value(
int year,
const QString &key)
const;
38 QMultiMap<int, QPair<QString, QVariant> > mData;
Definition: timeevents.h:25
bool loadFromFile(const QString &fileName)
Definition: timeevents.cpp:30
QVariant value(int year, const QString &key) const
read value for key 'key' and year 'year' from the list of items. Return QVariant() if not found.
Definition: timeevents.cpp:102
void run()
execute all settings
Definition: timeevents.cpp:68
TimeEvents()
Definition: timeevents.cpp:26
bool loadFromString(const QString &source)
Definition: timeevents.cpp:39
void clear()
Definition: timeevents.h:29