OpenCPN Partial API docs
|
Public Member Functions | |
PluginListPanel (wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, ArrayOfPlugIns *pPluginArray) | |
void | SelectPlugin (PluginPanel *pi) |
void | MoveUp (PluginPanel *pi) |
void | MoveDown (PluginPanel *pi) |
void | UpdateSelections () |
void | UpdatePluginsOrder () |
void | ReloadPluginPanels () |
Complete reload from plugins array. More... | |
void | SelectByName (wxString &name) |
Definition at line 419 of file pluginmanager.h.
PluginListPanel::PluginListPanel | ( | wxWindow * | parent, |
wxWindowID | id, | ||
const wxPoint & | pos, | ||
const wxSize & | size, | ||
ArrayOfPlugIns * | pPluginArray | ||
) |
Definition at line 4728 of file pluginmanager.cpp.
PluginListPanel::~PluginListPanel | ( | ) |
Definition at line 4829 of file pluginmanager.cpp.
void PluginListPanel::MoveDown | ( | PluginPanel * | pi | ) |
Definition at line 4900 of file pluginmanager.cpp.
void PluginListPanel::MoveUp | ( | PluginPanel * | pi | ) |
Definition at line 4879 of file pluginmanager.cpp.
void PluginListPanel::ReloadPluginPanels | ( | ) |
Complete reload from plugins array.
Definition at line 4752 of file pluginmanager.cpp.
void PluginListPanel::SelectByName | ( | wxString & | name | ) |
Definition at line 4738 of file pluginmanager.cpp.
void PluginListPanel::SelectPlugin | ( | PluginPanel * | pi | ) |
Definition at line 4840 of file pluginmanager.cpp.
void PluginListPanel::UpdatePluginsOrder | ( | ) |
Definition at line 4822 of file pluginmanager.cpp.
void PluginListPanel::UpdateSelections | ( | ) |
Definition at line 4831 of file pluginmanager.cpp.