#include "CAUGuiConfig.h"#include "CAUGui.h"Go to the source code of this file.
Classes | |
| class | CAUGuiDisplay |
| displays and manipulates values, provides PopUpMenue functionality More... | |
Typedefs | |
| typedef void(* | displayTextProcedure )(UInt32 value, char *text, void *userData) |
| text generation callback | |
| typedef void(* | displayUserProcedure )(UInt32 value, CAUGuiDisplay *from, void *userData) |
| display action callback | |
|
|
text generation callback An optional C callback function that produces text output for given values
Definition at line 28 of file CAUGuiDisplay.h. Referenced by CAUGuiDisplay::CAUGuiDisplay(). |
|
|
display action callback An optional C callback function that gets called when a display gets moused
Definition at line 37 of file CAUGuiDisplay.h. Referenced by CAUGuiDisplay::setUserProcedure(). |
| (c) 2002 - 2003 by Urs Heckmann www.u-he.com |
1.3.6