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

The PageView delegate protocol. More...

#include <PageView.h>

Data Fields

void(* didSetCurrentPage )(PageView *pageView)
 Called when the current page is set. More...
 
ident self
 The delegate self-reference. More...
 

Detailed Description

The PageView delegate protocol.

Definition at line 41 of file PageView.h.

Field Documentation

◆ didSetCurrentPage

void(* PageViewDelegate::didSetCurrentPage) (PageView *pageView)

Called when the current page is set.

Parameters
pageViewThe PageView.

Definition at line 52 of file PageView.h.

◆ self

ident PageViewDelegate::self

The delegate self-reference.

Definition at line 46 of file PageView.h.


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