ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
Data Fields
RGBColorPickerDelegate Struct Reference

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...
 

Detailed Description

The RGBColorPicker delegate protocol.

Definition at line 43 of file RGBColorPicker.h.

Field Documentation

◆ didPickColor

void(* RGBColorPickerDelegate::didPickColor) (RGBColorPicker *rgbColorPicker, SDL_Color *color)

Called by the RGBColorPicker when color selection changes.

Parameters
rgbColorPickerThe RGBColorPicker.
colorThe Color.

Definition at line 55 of file RGBColorPicker.h.

◆ self

ident RGBColorPickerDelegate::self

The delegate self-reference.

Definition at line 48 of file RGBColorPicker.h.


The documentation for this struct was generated from the following file: