|
OpenCPN Partial API docs
|
Implement styles.h – Chart Symbols. More...
#include <stdlib.h>#include "config.h"#include "gl_headers.h"#include <wx/wxprec.h>#include <wx/wx.h>#include <wx/brush.h>#include <wx/filename.h>#include <wx/dir.h>#include <wx/image.h>#include <wx/log.h>#include <wx/dcmemory.h>#include "styles.h"#include "model/svg_utils.h"#include "color_handler.h"#include "ocpn_platform.h"#include "tinyxml.h"Go to the source code of this file.
Functions | |
| wxBitmap | MergeBitmaps (wxBitmap back, wxBitmap front, wxSize offset) |
| wxBitmap | ConvertTo24Bit (wxColor bgColor, wxBitmap front) |
Variables | |
| ocpnStyle::StyleManager * | g_StyleManager |
| Global instance. | |
Implement styles.h – Chart Symbols.
Definition in file styles.cpp.
| wxBitmap ConvertTo24Bit | ( | wxColor | bgColor, |
| wxBitmap | front | ||
| ) |
Definition at line 176 of file styles.cpp.
| wxBitmap MergeBitmaps | ( | wxBitmap | back, |
| wxBitmap | front, | ||
| wxSize | offset | ||
| ) |
wxCHECK_VERSION(2,9,4)
Definition at line 67 of file styles.cpp.
| ocpnStyle::StyleManager* g_StyleManager |
Global instance.
Definition at line 54 of file styles.cpp.