Engauge Digitizer  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Variables
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. More...
 
const int Z_VALUE_CURVE = 200
 
const int Z_VALUE_CURVE_ENDPOINT = 201
 
const int Z_VALUE_POINT = 400
 

Variable Documentation

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.

const int Z_VALUE_CURVE = 200

Definition at line 10 of file ZValues.cpp.

const int Z_VALUE_CURVE_ENDPOINT = 201

Definition at line 11 of file ZValues.cpp.

const int Z_VALUE_POINT = 400

Definition at line 12 of file ZValues.cpp.