FarsaPlugin Class Referenceabstract
the interface for implement a plugin for adding new feature to FARSA More...
Public Member Functions | |
virtual | ~FarsaPlugin () |
Virtual Destructor. More... | |
virtual QStringList | getDependencies () |
returns the list of dependencies More... | |
virtual void | registerTypesOnFactory ()=0 |
register types on the Factory More... | |
Detailed Description
the interface for implement a plugin for adding new feature to FARSA
- Note
- We don't use FARSA_EXPERIMENTS_API here because the class is completely inline (this prevents problems under Windows)
Definition at line 47 of file farsaplugin.h.
Constructor & Destructor Documentation
|
inlinevirtual |
Virtual Destructor.
Definition at line 50 of file farsaplugin.h.
Member Function Documentation
|
inlinevirtual |
returns the list of dependencies
Definition at line 56 of file farsaplugin.h.
Referenced by Total99Resources::loadPlugin().
|
pure virtual |
register types on the Factory
Referenced by Total99Resources::loadPlugin().
The documentation for this class was generated from the following file:
- experiments/include/farsaplugin.h