Engauge Digitizer 2
Loading...
Searching...
No Matches
ZValues.cpp File Reference
#include "ZValues.h"
Include dependency graph for ZValues.cpp:

Go to the source code of this file.

Variables

const int Z_VALUE_BACKGROUND = 0
 Z values for ordering of the various graphics layers, with background at the bottom.
const int Z_VALUE_CURVE = 200
const int Z_VALUE_CURVE_ENDPOINT = 201
const int Z_VALUE_GUIDELINE_DEPLOYED = 302
const int Z_VALUE_GUIDELINE_DISCARDED = 300
const int Z_VALUE_GUIDELINE_HANDLE = 303
const int Z_VALUE_GUIDELINE_TEMPLATE = 301
const int Z_VALUE_POINT = 400

Variable Documentation

◆ Z_VALUE_BACKGROUND

const int Z_VALUE_BACKGROUND = 0

Z values for ordering of the various graphics layers, with background at the bottom.

Definition at line 9 of file ZValues.cpp.

◆ Z_VALUE_CURVE

const int Z_VALUE_CURVE = 200

Definition at line 10 of file ZValues.cpp.

◆ Z_VALUE_CURVE_ENDPOINT

const int Z_VALUE_CURVE_ENDPOINT = 201

Definition at line 11 of file ZValues.cpp.

◆ Z_VALUE_GUIDELINE_DEPLOYED

const int Z_VALUE_GUIDELINE_DEPLOYED = 302

Definition at line 12 of file ZValues.cpp.

◆ Z_VALUE_GUIDELINE_DISCARDED

const int Z_VALUE_GUIDELINE_DISCARDED = 300

Definition at line 13 of file ZValues.cpp.

◆ Z_VALUE_GUIDELINE_HANDLE

const int Z_VALUE_GUIDELINE_HANDLE = 303

Definition at line 14 of file ZValues.cpp.

◆ Z_VALUE_GUIDELINE_TEMPLATE

const int Z_VALUE_GUIDELINE_TEMPLATE = 301

Definition at line 15 of file ZValues.cpp.

◆ Z_VALUE_POINT

const int Z_VALUE_POINT = 400

Definition at line 16 of file ZValues.cpp.