SPH
|
#include "gui/objects/Bitmap.h"
#include "io/FileSystem.h"
#include "io/Path.h"
#include "objects/Exceptions.h"
#include "thread/Scheduler.h"
#include <wx/bitmap.h>
#include <wx/log.h>
#include <wx/rawbmp.h>
Go to the source code of this file.
Functions | |
NAMESPACE_SPH_BEGIN void | toWxBitmap (const Bitmap< Rgba > &bitmap, wxBitmap &wx) |
Bitmap< Rgba > | toBitmap (wxBitmap &wx) |
void | saveToFile (const wxBitmap &wx, const Path &path) |
void | saveToFile (const Bitmap< Rgba > &bitmap, const Path &path) |
Bitmap< Rgba > | loadBitmapFromFile (const Path &path) |
Definition at line 70 of file Bitmap.cpp.
Definition at line 64 of file Bitmap.cpp.
void saveToFile | ( | const wxBitmap & | wx, |
const Path & | path | ||
) |
Definition at line 59 of file Bitmap.cpp.
Definition at line 39 of file Bitmap.cpp.
NAMESPACE_SPH_BEGIN void toWxBitmap | ( | const Bitmap< Rgba > & | bitmap, |
wxBitmap & | wx | ||
) |
Definition at line 12 of file Bitmap.cpp.