Numworks Epsilon
1.4.1
Graphing Calculator Operating System
invocation.h
Go to the documentation of this file.
1
#ifndef ESCHER_INVOCATION_H
2
#define ESCHER_INVOCATION_H
3
4
class
Invocation
{
5
public
:
6
typedef
void (*
Action
)(
void
* context,
void
* sender);
7
Invocation
(
Action
a,
void
*
c
);
8
void
perform
(
void
* sender);
9
private
:
10
Action
m_action;
11
void
* m_context;
12
};
13
14
#endif
15
Invocation::perform
void perform(void *sender)
Definition:
invocation.cpp:9
Invocation::Action
void(* Action)(void *context, void *sender)
Definition:
invocation.h:6
Invocation::Invocation
Invocation(Action a, void *c)
Definition:
invocation.cpp:3
Invocation
Definition:
invocation.h:4
c
c(generic_all_nodes)
epsilon
escher
include
escher
invocation.h
Generated by
1.8.14