#include <ObjectResource.h>
Public Member Functions | |
| Args () | |
| Args (std::string name, std::string type, DataElement *pParent, bool imported) | |
| Args (std::string name, std::string type, const std::vector< std::string > &parent, bool imported) | |
| Args (ImportDescriptor *pDescriptor) | |
| Args (DataDescriptor *pDescriptor, bool imported) | |
Public Attributes | |
| ImportDescriptor * | mpDescriptor |
| DataDescriptor * | mpDataDescriptor |
| std::string | mName |
| std::string | mType |
| DataElement * | mpParent |
| std::vector< std::string > | mParent |
| bool | mImported |
Definition at line 299 of file ObjectResource.h.
| ImportDescriptorObject::Args::Args | ( | ) |
Definition at line 302 of file ObjectResource.h.
| ImportDescriptorObject::Args::Args | ( | std::string | name, | |
| std::string | type, | |||
| DataElement * | pParent, | |||
| bool | imported | |||
| ) |
Definition at line 310 of file ObjectResource.h.
| ImportDescriptorObject::Args::Args | ( | std::string | name, | |
| std::string | type, | |||
| const std::vector< std::string > & | parent, | |||
| bool | imported | |||
| ) |
Definition at line 320 of file ObjectResource.h.
| ImportDescriptorObject::Args::Args | ( | ImportDescriptor * | pDescriptor | ) |
Definition at line 331 of file ObjectResource.h.
| ImportDescriptorObject::Args::Args | ( | DataDescriptor * | pDescriptor, | |
| bool | imported | |||
| ) |
Definition at line 339 of file ObjectResource.h.
Definition at line 347 of file ObjectResource.h.
Definition at line 348 of file ObjectResource.h.
| std::string ImportDescriptorObject::Args::mName |
Definition at line 349 of file ObjectResource.h.
| std::string ImportDescriptorObject::Args::mType |
Definition at line 350 of file ObjectResource.h.
Definition at line 351 of file ObjectResource.h.
| std::vector<std::string> ImportDescriptorObject::Args::mParent |
Definition at line 352 of file ObjectResource.h.
Definition at line 353 of file ObjectResource.h.