| ||||||||||||||||||||||||||||||||||||||||||||
tlp::WithDependency Class Reference Describes the dependencies of a plug-in on other plug-ins, identified by their name. This allows to have a plug-in inner workings depend on other plug-ins without linking them statically, or hoping depended plug-in will be there. More...
Inheritance diagram for tlp::WithDependency:
Public Member Functions
Protected Member Functions
Protected Attributes
Detailed DescriptionDescribes the dependencies of a plug-in on other plug-ins, identified by their name. This allows to have a plug-in inner workings depend on other plug-ins without linking them statically, or hoping depended plug-in will be there. Member Function Documentation
Adds a dependency upon another plug-in.
template<typename Ty >
Adds a dependency upon another plug-in. The parameters should be null-terminated strings, or NULL.
Gets the list of Dependencies of this plug-in.
Member Data Documentation
The inner list of dependencies. |
Tulip Software by LaBRI Visualization Team 2001 - 2012 |