KiCad PCB EDA Suite
|
#include <graphics_abstraction_layer.h>
Public Member Functions | |
GAL_CONTEXT_LOCKER (GAL *aGal) | |
~GAL_CONTEXT_LOCKER () | |
Protected Attributes | |
GAL * | m_gal |
int | m_cookie |
Definition at line 1113 of file graphics_abstraction_layer.h.
|
inline |
Definition at line 1116 of file graphics_abstraction_layer.h.
References KIGFX::GAL::LockContext(), m_cookie, and m_gal.
|
inline |
Definition at line 1123 of file graphics_abstraction_layer.h.
References m_cookie, m_gal, and KIGFX::GAL::UnlockContext().
|
protected |
Definition at line 1130 of file graphics_abstraction_layer.h.
Referenced by GAL_CONTEXT_LOCKER(), and ~GAL_CONTEXT_LOCKER().
|
protected |
Definition at line 1129 of file graphics_abstraction_layer.h.
Referenced by GAL_CONTEXT_LOCKER(), KIGFX::GAL_DRAWING_CONTEXT::GAL_DRAWING_CONTEXT(), KIGFX::GAL_UPDATE_CONTEXT::GAL_UPDATE_CONTEXT(), ~GAL_CONTEXT_LOCKER(), KIGFX::GAL_DRAWING_CONTEXT::~GAL_DRAWING_CONTEXT(), and KIGFX::GAL_UPDATE_CONTEXT::~GAL_UPDATE_CONTEXT().