Functions | |
| int | pvSendUserEvent (PARAM *p, int id, const char *text) |
| int | pvWriteFile (PARAM *p, const char *filename, int width, int height) |
| int | pvCloseFile (PARAM *p) |
| char * | pvGetTextParam (PARAM *p, const char *command) |
| int | pvGetText (const char *command, char *text) |
| PARSE_EVENT_STRUCT * | pvParseEventStruct (PARAM *p, const char *event) |
| int | pvParseEvent (const char *event, int *id, char *text) |
| int | pvCopyToClipboard (PARAM *p, int id) |
| int | pvPrint (PARAM *p, int id) |
| int | pvSave (PARAM *p, int id) |
| int | pvSave (PARAM *p, int id, const char *filename) |
| int | pvSaveAsBmp (PARAM *p, int id, const char *filename) |
| int | pvSendFile (PARAM *p, const char *filename) |
| int | pvDownloadFileAs (PARAM *p, const char *filename, const char *newname) |
| int | pvDownloadFile (PARAM *p, const char *filename) |
| int | pvtcpsend (PARAM *p, const char *buf, int len) |
| int | pvtcpsend_binary (PARAM *p, const char *buf, int len) |
| int | pvtcpreceive (PARAM *p, char *buf, int maxlen) |
| int | pvtcpreceive_binary (PARAM *p, char *buf, int maxlen) |
|
|
close the open file |
|
||||||||||||
|
Copy the widget to the clipboard. Allowed widgets: all widgets |
|
||||||||||||
|
download file to temp directory of the browser |
|
||||||||||||||||
|
download file to temp directory of the browser The file in the temp directory is called newname |
|
||||||||||||
|
The function will get the "" surrounded text out of command. This is useful to retrieve the text from an event. |
|
||||||||||||
|
The function will get the "" surrounded text out of command. This is useful to retrieve the text from an event. Used in Script languages |
|
||||||||||||||||
|
This fuction will parse the event. It returns the event. If there is a text in the event it will be returned. Otherwise *text will be '\0'. |
|
||||||||||||
|
This fuction will parse the event. It is a stub for script languages. |
|
||||||||||||
|
Print the contents of the widget on a printer. The user will see the print dialog. Allowed widgets: all widgets |
|
||||||||||||||||
|
Save the widget to a file on the client computer. (vector form) Allowed widgets: QDraw |
|
||||||||||||
|
Save the widget to file on local node. The user will see a SaveAs dialog. Allowed widgets: QTable |
|
||||||||||||||||
|
Save the widget to a file on the client computer. (bitmap file) Allowed widgets: all widgets |
|
||||||||||||
|
send file to browser |
|
||||||||||||||||
|
Send a USER_EVENT to ourself |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
write the following to file during the file is open nothing will be send to tcp return=0 failure return=1 success |
1.4.6