|
vizkit3d
|
#include <Vizkit3DPlugin.hpp>
Public Slots | |
| QStringList * | getListOfAvailableAdapter () |
Public Member Functions | |
| void | addAdapter (VizPluginRubyAdapterBase *adapter) |
| void | removeAdapter (VizPluginRubyAdapterBase *adapter) |
| const std::vector< VizPluginRubyAdapterBase * > & | getAdapterList () const |
| QObject * | getAdapter (QString rubyMethodName) |
Protected Attributes | |
| std::vector< VizPluginRubyAdapterBase * > | adapterList |
This class holds all ruby adapters of a specific visualization plugin.
|
inline |
adds an adapter to the list of ruby adapters.
|
inline |
Retruns the ruby adapter given by its ruby method name. It will be returnd as QObject, so ruby can get it.
| rubyMethodName | method name of the adapter |
|
inline |
|
inlineslot |
The method names of all available adapers will be returned.
|
inline |
removes an adapter from the list if available.
|
protected |
1.8.11