#include </opt/build/repo/nap/system_modules/napportal/src/portalitemoperationalcalendar.h>
Public Member Functions | |
| virtual bool | processUpdate (const APIEvent &event, utility::ErrorState &error) override |
| virtual APIEventPtr | getDescriptor () const override |
| virtual APIEventPtr | getValue () const override |
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 |
Public Attributes | |
| std::string | mName |
| Property: 'Name' the name of the calendar in the portal. More... | |
| ResourcePtr< OperationalCalendar > | mCalendar |
| Property: 'Calendar' the calendar linked to this portal item. More... | |
Public Attributes inherited from PortalItem | |
| Signal< const PortalItem & > | updateSignal |
Public Attributes inherited from Object | |
| std::string | mID |
| Property: 'mID' unique name of the object. Used as an identifier by the system. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Object | |
| static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
Represents an operational calendar item in a NAP portal.
|
overridevirtual |
Implements PortalItem.
|
overridevirtual |
Implements PortalItem.
|
overridevirtual |
Processes an update type API event.
| event | The event to be processed |
| error | contains information when processing fails |
Implements PortalItem.
| ResourcePtr<OperationalCalendar> mCalendar |
Property: 'Calendar' the calendar linked to this portal item.
| std::string mName |
Property: 'Name' the name of the calendar in the portal.