app

Undocumented in source.

Members

Functions

main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
onClosing
int onClosing(uiWindow* w, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
onSliderChanged
void onSliderChanged(uiSlider* s, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
onSpinboxChanged
void onSpinboxChanged(uiSpinbox* s, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
openClicked
void openClicked(uiMenuItem* item, uiWindow* w, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
saveClicked
void saveClicked(uiMenuItem* item, uiWindow* w, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
shouldQuit
int shouldQuit(void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(intmax_t value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mainwin
uiWindow* mainwin;
Undocumented in source.
progressbar
uiProgressBar* progressbar;
Undocumented in source.
slider
uiSlider* slider;
Undocumented in source.
spinbox
uiSpinbox* spinbox;
Undocumented in source.

Meta