#include </opt/build/repo/nap/system_modules/napportal/src/portalcomponent.h>
Public Attributes | |
ResourcePtr< PortalWebSocketServer > | mServer |
Property: "Server" the portal WebSocket server this component listens to for events. More... | |
std::vector< ResourcePtr< PortalItem > > | mItems |
Property: 'Items' the portal items contained by this portal component. 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) |
Handles communication between the NAP application and a web portal.
std::vector<ResourcePtr<PortalItem> > mItems |
Property: 'Items' the portal items contained by this portal component.
ResourcePtr<PortalWebSocketServer> mServer |
Property: "Server" the portal WebSocket server this component listens to for events.