de.softpro.signware.SPTabletEnum Class Reference
Inheritance diagram for de.softpro.signware.SPTabletEnum:

Detailed Description
Tablet enumerator object.The object SPTabletEnum enumerates tablets for either a specific tablet class or all tablet classes. You may use an enumeration object to create the specific tablet,
SPTabletEnum enumerates all devices in these tablet classes:- SPTabletWSignPad SignPad family
- SPTabletWintab most Wacom tablets (restriced to one device)
- SPTabletStepover Stepover tablets (restricted to one device)
- SPTabletTopaz Topaz tablets (restricted to one device)
- SPTabletWTablet TabletPC
- SPTabletRemoteTablet remote devices such as smart phones
- SPGenericTablet devices which are accessed via the generic tablet interface
Successive instances will update the device list to reflect the actual state (dynamically update the device list).
Some device drivers have long timeouts before they return with 'no device found'. It is thus recommended to create a SPTabletEnum object when the application starts. The object may be freed immediately, subsequent calls use static objects which are only deleted when calling SPTablet.reset or when exiting the applition.
- Operating Systems:
- Windows (Win32)
- Since:
- Version 3.2
Public Member Functions | |
SPPropertyMap | getDescriptor (int iIndex) throws SPSignwareException |
Query the descriptor of a tablet in the enumerator. | |
int | getNumberTablets () throws SPSignwareException |
Query the number of tablets in the enumerator. | |
SPTabletEnum (String strTabletClass) throws SPSignwareException | |
Create a Tablet object based on a tablet class. | |
Package Functions | |
final native int | jniFree () |
Constructor & Destructor Documentation
|
Create a Tablet object based on a tablet class.
|
Member Function Documentation
|
Query the descriptor of a tablet in the enumerator.
|
|
Query the number of tablets in the enumerator.
|
|
Implements de.softpro.signware.SPSignwareObject. |
The documentation for this class was generated from the following file: