used as global image-locator and cache
Derived from
wxObject
Data structures
Members
wxPMBitmapManager::wxPMBitmapManager
wxPMBitmapManager::~wxPMBitmapManager
wxPMBitmapManager::BitmapExist
wxPMBitmapManager::ClearCache
wxPMBitmapManager::CloneBitmapCopy
wxPMBitmapManager::DetectBitmapType
wxPMBitmapManager::FindAndCopyBitmap
wxPMBitmapManager::FindBitmap
wxPMBitmapManager::FindBitmapByFileName
wxPMBitmapManager::FindMaskedBitmap
wxPMBitmapManager::GetDefaultExtension
wxPMBitmapManager::GetFilePath
wxPMBitmapManager::GetRelativePath
wxPMBitmapManager::GetWrongBitmap
wxPMBitmapManager::SetDefaultExtension
wxPMBitmapManager::SetRelativePath
wxPMBitmapManager()
~wxPMBitmapManager()
bool BitmapExist(const wxString& name)
void ClearCache()
removes all currenty cached bitmaps
wxBitmap CloneBitmapCopy(const wxBitmap& src)
creates a copy of source bitmap, where the copy does not share referenced data with the source
int DetectBitmapType(const wxString& fileName)
wxBitmap FindAndCopyBitmap(const wxString& name)
does the same as FindBitmap, only returns the not-shared copy of originally loaded bitmap
wxBitmap& FindBitmap(const wxString& name)
finds bitmap by it's "logical" name, which contains no relative path nor extension
wxBitmap& FindBitmapByFileName(const wxString& name)
finds bitmap by it's "physical" name
wxBitmap& FindMaskedBitmap(const wxString& name, const wxColour& colour = *wxRED)
const wxString& GetDefaultExtension()
wxString GetFilePath(const wxString& bmpName)
const wxString& GetRelativePath()
wxBitmap& GetWrongBitmap()
weried, but may have a use, eg. for prototyping - when we don't know the name of the file or it's not yet designed/prepared
void SetDefaultExtension(const wxString& ext)
void SetRelativePath(const wxString& relPath)