#include <nap/group.h>
Public Member Functions | |
| IGroup (rtti::TypeInfo memberType, std::string &&membersName, std::string &&childrenName) | |
| rtti::TypeInfo | getMemberType () const |
| rttr::property | getMembersProperty () const |
| rttr::property | getChildrenProperty () const |
| const std::string & | membersPropertyName () const |
| const std::string & | childrenPropertyName () const |
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 |
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... | |
Group interface
| IGroup | ( | rtti::TypeInfo | memberType, |
| std::string && | membersName, | ||
| std::string && | childrenName | ||
| ) |
| memberType | the group member type |
| membersName | members rtti property name |
| childrenName | children rtti property name |
| const std::string& childrenPropertyName | ( | ) | const |
| rttr::property getChildrenProperty | ( | ) | const |
| rttr::property getMembersProperty | ( | ) | const |
| rtti::TypeInfo getMemberType | ( | ) | const |
| const std::string& membersPropertyName | ( | ) | const |