This is the complete list of members for IComponentPlugin, including all inherited members.
| classId() const | IComponentType | |
| create(const IComponentDeclaration *decl) | IComponentPlugin | |
| dependencies() const | IComponentPlugin | |
| destroy(Component *instance) | IComponentPlugin | |
| featureIds() const | IComponentType | |
| hasFeatureId(const char *featureId) const | IComponentType | |
| hasInterface() const | IComponentType | |
| info() const | IComponentPlugin | |
| mode() const | IComponentPlugin | |
| onAttach(IComponentManager &cm, const std::string &instance)=0 | IComponentPlugin | protectedpure virtual |
| onCreate()=0 | IComponentPlugin | protectedpure virtual |
| onDestroy(Component *instance)=0 | IComponentPlugin | protectedpure virtual |
| onDetach(IComponentManager &cm, const std::string &instance)=0 | IComponentPlugin | protectedpure virtual |
| onDetach(IComponentManager &cm)=0 | IComponentPlugin | protectedpure virtual |
| onGetClassId() const =0 | IComponentType | protectedpure virtual |
| onGetDependencies() const =0 | IComponentPlugin | protectedpure virtual |
| onGetFeatureIds() const =0 | IComponentType | protectedpure virtual |
| onGetInfo() const =0 | IComponentPlugin | protectedpure virtual |
| onGetMode() const =0 | IComponentPlugin | protectedpure virtual |
| onHasFeatureId(const char *featureId) const =0 | IComponentType | protectedpure virtual |
| onHasInterface(const std::type_info &ti) const =0 | IComponentType | protectedpure virtual |
| onQueryInterface(Component &c, const std::type_info &ti) const =0 | IComponentType | protectedpure virtual |
| queryInterface(Component &c) const | IComponentType | |
| ~IComponentPlugin() | IComponentPlugin | virtual |
| ~IComponentType() | IComponentType | virtual |