KiCad PCB EDA Suite
|
#include <graphics_abstraction_layer.h>
Public Member Functions | |
GAL_DRAWING_CONTEXT (GAL *aGal) | |
~GAL_DRAWING_CONTEXT () noexcept(false) | |
Protected Attributes | |
GAL * | m_gal |
int | m_cookie |
Definition at line 1150 of file graphics_abstraction_layer.h.
|
inline |
Definition at line 1153 of file graphics_abstraction_layer.h.
References KIGFX::GAL::BeginDrawing(), and KIGFX::GAL_CONTEXT_LOCKER::m_gal.
|
inline |
Definition at line 1159 of file graphics_abstraction_layer.h.
References KIGFX::GAL::EndDrawing(), and KIGFX::GAL_CONTEXT_LOCKER::m_gal.
|
protectedinherited |
Definition at line 1130 of file graphics_abstraction_layer.h.
Referenced by KIGFX::GAL_CONTEXT_LOCKER::GAL_CONTEXT_LOCKER(), and KIGFX::GAL_CONTEXT_LOCKER::~GAL_CONTEXT_LOCKER().
|
protectedinherited |
Definition at line 1129 of file graphics_abstraction_layer.h.
Referenced by KIGFX::GAL_CONTEXT_LOCKER::GAL_CONTEXT_LOCKER(), GAL_DRAWING_CONTEXT(), KIGFX::GAL_UPDATE_CONTEXT::GAL_UPDATE_CONTEXT(), KIGFX::GAL_CONTEXT_LOCKER::~GAL_CONTEXT_LOCKER(), ~GAL_DRAWING_CONTEXT(), and KIGFX::GAL_UPDATE_CONTEXT::~GAL_UPDATE_CONTEXT().