|
KiCad PCB EDA Suite
|
#include <wx/bitmap.h>#include <wx/filename.h>#include <wx/log.h>#include <wx/mstream.h>#include <wx/stdpaths.h>#include <advanced_config.h>#include <asset_archive.h>#include <bitmaps.h>#include <bitmap_store.h>#include <bitmaps/bitmap_info.h>#include <hash.h>#include <kiplatform/ui.h>#include <paths.h>#include <pgm_base.h>#include <settings/common_settings.h>Go to the source code of this file.
Variables | |
| static const unsigned char | s_imageNotFound [] |
| A question-mark icon shown when we can't find a given bitmap in the archive. | |
| static const unsigned char | s_dummyItem [] |
| Icon used for EDA_ITEMs that don't have a custom icon configured. | |
| static const wxString | traceBitmaps = wxT( "KICAD_BITMAPS" ) |
| static const wxString | IMAGE_ARCHIVE = wxT( "images.tar.gz" ) |
|
static |
Definition at line 92 of file bitmap_store.cpp.
Referenced by BITMAP_STORE::BITMAP_STORE().
|
static |
Icon used for EDA_ITEMs that don't have a custom icon configured.
Definition at line 76 of file bitmap_store.cpp.
Referenced by BITMAP_STORE::getImage().
|
static |
A question-mark icon shown when we can't find a given bitmap in the archive.
Definition at line 39 of file bitmap_store.cpp.
Referenced by BITMAP_STORE::getImage().
|
static |
Definition at line 90 of file bitmap_store.cpp.
Referenced by BITMAP_STORE::BITMAP_STORE(), BITMAP_STORE::computeBitmapName(), and BITMAP_STORE::getImage().