#include "CAUGuiConfig.h"#include "CAUGui.h"Go to the source code of this file.
Classes | |
| class | CAUGuiButton |
| CAUGuiButton - PushButtons, OnOffButtons, RadioButtons, Inc/DecButtons. More... | |
Typedefs | |
| typedef void(* | buttonUserProcedure )(UInt32 value, CAUGuiButton *from, void *userData) |
| Button Callback. | |
Enumerations | |
| enum | CAUGuiBottonMode { kPushButton = 0, kIncButton, kDecButton, kRadioButton, kOnOffButton } |
|
|
Button Callback. An optional C callback function that gets called when a button is pressed
Definition at line 40 of file CAUGuiButton.h. Referenced by CAUGuiButton::setUserProcedure(). |
|
|
Definition at line 20 of file CAUGuiButton.h. |
| (c) 2002 - 2003 by Urs Heckmann www.u-he.com |
1.3.6