|
OpenCPN Partial API docs
|
Public Member Functions | |
| PluginListPanel (wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size) | |
| void | SelectPlugin (PluginPanel *pi) |
| void | MoveUp (PluginPanel *pi) |
| void | MoveDown (PluginPanel *pi) |
| void | UpdateSelections () |
| void | UpdatePluginsOrder () |
| void | ReloadPluginPanels () |
| Complete reload from plugins array. | |
| void | SelectByName (wxString &name) |
Definition at line 402 of file pluginmanager.h.
| PluginListPanel::PluginListPanel | ( | wxWindow * | parent, |
| wxWindowID | id, | ||
| const wxPoint & | pos, | ||
| const wxSize & | size ) |
Definition at line 2464 of file pluginmanager.cpp.
| PluginListPanel::~PluginListPanel | ( | ) |
Definition at line 2651 of file pluginmanager.cpp.
| void PluginListPanel::MoveDown | ( | PluginPanel * | pi | ) |
Definition at line 2722 of file pluginmanager.cpp.
| void PluginListPanel::MoveUp | ( | PluginPanel * | pi | ) |
Definition at line 2701 of file pluginmanager.cpp.
| void PluginListPanel::ReloadPluginPanels | ( | ) |
Complete reload from plugins array.
Add panels for installed, unloaded plugins.
Definition at line 2526 of file pluginmanager.cpp.
| void PluginListPanel::SelectByName | ( | wxString & | name | ) |
Definition at line 2473 of file pluginmanager.cpp.
| void PluginListPanel::SelectPlugin | ( | PluginPanel * | pi | ) |
Definition at line 2662 of file pluginmanager.cpp.
| void PluginListPanel::UpdateSelections | ( | ) |
Definition at line 2653 of file pluginmanager.cpp.