OpenCPN Partial API docs
|
Implement styles.h – Chart Symbols. More...
#include <stdlib.h>
#include "config.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 175 of file styles.cpp.
wxBitmap MergeBitmaps | ( | wxBitmap | back, |
wxBitmap | front, | ||
wxSize | offset | ||
) |
wxCHECK_VERSION(2,9,4)
Definition at line 66 of file styles.cpp.
ocpnStyle::StyleManager* g_StyleManager |
Global instance.
Definition at line 53 of file styles.cpp.