Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Invocation Class Reference

#include <invocation.h>

Public Types

typedef void(* Action) (void *context, void *sender)
 

Public Member Functions

 Invocation (Action a, void *c)
 
void perform (void *sender)
 

Detailed Description

Definition at line 4 of file invocation.h.

Member Typedef Documentation

◆ Action

typedef void(* Invocation::Action) (void *context, void *sender)

Definition at line 6 of file invocation.h.

Constructor & Destructor Documentation

◆ Invocation()

Invocation::Invocation ( Action  a,
void *  c 
)

Definition at line 3 of file invocation.cpp.

Member Function Documentation

◆ perform()

void Invocation::perform ( void *  sender)

Definition at line 9 of file invocation.cpp.


The documentation for this class was generated from the following files: