PadEntryDialog Class Reference
List of all members.Detailed Description
Signature capture dialog.Class PadEntryDialog represents the element PadEntryDialog in PadEntryOptions-dtd as a PHP object
Public Member Functions | |
addButton ($pB) | |
Add a button to this dialog. | |
addDocument ($pD) | |
Add an image to this dialog. | |
addImage ($pI) | |
Add an image to this dialog. | |
addRectangle ($pR) | |
Add a rectangle to this dialog. | |
addText ($pT) | |
Add text to this dialog. | |
addTextEntry ($pT) | |
Add a text entry field to this dialog. | |
PadEntryDialog () | |
Constructor. | |
readXML (&$xml) | |
Read an XML descriptor. | |
writeXML (&$xml) | |
Write the XML descriptor. | |
Public Attributes | |
$mBgColor = FALSE | |
optional Background color | |
$mFgColor = FALSE | |
optional Foreground color | |
$mMandatory = TRUE | |
optional signature in this dialog is mandatory | |
$plButton = 0 | |
Array of optional PlButton objects, see addButton. | |
$plCoordinate = false | |
Coordinate object (PlCoordinate), required. | |
$plDocument = 0 | |
Array of optional PlDocument object, see addDocument. | |
$plImage = 0 | |
Array of optional PlImage object, see addImage. | |
$plRectangle = FALSE | |
Array of PlRectangle objects, see addRectangle. | |
$plTablet = 0 | |
An optional PlTablet object. | |
$plText = 0 | |
Array of optional PlText objects, see addText. | |
$plTextEntry = 0 | |
Array of optional PlTextEntry objects, see addTextEntry. |
Constructor & Destructor Documentation
|
Constructor.
|
Member Function Documentation
|
Add a button to this dialog.
|
|
Add an image to this dialog.
|
|
Add an image to this dialog.
|
|
Add a rectangle to this dialog.
|
|
Add text to this dialog.
|
|
Add a text entry field to this dialog.
|
|
Read an XML descriptor.
|
|
Write the XML descriptor.
|
Member Data Documentation
|
optional Background color
|
|
optional Foreground color
|
|
optional signature in this dialog is mandatory
|
|
Array of optional PlButton objects, see addButton.
|
|
Coordinate object (PlCoordinate), required.
|
|
Array of optional PlDocument object, see addDocument.
|
|
Array of optional PlImage object, see addImage.
|
|
Array of PlRectangle objects, see addRectangle.
|
|
An optional PlTablet object.
|
|
Array of optional PlText objects, see addText.
|
|
Array of optional PlTextEntry objects, see addTextEntry.
|
The documentation for this class was generated from the following file: