KiCad PCB EDA Suite
Loading...
Searching...
No Matches
cursors.h File Reference
#include <wx/cursor.h>
#include <map>
#include <vector>

Go to the source code of this file.

Classes

class  CURSOR_STORE
 Simple class to construct and store cursors against unique ID keys. More...
 
struct  CURSOR_STORE::CURSOR_DEF
 Definition of a cursor. More...
 

Enumerations

enum class  KICURSOR {
  DEFAULT , ARROW , MOVING , PENCIL ,
  REMOVE , HAND , BULLSEYE , VOLTAGE_PROBE ,
  CURRENT_PROBE , TUNE , TEXT , MEASURE ,
  ADD , SUBTRACT , XOR , ZOOM_IN ,
  ZOOM_OUT , LABEL_NET , LABEL_GLOBAL , COMPONENT ,
  SELECT_WINDOW , SELECT_LASSO , LINE_BUS , LINE_GRAPHIC ,
  LINE_WIRE , LINE_WIRE_ADD , LABEL_HIER , PLACE
}
 

Enumeration Type Documentation

◆ KICURSOR

enum class KICURSOR
strong
Enumerator
DEFAULT 
ARROW 
MOVING 
PENCIL 
REMOVE 
HAND 
BULLSEYE 
VOLTAGE_PROBE 
CURRENT_PROBE 
TUNE 
TEXT 
MEASURE 
ADD 
SUBTRACT 
XOR 
ZOOM_IN 
ZOOM_OUT 
LABEL_NET 
LABEL_GLOBAL 
COMPONENT 
SELECT_WINDOW 
SELECT_LASSO 
LINE_BUS 
LINE_GRAPHIC 
LINE_WIRE 
LINE_WIRE_ADD 
LABEL_HIER 
PLACE 

Definition at line 33 of file cursors.h.