KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CURSOR_STORE::CURSOR_DEF Struct Reference

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
 

Detailed Description

Definition of a cursor.

Definition at line 77 of file cursors.h.

Member Data Documentation

◆ m_hotspot

wxPoint CURSOR_STORE::CURSOR_DEF::m_hotspot

Definition at line 94 of file cursors.h.

Referenced by constructCursor().

◆ m_id_key

KICURSOR CURSOR_STORE::CURSOR_DEF::m_id_key

< The ID key used to uniquely identify a cursor in a given store

The image data bitmap

Definition at line 80 of file cursors.h.

◆ m_image_data

const unsigned char* CURSOR_STORE::CURSOR_DEF::m_image_data

The mask data bitmap.

Definition at line 83 of file cursors.h.

Referenced by constructCursor().

◆ m_mask_data

const unsigned char* CURSOR_STORE::CURSOR_DEF::m_mask_data

Definition at line 86 of file cursors.h.

Referenced by constructCursor().

◆ m_size

wxSize CURSOR_STORE::CURSOR_DEF::m_size

The "hotspot" where the cursor "is" in the image.

Definition at line 91 of file cursors.h.

Referenced by constructCursor().

◆ m_xpm

const char** CURSOR_STORE::CURSOR_DEF::m_xpm

The image size in pixels.

Definition at line 88 of file cursors.h.

Referenced by constructCursor().


The documentation for this struct was generated from the following file: