Chart Symbols.
More...
#include <wx/bitmap.h>
#include <wx/colour.h>
#include <wx/dynarray.h>
#include <wx/gdicmn.h>
#include <wx/string.h>
#include "model/ocpn_types.h"
#include "color_types.h"
Go to the source code of this file.
|
| enum | StyleToolIconTypes { TOOLICON_NORMAL
, TOOLICON_TOGGLED
, TOOLICON_DISABLED
, TOOLICON_ACTIVE
} |
| |
|
|
| ocpnStyle::WX_DECLARE_STRING_HASH_MAP (int, intHash) |
| |
| wxBitmap | MergeBitmaps (wxBitmap back, wxBitmap front, wxSize offset) |
| |
| wxBitmap | ConvertTo24Bit (wxColor bgColor, wxBitmap front) |
| |
Chart Symbols.
Definition in file styles.h.
◆ StyleToolIconTypes
◆ ConvertTo24Bit()
| wxBitmap ConvertTo24Bit |
( |
wxColor |
bgColor, |
|
|
wxBitmap |
front |
|
) |
| |
◆ MergeBitmaps()
| wxBitmap MergeBitmaps |
( |
wxBitmap |
back, |
|
|
wxBitmap |
front, |
|
|
wxSize |
offset |
|
) |
| |
wxCHECK_VERSION(2,9,4)
Definition at line 67 of file styles.cpp.
◆ g_StyleManager