KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
struct | BITMAP_OPAQUE |
PNG memory record (file in memory). More... | |
Macros | |
#define | EXTERN_BITMAP(x) extern const BITMAP_OPAQUE x[1]; |
Typedefs | |
typedef const BITMAP_OPAQUE * | BITMAP_DEF |
a BITMAP_DEF is really a const pointer to an opaque structure. More... | |
#define EXTERN_BITMAP | ( | x | ) | extern const BITMAP_OPAQUE x[1]; |
Definition at line 33 of file bitmap_opaque.h.
typedef const BITMAP_OPAQUE* BITMAP_DEF |
a BITMAP_DEF is really a const pointer to an opaque structure.
So you should never need to use 'const' with it.
Definition at line 38 of file bitmap_opaque.h.