#include <ObjectResource.h>

Public Member Functions | |
| ImportDescriptorResource (std::string name, std::string dataDescriptorType, DataElement *pParent=NULL, bool imported=true) | |
| ImportDescriptorResource (std::string name, std::string dataDescriptorType, const std::vector< std::string > &parent, bool imported=true) | |
| ImportDescriptorResource (ImportDescriptor *pDescriptor) | |
| ImportDescriptorResource (DataDescriptor *pDescriptor, bool imported=true) | |
Definition at line 381 of file ObjectResource.h.
| ImportDescriptorResource::ImportDescriptorResource | ( | std::string | name, | |
| std::string | dataDescriptorType, | |||
| DataElement * | pParent = NULL, |
|||
| bool | imported = true | |||
| ) | [explicit] |
Definition at line 384 of file ObjectResource.h.
| ImportDescriptorResource::ImportDescriptorResource | ( | std::string | name, | |
| std::string | dataDescriptorType, | |||
| const std::vector< std::string > & | parent, | |||
| bool | imported = true | |||
| ) | [explicit] |
Definition at line 390 of file ObjectResource.h.
| ImportDescriptorResource::ImportDescriptorResource | ( | ImportDescriptor * | pDescriptor | ) | [explicit] |
Definition at line 396 of file ObjectResource.h.
| ImportDescriptorResource::ImportDescriptorResource | ( | DataDescriptor * | pDescriptor, | |
| bool | imported = true | |||
| ) | [explicit] |
Definition at line 401 of file ObjectResource.h.