#include "ie_types.h"Go to the source code of this file.
|
|
Definition at line 170 of file ePadHancock-IDL.idl. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bitmap display operation flags
Definition at line 131 of file ePadHancock-IDL.idl. 00131 { 00133 IDL_COPY_IMAGE = 0, 00135 IDL_OR_IMAGE = 1, 00137 IDL_XOR_IMAGE = 2, 00139 IDL_AND_IMAGE = 3 00140 } IDL_BITMAP_OP;
|
|
|
Definition at line 144 of file ePadHancock-IDL.idl. 00144 { 00146 JUST_LEFT_OR_TOP = 0, 00148 JUST_RIGHT_OR_BOTTOM = 1, 00150 JUST_CENTER = 2 00151 } IDL_JUSTIFICATION;
|
|
|
The ePad device operational mode. The mode has several states and a limiting of what commands can be run in what state.
Definition at line 156 of file ePadHancock-IDL.idl. 00156 { 00159 DEVICE_STARTUP = 1, 00161 DEVICE_READY, 00164 DEVICE_INKING, 00166 DEVICE_ERROR, 00167 } IDL_OP_MODE;
|
|
|
Units of Measure (UOM) for xSize and ySize to be used in creating the text window.
Definition at line 23 of file ePadHancock-IDL.idl. 00023 { 00024 IDL_UOM_PIXELS = 0, 00025 IDL_UOM_PERCENTAGE_OF_LCD = 1, 00026 IDL_UOM_FONT_POINTS = 2, 00027 IDL_UOM_INCHES_IN_100 = 3, 00028 IDL_UOM_MM = 4, 00029 IDL_UOM_MAX_VALUE 00030 } IDL_UOM;
|
1.4.6-NO