|
OpenCPN Partial API docs
|
A plugin icon, scaled to about 2/3 of available space. More...
Public Member Functions | |
| PluginIconPanel (wxWindow *parent, std::string plugin_name) | |
| void | OnPaint (wxPaintEvent &) |
Protected Member Functions | |
| void | LoadIcon (const char *plugin_name, wxBitmap &bitmap, int size=32) |
Protected Attributes | |
| wxBitmap | m_bitmap |
| const std::string | m_plugin_name |
A plugin icon, scaled to about 2/3 of available space.
Load icons from .../uidata/plugins, on the form plugin.svg or plugin.png. If neither exists, display a default icon.
Definition at line 112 of file update_mgr.cpp.
|
inline |
Definition at line 114 of file update_mgr.cpp.
|
inlineprotected |
Definition at line 141 of file update_mgr.cpp.
|
inline |
Definition at line 123 of file update_mgr.cpp.
|
protected |
Definition at line 138 of file update_mgr.cpp.
|
protected |
Definition at line 139 of file update_mgr.cpp.