ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
The RGBColorPicker delegate protocol. More...
#include <RGBColorPicker.h>
Data Fields | |
void(* | didPickColor )(RGBColorPicker *rgbColorPicker, SDL_Color *color) |
Called by the RGBColorPicker when color selection changes. More... | |
ident | self |
The delegate self-reference. More... | |
The RGBColorPicker delegate protocol.
Definition at line 43 of file RGBColorPicker.h.
void(* RGBColorPickerDelegate::didPickColor) (RGBColorPicker *rgbColorPicker, SDL_Color *color) |
Called by the RGBColorPicker when color selection changes.
rgbColorPicker | The RGBColorPicker. |
color | The Color. |
Definition at line 55 of file RGBColorPicker.h.
ident RGBColorPickerDelegate::self |
The delegate self-reference.
Definition at line 48 of file RGBColorPicker.h.