PlDocument Class Reference
List of all members.Detailed Description
Document element.Class PlDocument represents the element PlDocument in PadEntryOptions-dtd as a PHP object
Public Member Functions | |
| addButton ($aButton) | |
| Add a Button. | |
| addSlider ($aSlider) | |
| Add a Slider. | |
| loadImageFile ($aName) | |
| Load an image file on the server. | |
| PlDocument () | |
| Constructor. | |
| readXML (&$xml) | |
| Read an XML descriptor. | |
| writeXML (&$xml) | |
| Write the XML descriptor. | |
Public Attributes | |
| $mDocument = FALSE | |
| Document data, use loadImageFile to pass a bitmap from the server. | |
| $mDrawflags = 0 | |
Flag to specify whether to draw the text in the browser window and / or on the tablet LCD.Combination of:
| |
| $mFormat = 0 | |
Format specifyer, either one:
| |
| $mTransparentColor = -1 | |
| $mZoom = FALSE | |
| $plCoordinate = FALSE | |
| Coordinate object (PlCoordinate), required. | |
| $vPlButton = FALSE | |
| array of buttons, optional | |
| $vPlSlider = FALSE | |
| array of sliders, optional | |
Constructor & Destructor Documentation
|
|
Constructor.
|
Member Function Documentation
|
|
Add a Button.
|
|
|
Add a Slider.
|
|
|
Load an image file on the server.
|
|
|
Read an XML descriptor.
|
|
|
Write the XML descriptor.
|
Member Data Documentation
|
|
Document data, use loadImageFile to pass a bitmap from the server.
|
|
|
Flag to specify whether to draw the text in the browser window and / or on the tablet LCD.Combination of:
|
|
|
Format specifyer, either one:
|
|
|
Transparent color if PL_DRAWFLAGS_TRANSPARENT is set, format 0x00rrggbb |
|
|
Zoom: may be either FitWidth, ZitHeight, FitAll or a float value as the defualt zoom |
|
|
Coordinate object (PlCoordinate), required.
|
|
|
array of buttons, optional
|
|
|
array of sliders, optional
|
The documentation for this class was generated from the following file: