Skip to content

Index of Module uiform

Matthias Görges edited this page Mar 11, 2015 · 21 revisions

Module: uiform

The uiform module provides a form-driven universal widget. Examples for its use can be found in the LNhealth application. A description of the display elements available is found below the function descriptions.

Functions in this module:

Function Short Description
(dbclear id)
(dbget id . optdef)
(dbload file key)
(dbsave file key db)
(dbset id val)
(glgui-uiform g x y w h) Add a uiform widget to a gui
(sa-database->file t file)
(sa-file->database file)
(sane id saneproc missingmsg invalidmsg)
(stclear id)
(stget id . optdef)
(stgetnclear id . optdef)
(stset id val)
(uiclear id)
(uiform-db-listinsert! id element)
(uiform-db-listremove! id element)
(uiget id . optdef)
(uiset id val)
(xxclear location . args)
(xxget location . args)
(xxset location . args)

GUI elements in this module

Name Short Description
spacer Empty space
image Image
label Label
textentry Text entry box (and keypad)
timeentry Time entry box (and keypad)
button Button
progress Progress bar
dmencode Encode a data matrix
dmdecode Decode a picture of a data matrix
camera Space to take and display a photo
radiobox Single radiobox
checkbox Single checkbox
dropdown Dropdown menu
list List of strings
checklist List of checkboxes
graph Line trace of data

Clone this wiki locally