KiCad PCB EDA Suite
|
Definition of a cursor. More...
#include <cursors.h>
Public Attributes | |
KICURSOR | m_id_key |
< The ID key used to uniquely identify a cursor in a given store | |
const unsigned char * | m_image_data |
The mask data bitmap. | |
const unsigned char * | m_mask_data |
const char ** | m_xpm |
The image size in pixels. | |
wxSize | m_size |
The "hotspot" where the cursor "is" in the image. | |
wxPoint | m_hotspot |
wxPoint CURSOR_STORE::CURSOR_DEF::m_hotspot |
Definition at line 121 of file cursors.h.
Referenced by constructCursor().
KICURSOR CURSOR_STORE::CURSOR_DEF::m_id_key |
const unsigned char* CURSOR_STORE::CURSOR_DEF::m_image_data |
const unsigned char* CURSOR_STORE::CURSOR_DEF::m_mask_data |
Definition at line 113 of file cursors.h.
Referenced by constructCursor().
wxSize CURSOR_STORE::CURSOR_DEF::m_size |
The "hotspot" where the cursor "is" in the image.
Definition at line 118 of file cursors.h.
Referenced by constructCursor().
const char** CURSOR_STORE::CURSOR_DEF::m_xpm |
The image size in pixels.
Definition at line 115 of file cursors.h.
Referenced by constructCursor().