ScannerWindow Class Reference
List of all members.Detailed Description
Scanner Image capture options.The capture options string describes a multi-page dialog to capture one or more images within the host browser
Class ScannerWindow represents the ScannerWindow dtd as a PHP object, a window contains several PlText, PlTextEntry, PlButton, PlSlider or PlCombo objects
Public Member Functions | |
addButton ($pB) | |
Add a button to this window, only for TOOL_WINDOW 's. | |
addComboBox ($pC) | |
Add a combo box to this window, only for TOOL_WINDOW 's. | |
addImage ($pI) | |
Add Image to this window, only for TOOL_WINDOW 's. | |
addRectangle ($pR) | |
Add Rectangle to this window, only for TOOL_WINDOW 's. | |
addSlider ($pS) | |
Add a slider box to this window, only for TOOL_WINDOW 's. | |
addText ($pT) | |
Add a text to this window, only for TOOL_WINDOW 's. | |
addTextEntry ($pT) | |
Add a text entry to this window, only for TOOL_WINDOW 's. | |
loadImageFile ($aName) | |
Load an image file on the server, only for IMAGE_WINDOW 's. | |
readXML (&$xml) | |
Read an XML descriptor. | |
ScannerWindow ($aClass=IMAGE_WINDOW) | |
Constructor. | |
setImage ($aImage) | |
Pass an Image to this window, only for IMAGE_WINDOW 's. | |
writeXML (&$xml) | |
Write the XML descriptor. | |
Public Attributes | |
$mBgColor = FALSE | |
background color, integer, optional | |
$mClass = IMAGE_WINDOW | |
Scanner window class name, String (IMAGE_WINDOW or TOOL_WINDOW), required. | |
$mEncoding = FALSE | |
encoding of Preset image, only in IMAGE_WINDOW, call setImage or loadImageFile, String (base64compressed or base64) , optional | |
$mFgColor = FALSE | |
foreground color, integer, optional | |
$mImage = FALSE | |
Preset image, only in IMAGE_WINDOW, call setImage or loadImageFile, String, optional. | |
$plButton = FALSE | |
Array of button elements (PlButton), call addButton. | |
$plCombo = FALSE | |
Array of combo box elements (PlComboBox), call addCombo. | |
$plCoordinate | |
Coordinate object, PlCoordinate, required. | |
$plImage = FALSE | |
Array of image elements (PlImage), only in TOOL_WINDOW, call addImage. | |
$plRectangle = 0 | |
Array of optional PlRectangle objects, see addRectangle. | |
$plSlider = FALSE | |
Array of slider elements (PlSlider), call addSlider. | |
$plText = FALSE | |
Array of text elements (PlText), call addText. | |
$plTextEntry = FALSE | |
Array of text entry elements (PlTextEntry), call addTextEntry. |
Constructor & Destructor Documentation
|
Constructor.
|
Member Function Documentation
|
Add a button to this window, only for TOOL_WINDOW 's.
|
|
Add a combo box to this window, only for TOOL_WINDOW 's.
|
|
Add Image to this window, only for TOOL_WINDOW 's.
|
|
Add Rectangle to this window, only for TOOL_WINDOW 's.
|
|
Add a slider box to this window, only for TOOL_WINDOW 's.
|
|
Add a text to this window, only for TOOL_WINDOW 's.
|
|
Add a text entry to this window, only for TOOL_WINDOW 's.
|
|
Load an image file on the server, only for IMAGE_WINDOW 's.
|
|
Read an XML descriptor.
|
|
Pass an Image to this window, only for IMAGE_WINDOW 's.
|
|
Write the XML descriptor.
|
Member Data Documentation
|
background color, integer, optional
|
|
Scanner window class name, String (IMAGE_WINDOW or TOOL_WINDOW), required.
|
|
encoding of Preset image, only in IMAGE_WINDOW, call setImage or loadImageFile, String (base64compressed or base64) , optional
|
|
foreground color, integer, optional
|
|
Preset image, only in IMAGE_WINDOW, call setImage or loadImageFile, String, optional.
|
|
Array of button elements (PlButton), call addButton.
|
|
Array of combo box elements (PlComboBox), call addCombo.
|
|
Coordinate object, PlCoordinate, required.
|
|
Array of image elements (PlImage), only in TOOL_WINDOW, call addImage.
|
|
Array of optional PlRectangle objects, see addRectangle.
|
|
Array of slider elements (PlSlider), call addSlider.
|
|
Array of text elements (PlText), call addText.
|
|
Array of text entry elements (PlTextEntry), call addTextEntry.
|
The documentation for this class was generated from the following file: