#include <Plugin.h>
◆ PluginEntry
| typedef Plugin*(* cnoid::Plugin::PluginEntry) () |
◆ Plugin()
| Plugin::Plugin |
( |
const char * |
name | ) |
|
◆ ~Plugin()
◆ activationPriority()
| int Plugin::activationPriority |
( |
| ) |
const |
◆ addOldName()
| void Plugin::addOldName |
( |
const char * |
name | ) |
|
|
protected |
When the plugin name is changed but the old project files should be loadable, specify old names of the plugin with this function in the constructor.
◆ description()
| const char * Plugin::description |
( |
| ) |
const |
|
virtual |
◆ finalize()
| bool Plugin::finalize |
( |
| ) |
|
|
virtual |
◆ initialize()
| bool Plugin::initialize |
( |
| ) |
|
|
virtual |
◆ isUnloadable()
| bool Plugin::isUnloadable |
( |
| ) |
const |
◆ LGPLtext()
| const char * Plugin::LGPLtext |
( |
| ) |
|
|
staticprotected |
◆ name()
| const char * Plugin::name |
( |
| ) |
|
◆ numOldNames()
| int Plugin::numOldNames |
( |
| ) |
const |
◆ numRequisites()
| int Plugin::numRequisites |
( |
| ) |
const |
◆ numSubsequences()
| int Plugin::numSubsequences |
( |
| ) |
const |
◆ oldName()
| const char * Plugin::oldName |
( |
int |
index | ) |
const |
◆ precede()
| void Plugin::precede |
( |
const char * |
pluginName | ) |
|
|
protected |
◆ require()
| void Plugin::require |
( |
const char * |
pluginName | ) |
|
|
protected |
When the plugin depends on some other plugins, please specify the plugins to depend with this function in the constructor.
◆ requisite()
| const char * Plugin::requisite |
( |
int |
index | ) |
const |
◆ setActivationPriority()
| void Plugin::setActivationPriority |
( |
int |
priority | ) |
|
|
protected |
Call this function in the constructor if necessary.
- Parameters
-
| prioirty | A smaller value means a higher priority. The default value is the maximum integer value. The value 0 is set for fundamental plugins which should be initialized before extra plugins. |
◆ setPluginScope() [1/3]
| void cnoid::Plugin::setPluginScope |
( |
Item * |
item | ) |
|
|
protected |
◆ setPluginScope() [2/3]
| void cnoid::Plugin::setPluginScope |
( |
View * |
view | ) |
|
|
protected |
◆ setPluginScope() [3/3]
| void cnoid::Plugin::setPluginScope |
( |
ToolBar * |
toolBar | ) |
|
|
protected |
◆ setUnloadable()
| void Plugin::setUnloadable |
( |
bool |
on | ) |
|
|
protected |
◆ subsequence()
| const char * Plugin::subsequence |
( |
int |
index | ) |
const |
The documentation for this class was generated from the following files: