KiCad PCB EDA Suite
|
Go to the source code of this file.
Namespaces | |
namespace | KIGFX |
The Cairo implementation of the graphics abstraction layer. | |
Macros | |
#define | SWAP(varA, condition, varB) |
Swap the variables if a condition is met. | |
Enumerations | |
enum | KIGFX::RENDER_TARGET { KIGFX::TARGET_CACHED = 0 , KIGFX::TARGET_NONCACHED , KIGFX::TARGET_OVERLAY , KIGFX::TARGET_TEMP , KIGFX::TARGETS_NUMBER } |
RENDER_TARGET: Possible rendering targets. More... | |
#define SWAP | ( | varA, | |
condition, | |||
varB | |||
) |
Swap the variables if a condition is met.
Definition at line 31 of file definitions.h.