#include <calendar.h>
Public Member Functions | |
| ICalendar (nap::Core &core) | |
| virtual CalendarInstance & | getInstance ()=0 |
| virtual const CalendarInstance & | getInstance () const =0 |
Public Member Functions inherited from Resource | |
| Resource () | |
Public Member Functions inherited from Object | |
| 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 |
Protected Attributes | |
| nap::Core & | mCore |
| NAP core. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Object | |
| static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
Public Attributes inherited from Object | |
| std::string | mID |
| Property: 'mID' unique name of the object. Used as an identifier by the system. More... | |
Base class of all Calendar types. Acts as an interface to the underlying calendar instance. Every derived class must create and return a calendar instance. Use the nap::CalendarComponent to receive a notification when an event starts and ends.
|
pure virtual |
Implemented in Calendar, and OperationalCalendar.
|
pure virtual |
Implemented in Calendar, and OperationalCalendar.
|
protected |
NAP core.