public class ScDevPars
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static short |
ALT |
static short |
BACK |
static short |
BOTTOM |
static short |
CTRL |
static short |
DECR_LCD |
static short |
DECR_LEDS |
static short |
DECR_SENS |
static short |
DECR_THRESH |
static short |
ESC |
static short |
HNDL_CALC_DLG |
static short |
HNDL_FNC_KEYS |
static short |
HNDL_LCD_DLG |
static short |
HNDL_LEDS_DLG |
static short |
HNDL_SENS_DLG |
static short |
HNDL_THRESH_DLG |
static short |
HNDL_WFL_DLG |
static short |
HNDL_WHEEL_GESTURES |
static short |
INACTIVE |
static short |
INCR_LCD |
static short |
INCR_LEDS |
static short |
INCR_SENS |
static short |
INCR_THRESH |
static short |
JOY_BUT |
static short |
LEFT |
static short |
LOAD_CFG_1 |
static short |
LOAD_CFG_3 |
ScAdvancedSettings |
mAs
the advanced settings as in the GUI dialog
|
static int |
MAX_FILE_NAME_LEN
max.
|
static int |
MAX_FUNC_NUM
max.
|
ScBasicSettings |
mBs
the basic settings as in the GUI dialog
|
int |
mExecApplLoadCfgNum
number of "Load Configuration xx" system functions
|
java.lang.String |
mFileName
file the configuration is loaded from
|
ScFunc[] |
mFuncList
array of all system and user functions
|
ScKeyAssignment |
mKa
key to function assignment
|
java.lang.String |
mName
name of the device as given in the SC eeprom
|
static short |
MOUSE_BUT_LEFT |
static short |
MOUSE_BUT_MID |
static short |
MOUSE_BUT_RIGHT |
static short |
MOUSE_WHEEL_DOWN |
static short |
MOUSE_WHEEL_UP |
int |
mSysFuncNum
number of system functions
|
static short |
PANEL |
static short |
RESERVED_9 |
static short |
SAVE_SETTINGS |
static short |
SHIFT |
static short |
SWITCH_KEY_SHIFT_LEVEL |
static short |
TOGGLE_DEV_LIGHTS |
static short |
TOGGLE_HOVER |
static short |
TOGGLE_RIGHT_HAND_MODE |
static short |
WHEEL_TO_FNC_KEYS |
static short |
WHEEL_TO_GESTURES |
static short |
WHEEL_TO_LCD |
static short |
WHEEL_TO_LEDS |
static short |
WHEEL_TO_SENS |
static short |
WHEEL_TO_THRESH |
static short |
WHEEL_TO_WFL |
Constructor and Description |
---|
ScDevPars() |
Modifier and Type | Method and Description |
---|---|
boolean |
areWheelGesturesActive()
Prueft, ob Drehradgesten bei den aktuellen Device-Parametern gerade aktiv
sind.
|
static boolean |
areWheelGesturesActive(int wheelLft,
int wheelRgt)
Prueft, ob die beiden Drehradbelegungen wheelLft und wheelRgt so sind, dass
Drehradgesten aktiv waeren.
|
ScDevPars |
clone()
Performs a deep copy of the whole device parameters.
|
java.lang.String |
convToString()
Gibt saemtliche Parameter auf der Konsole aus.
|
public static final short INACTIVE
public static final short SAVE_SETTINGS
public static final short TOGGLE_HOVER
public static final short TOGGLE_DEV_LIGHTS
public static final short TOGGLE_RIGHT_HAND_MODE
public static final short INCR_SENS
public static final short DECR_SENS
public static final short INCR_THRESH
public static final short DECR_THRESH
public static final short INCR_LCD
public static final short DECR_LCD
public static final short INCR_LEDS
public static final short DECR_LEDS
public static final short WHEEL_TO_SENS
public static final short WHEEL_TO_THRESH
public static final short WHEEL_TO_LCD
public static final short WHEEL_TO_LEDS
public static final short WHEEL_TO_WFL
public static final short WHEEL_TO_GESTURES
public static final short WHEEL_TO_FNC_KEYS
public static final short HNDL_SENS_DLG
public static final short HNDL_THRESH_DLG
public static final short HNDL_LCD_DLG
public static final short HNDL_LEDS_DLG
public static final short HNDL_WFL_DLG
public static final short HNDL_WHEEL_GESTURES
public static final short HNDL_FNC_KEYS
public static final short CTRL
public static final short ALT
public static final short SHIFT
public static final short ESC
public static final short PANEL
public static final short HNDL_CALC_DLG
public static final short SWITCH_KEY_SHIFT_LEVEL
public static final short BACK
public static final short LEFT
public static final short BOTTOM
public static final short RESERVED_9
public static final short MOUSE_BUT_LEFT
public static final short MOUSE_BUT_MID
public static final short MOUSE_BUT_RIGHT
public static final short MOUSE_WHEEL_UP
public static final short MOUSE_WHEEL_DOWN
public static final short JOY_BUT
public static final short LOAD_CFG_1
public static final short LOAD_CFG_3
public static final int MAX_FUNC_NUM
public static final int MAX_FILE_NAME_LEN
public int mSysFuncNum
public int mExecApplLoadCfgNum
public java.lang.String mName
public java.lang.String mFileName
public ScBasicSettings mBs
public ScAdvancedSettings mAs
public ScKeyAssignment mKa
public ScFunc[] mFuncList
public ScDevPars clone()
clone
in class java.lang.Object
public java.lang.String convToString()
public boolean areWheelGesturesActive()
public static boolean areWheelGesturesActive(int wheelLft, int wheelRgt)
wheelLft
- potentielle Drehradbelegung fuer Richtung linkswheelRgt
- potentielle Drehradbelegung fuer Richtung rechts