The example package |
|
Overview |
|
| Nogui |
A component with no visible widget at runtime which
only provides a simple interface |
| XButton |
A button like widget component which is derived from
the QT QPushButton |
Component Nogui |
|
| Open |
Open a file for reading or writing |
| Close |
Close a file |
| Eof |
Check if end of file has been reached. |
| read( long ) |
read values in ASCII format from file |
| readline |
read until end of line has been reached. |
| write |
Write values as ASCII text to a file |
| writeline |
Write a string with CR to file |
| get |
Get a binary value from a file |
| getstr |
Get String of special length from file |
| getxstr |
get string from file in extended format |
| put |
Write binary value to file |
| putstr |
Write string to file |
| putxstr |
Write string in extended format to file. |
Component XButton |
|
File example |
|
|