visit Kofax web site

ACTIVESWLib::_ISPTabletEvents Interface Reference


Detailed Description

Interface _ISPTabletEvents.

Tablet callback events

Note:
Registered event listeners persistence is bound to the lifetime of the associated ISPTablet object, independent of the native object.


Public Member Functions

long buttonPressed ([in] long lId,[in] long lPress)
 notification a button was pressed in a SPTablet object
long endNotify ()
 notification a set of tablet vectors was passed
long lineTo ([in] long lX,[in] long lY,[in] long lPress)
 notification on a tablet vector
long lineTo2 ([in] long lX,[in] long lY,[in] long lPress,[in] long lTime)
 notification on a tablet vector
long startNotify ()
 notification on a set of tablet vectors
long statusChanged ([in] long lMajor,[in] long lDetail)
 notification the hardware status of the connected tablet changed, please read tablet status change notifications for more details.


Member Function Documentation

long ACTIVESWLib::_ISPTabletEvents::buttonPressed [in] long  lId,
[in] long  lPress
 

notification a button was pressed in a SPTablet object

Parameters:
lId Identifier of the button. The value depends on the tablet, see Tablet Hardware button Assignment
lPress [i] pressure value. The value depends on the tablet, see Tablet Hardware button Assignment
Returns:
error code, SPX_NOERR on success
See also:
SPTabletSetButtonListener

pSPTABLETBUTTON_T for a detailed description of hardware buttons

long ACTIVESWLib::_ISPTabletEvents::endNotify  ) 
 

notification a set of tablet vectors was passed

Returns:
long, error code, SPX_NOERR on success
See also:
SPTabletSetListeners

long ACTIVESWLib::_ISPTabletEvents::lineTo [in] long  lX,
[in] long  lY,
[in] long  lPress
 

notification on a tablet vector

Parameters:
lX [i] X-coordinate of the vector
lY [i] Y-coordinate of the vector
lPress [i] pressure of the vector
Returns:
long, error code, SPX_NOERR on success
See also:
SPTabletSetListeners

long ACTIVESWLib::_ISPTabletEvents::lineTo2 [in] long  lX,
[in] long  lY,
[in] long  lPress,
[in] long  lTime
 

notification on a tablet vector

Parameters:
lX [i] X-coordinate of the vector
lY [i] Y-coordinate of the vector
lPress [i] pressure of the vector
lTime [i] time of the vector since signature start in milliseconds, -1 if not supported
Returns:
long, error code, SPX_NOERR on success
See also:
SPTabletSetListeners2

long ACTIVESWLib::_ISPTabletEvents::startNotify  ) 
 

notification on a set of tablet vectors

Returns:
long, error code, SPX_NOERR on success
See also:
SPTabletSetListeners

long ACTIVESWLib::_ISPTabletEvents::statusChanged [in] long  lMajor,
[in] long  lDetail
 

notification the hardware status of the connected tablet changed, please read tablet status change notifications for more details.

Parameters:
lMajor [i] Major event descriptor
lDetail [i] Detail event descriptor
Returns:
long, error code, SPX_NOERR on success
See also:
SPTabletSetStatusListener


The documentation for this interface was generated from the following file: