pcb 4.1.1
An interactive printed circuit board layout editor.

CrosshairType Struct Reference

Holds cursor information. More...

#include <global.h>

Collaboration diagram for CrosshairType:

Data Fields

hidGC GC
hidGC AttachGC
Coord X
Coord Y
Coord MinX
Coord MinY
Coord MaxX
Coord MaxY
AttachedLineType AttachedLine
AttachedBoxType AttachedBox
PolygonType AttachedPolygon
AttachedObjectType AttachedObject
enum crosshair_shape shape

Detailed Description

Holds cursor information.

Definition at line 708 of file global.h.


Field Documentation

GC for displaying buffer contents.

Definition at line 711 of file global.h.

GC for cursor drawing.

Definition at line 710 of file global.h.

Highest coordinates (X value).

Definition at line 716 of file global.h.

Referenced by FitCrosshairIntoGrid(), InitCrosshair(), and SetCrosshairRange().

Highest coordinates (Y value).

Definition at line 717 of file global.h.

Referenced by FitCrosshairIntoGrid(), InitCrosshair(), and SetCrosshairRange().

Lowest coordinates (X value).

Definition at line 714 of file global.h.

Referenced by FitCrosshairIntoGrid(), InitCrosshair(), and SetCrosshairRange().

Lowest coordinates (Y value).

Definition at line 715 of file global.h.

Referenced by FitCrosshairIntoGrid(), InitCrosshair(), and SetCrosshairRange().

Shape of Crosshair.

Definition at line 722 of file global.h.

Referenced by ActionDisplay(), draw_crosshair(), and InitCrosshair().


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