interface, which must implement DynamicModule (we load modules by name)
Inheritance:
Public Methods
-
virtual const char* name() const = 0
- must return name of the module
-
virtual const char* author() const = 0
- must return the author of the module
-
virtual int versionMajor() const = 0
- must return major version of the module
-
virtual int versionMinor() const = 0
- must return minor version of the module
-
virtual int versionSubMinor() const = 0
- must return sub-minor version of the module
Documentation
interface, which must implement DynamicModule
(we load modules by name)
virtual const char* name() const = 0
-
must return name of the module
virtual const char* author() const = 0
-
must return the author of the module
virtual int versionMajor() const = 0
-
must return major version of the module
virtual int versionMinor() const = 0
-
must return minor version of the module
virtual int versionSubMinor() const = 0
-
must return sub-minor version of the module
- Direct child classes:
- DynamicModuleTag
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.