ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
Loading...
Searching...
No Matches
CheckboxDelegate Struct Reference

The Checkbox delegate protocol. More...

#include <Checkbox.h>

Data Fields

ident data
 The user data.
 
void(* didToggle )(Checkbox *checkbox)
 Called when the Checkbox is toggled.
 
ident self
 The delgate self reference.
 

Detailed Description

The Checkbox delegate protocol.

Definition at line 43 of file Checkbox.h.

Field Documentation

◆ data

ident CheckboxDelegate::data

The user data.

Definition at line 53 of file Checkbox.h.

◆ didToggle

void(* CheckboxDelegate::didToggle) (Checkbox *checkbox)

Called when the Checkbox is toggled.

Parameters
checkboxThe Checkbox.

Definition at line 59 of file Checkbox.h.

◆ self

ident CheckboxDelegate::self

The delgate self reference.

Definition at line 48 of file Checkbox.h.


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