#include <calendarcomponent.h>
Public Attributes | |
float | mFrequency = 1.0f |
Property: 'Frequency' how many times a second the calendar is checked for changes. Defaults to 1x a second. More... | |
nap::ResourcePtr< ICalendar > | mCalendar = nullptr |
Property: 'Calendar' the calendar to watch. More... | |
![]() | |
std::string | mID |
Property: 'mID' unique name of the object. Used as an identifier by the system. More... | |
Additional Inherited Members | |
![]() | |
virtual void | getDependentComponents (std::vector< rtti::TypeInfo > &components) const |
virtual const rtti::TypeInfo | getInstanceType () const =0 |
![]() | |
Resource () | |
![]() | |
Object () | |
virtual | ~Object () |
virtual bool | init (utility::ErrorState &errorState) |
virtual void | onDestroy () |
Object (Object &)=delete | |
Object & | operator= (const Object &)=delete |
Object (Object &&)=delete | |
Object & | operator= (Object &&)=delete |
![]() | |
static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
Notifies listeners when a calendar event starts and ends. Time used = local computer time. TODO: Add support for timezones.
nap::ResourcePtr<ICalendar> mCalendar = nullptr |
Property: 'Calendar' the calendar to watch.
float mFrequency = 1.0f |
Property: 'Frequency' how many times a second the calendar is checked for changes. Defaults to 1x a second.