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

The Select delegate protocol. More...

#include <Select.h>

Data Fields

void(* didSelectOption )(Select *select, Option *option)
 Called when a selection is made. More...
 
ident self
 The delegate self-reference. More...
 

Detailed Description

The Select delegate protocol.

Definition at line 43 of file Select.h.

Field Documentation

◆ didSelectOption

void(* SelectDelegate::didSelectOption) (Select *select, Option *option)

Called when a selection is made.

Parameters
selectThe Select.
optionThe selected Option.

Definition at line 55 of file Select.h.

◆ self

ident SelectDelegate::self

The delegate self-reference.

Definition at line 48 of file Select.h.


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