Information required by a custom factory.
Definition at line 26 of file factory_metadata.h.
Data Fields | |
| const char * | name | 
| A brief name.  More... | |
| const char * | long_name | 
| Long name.  More... | |
| const char * | klass | 
| Category name.  More... | |
| const char * | description | 
| Detailed introduction.  More... | |
| const char * | author | 
| Author.  More... | |
| unsigned long | object_type | 
| Unique number to identify the type of the object created by the factory.  More... | |
| const char * | signals | 
| Supported signal names separated by '/', used only by signal handlers.  More... | |
| const char* _FactoryMetadata::author | 
Author.
Definition at line 36 of file factory_metadata.h.
| const char* _FactoryMetadata::description | 
Detailed introduction.
Definition at line 34 of file factory_metadata.h.
| const char* _FactoryMetadata::klass | 
Category name.
Definition at line 32 of file factory_metadata.h.
| const char* _FactoryMetadata::long_name | 
Long name.
Definition at line 30 of file factory_metadata.h.
| const char* _FactoryMetadata::name | 
A brief name.
Definition at line 28 of file factory_metadata.h.
| unsigned long _FactoryMetadata::object_type | 
Unique number to identify the type of the object created by the factory.
Definition at line 38 of file factory_metadata.h.
| const char* _FactoryMetadata::signals | 
Supported signal names separated by '/', used only by signal handlers.
Definition at line 40 of file factory_metadata.h.