Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

CAUGuiDisplay.h File Reference

#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


Typedef Documentation

typedef void(* displayTextProcedure)( UInt32 value, char* text, void* userData )
 

text generation callback

An optional C callback function that produces text output for given values

Parameters:
value the value of the CarbonControl (not the Parameter!)
text a string where the text is written to
userData an optional pointer to a structure / object

Definition at line 28 of file CAUGuiDisplay.h.

Referenced by CAUGuiDisplay::CAUGuiDisplay().

typedef void(* displayUserProcedure)( UInt32 value, CAUGuiDisplay* from, void* userData )
 

display action callback

An optional C callback function that gets called when a display gets moused

Parameters:
value the value of the CarbonControl (not the Parameter!)
from the actual Display Object
userData an optional pointer to a structure / object

Definition at line 37 of file CAUGuiDisplay.h.

Referenced by CAUGuiDisplay::setUserProcedure().


(c) 2002 - 2003 by Urs Heckmann www.u-he.com

Generated on Thu May 6 15:13:14 2004 for CAUGui by doxygen 1.3.6