![]() |
RTXI 1.3
|
#include <plugin.h>
Public Member Functions | |
| Object (void) | |
| virtual | ~Object (void) |
| std::string | getLibrary (void) const |
| void | unload (void) |
Friends | |
| class | Manager |
Provides interface for objects that are loaded from external binaries.
| Plugin::Object::Object | ( | void | ) |
Reimplemented from Settings::Object.
Definition at line 25 of file plugin.cpp.
| Plugin::Object::~Object | ( | void | ) | [virtual] |
Reimplemented from Settings::Object.
Definition at line 30 of file plugin.cpp.
| std::string Plugin::Object::getLibrary | ( | void | ) | const |
Get the name of the library from which the object was loaded.
Definition at line 34 of file plugin.cpp.
| void Plugin::Object::unload | ( | void | ) |
A mechanism which an object can use to unload itself. Should only be called from within the GUI thread.
Definition at line 38 of file plugin.cpp.
friend class Manager [friend] |
Reimplemented from Settings::Object.