1 #ifndef PROPERTYINFO_H_
2 #define PROPERTYINFO_H_
4 #include "abstractpropertytype.h"
21 :mUpdateFrequency(updateFreq), mZones(zonesList), mIsValid(true)
33 return mUpdateFrequency;
66 uint mUpdateFrequency;
67 Zone::ZoneList mZones;
PropertyInfo()
Definition: propertyinfo.hpp:14
PropertyInfo(uint updateFreq, Zone::ZoneList zonesList)
Definition: propertyinfo.hpp:20
uint updateFrequency()
Definition: propertyinfo.hpp:31
Definition: propertyinfo.hpp:6
Zone::ZoneList zones()
Definition: propertyinfo.hpp:40
bool isValid()
Definition: propertyinfo.hpp:50
static PropertyInfo invalid()
Definition: propertyinfo.hpp:59