| ||||||||||||||||||||||||||||||||||||
tlp::PropertyFactory< T > Class Template Reference |
tlp::PropertyFactory< T >::PropertyFactory | ( | ) | [inline] |
virtual tlp::PropertyFactory< T >::~PropertyFactory | ( | ) | [inline, virtual] |
virtual T* tlp::PropertyFactory< T >::createPluginObject | ( | const PropertyContext & | context | ) | [pure virtual] |
virtual std::string tlp::PropertyFactory< T >::getMajor | ( | ) | const [inline, virtual] |
Return the major release number of the plug-in
Implements tlp::Plugin.
virtual std::string tlp::PropertyFactory< T >::getMinor | ( | ) | const [inline, virtual] |
Return the minor release number of the plug-in
Implements tlp::Plugin.
virtual std::string tlp::PropertyFactory< T >::getTulipMajor | ( | ) | const [inline, virtual] |
Return the major Tulip release number the plug-in is build with
Implements tlp::Plugin.
virtual std::string tlp::PropertyFactory< T >::getTulipMinor | ( | ) | const [inline, virtual] |
Return the major Tulip release number the plug-in is build with
Implements tlp::Plugin.
Tulip Software by LaBRI Visualization Team 2001 - 2010 |