Definition in file YadaProc.tcl.
Go to the source code of this file.
Functions | |
getAllNotifications (DomDocument document, TclString severity="") | |
getIndexOfName (TclCommand listBox, TclString entry) | |
printMessage (TclString message, TclString image="info") | |
resetBusy (TclList listPrevSettings) | |
setBusy () | |
timeToString (TclNumber time) |
|
extract notifications. This helper extracts all notifications in a cdgp DomDocument. That is, it searches for \<notify ...\> nodes and gets the desc attribute from it.
References getAllNotifications(). Referenced by getAllNotifications(). |
|
get the index of an entry in a listbox.
References getIndexOfName(). Referenced by getIndexOfName(). |
|
open a message dialog with a given text.
References printMessage(). Referenced by YadaRunnableDocument::breakJob(), and printMessage(). |
|
Restores mouse cursor settings for widget hierarchy corresponding to saved settings in first argument (should be identical to return value of proc setBusy) Definition at line 170 of file YadaProc.tcl. References resetBusy(). Referenced by resetBusy(). |
|
Sets mouse cursor to indicate busy processing
References setBusy(). Referenced by YadaRunner::load(), and setBusy(). |
|
convert a time in numerical format to a human readeable format.
References timeToString(). Referenced by timeToString(). |