public class ScAdvancedSettings
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static int |
CAM_HOVER |
static int |
CAM_STANDARD |
static int |
CAM_TARGET |
static int |
DE |
static int |
DF |
static int |
EN |
static int |
FR |
boolean |
mAreChangesToSend
if true, only the keyboard sequences of changed cap data are sent
|
boolean |
mAreDevLights
all LEDs and LCD on or off
|
int |
mARemap
remapping axis for the x-rotation (0..5)
|
int |
mAverageNum
number of values used for averaging the standard data (1..10)
|
int |
mBRemap
remapping axis for the y-rotation (0..5)
|
int |
mBrightnessGreen
brightness of the green LEDs (0..15)
|
int |
mBrightnessRed
brightness of the red LEDs (0..15)
|
int |
mCRemap
remapping axis for the z-rotation (0..5)
|
boolean |
mIsA
transmitting x-axis' rotational data?
|
boolean |
mIsARev
x-axis rotation reversed?
|
boolean |
mIsAutoFit
perform a fit additionally when pressing FRONT, RIGHT or TOP?
|
boolean |
mIsB
transmitting y-axis' rotational data?
|
boolean |
mIsBRev
y-axis rotation reversed?
|
boolean |
mIsC
transmitting z-axis' rotational data?
|
boolean |
mIsCapFuncToSend
if true, keyboard sequences connected with the cap are sent
|
boolean |
mIsClock
show clock instead of the six functions in the display?
|
boolean |
mIsCRev
z-axis rotation reversed?
|
boolean |
mIsMouseAbs
if true, mouse data is generated in absolute coordinates, else in relative ones
|
boolean |
mIsMouseMove
if true, mouse data is generated and sent to the OS
|
boolean |
mIsMouseToRestore
if true, the mousepointer's position is restored when the cap is released
|
boolean |
mIsRemap
remapping aktivieren?
|
boolean |
mIsRightHandMode
if true, the cap is oriented for the right hand
|
boolean |
mIsSpcFuncToSend
if true, function mapping of special keys is active
|
boolean |
mIsToSendToFgWin
if true, windows messages will be sent additionally to the foreground window
|
boolean |
mIsWheelAssShown
if true, wheel assignments in function assignment dialog are shown
|
boolean |
mIsWsFuncToSend
if true, function mapping of wheel slots are active
|
boolean |
mIsX
transmitting x-axis' translational data?
|
boolean |
mIsXRev
x-axis reversed?
|
boolean |
mIsY
transmitting y-axis' translational data?
|
boolean |
mIsYRev
y-axis reversed?
|
boolean |
mIsZ
transmitting z-axis' translational data?
|
boolean |
mIsZRev
z-axis reversed?
|
int |
mLanguage
menu language: 0 - English, 1 - German, 2 - French, 3 - ...
|
int |
mMouseDirA
mouse direction the a axis is controlling (0: none, 1: horizontal, 2: vertical)
|
int |
mMouseDirB
mouse direction the b axis is controlling (0: none, 1: horizontal, 2: vertical)
|
int |
mMouseDirC
mouse direction the c axis is controlling (0: none, 1: horizontal, 2: vertical)
|
int |
mMouseDirX
mouse direction the x axis is controlling (0: none, 1: horizontal, 2: vertical)
|
int |
mMouseDirY
mouse direction the y axis is controlling (0: none, 1: horizontal, 2: vertical)
|
int |
mMouseDirZ
mouse direction the z axis is controlling (0: none, 1: horizontal, 2: vertical)
|
int |
mMoveMode
move mode (0: objscreen, 1: objorigin, 2: camstandard, 3: camtarget, 4: camhover)
|
int |
mPicture
no.
|
int |
mRotCenterMode
rotation center mode (0: object, 1: screen midpoint)
|
short |
mRotLmBnd
boundery between low and mid deflection for rotations
|
short |
mRotMhBnd
boundery between mid and high deflection for rotations
|
int |
mSendDelay
smallest time two standard data packets follows each other (0 ms ..
|
ScAdvSens |
mSens
the six sensitivity values given in the advanced settings dialog
|
short |
mTraLmBnd
boundery between low and mid deflection for translations
|
short |
mTraMhBnd
boundery between mid and high deflection for translations
|
int |
mXRemap
remapping axis for the x-translation (0..5)
|
int |
mYRemap
remapping axis for the y-translation (0..5)
|
int |
mZRemap
remapping axis for the z-translation (0..5)
|
static int |
OBJ_ORIGIN |
static int |
OBJ_SCREEN |
Constructor and Description |
---|
ScAdvancedSettings() |
Modifier and Type | Method and Description |
---|---|
ScAdvancedSettings |
clone()
Kopiert ein ScAdvancedSettings-Objekt.
|
java.lang.String |
convToString() |
public ScAdvSens mSens
public boolean mIsX
public boolean mIsY
public boolean mIsZ
public boolean mIsXRev
public boolean mIsYRev
public boolean mIsZRev
public int mXRemap
public int mYRemap
public int mZRemap
public boolean mIsA
public boolean mIsB
public boolean mIsC
public boolean mIsARev
public boolean mIsBRev
public boolean mIsCRev
public int mARemap
public int mBRemap
public int mCRemap
public int mMouseDirX
public int mMouseDirY
public int mMouseDirZ
public int mMouseDirA
public int mMouseDirB
public int mMouseDirC
public boolean mIsMouseMove
public boolean mIsMouseToRestore
public boolean mIsMouseAbs
public int mSendDelay
public int mAverageNum
public boolean mIsRemap
public short mTraLmBnd
public short mTraMhBnd
public short mRotLmBnd
public short mRotMhBnd
public boolean mIsToSendToFgWin
public boolean mIsSpcFuncToSend
public boolean mIsWheelAssShown
public boolean mIsWsFuncToSend
public boolean mIsCapFuncToSend
public boolean mAreChangesToSend
public int mBrightnessRed
public int mBrightnessGreen
public boolean mAreDevLights
public int mRotCenterMode
public int mMoveMode
public boolean mIsRightHandMode
public boolean mIsClock
public boolean mIsAutoFit
public int mLanguage
public int mPicture
public static final int OBJ_SCREEN
public static final int OBJ_ORIGIN
public static final int CAM_STANDARD
public static final int CAM_TARGET
public static final int CAM_HOVER
public static final int DF
public static final int EN
public static final int DE
public static final int FR
public ScAdvancedSettings clone()
clone
in class java.lang.Object
public java.lang.String convToString()