KiCad PCB EDA Suite
Loading...
Searching...
No Matches
bitmap_opaque.h File Reference

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_OPAQUEBITMAP_DEF
 a BITMAP_DEF is really a const pointer to an opaque structure. More...
 

Macro Definition Documentation

◆ EXTERN_BITMAP

#define EXTERN_BITMAP (   x)    extern const BITMAP_OPAQUE x[1];

Definition at line 33 of file bitmap_opaque.h.

Typedef Documentation

◆ BITMAP_DEF

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.