_mb_action Struct Reference
[Action Supports.]

Basic class of animation actions. More...

#include <mb_animate.h>

List of all members.

Public Attributes

void(* start )(mb_action_t *act, const mb_timeval_t *now, const mb_timeval_t *playing_time, redraw_man_t *rdman)
void(* step )(mb_action_t *act, const mb_timeval_t *now, redraw_man_t *rdman)
void(* stop )(mb_action_t *act, const mb_timeval_t *now, redraw_man_t *rdman)
void(* free )(mb_action_t *act)
mb_action_tnext


Detailed Description

Basic class of animation actions.

See also:
How to Define An Action?

Definition at line 71 of file mb_animate.h.


Member Data Documentation

void(* _mb_action::start)(mb_action_t *act, const mb_timeval_t *now, const mb_timeval_t *playing_time, redraw_man_t *rdman)

void(* _mb_action::step)(mb_action_t *act, const mb_timeval_t *now, redraw_man_t *rdman)

void(* _mb_action::stop)(mb_action_t *act, const mb_timeval_t *now, redraw_man_t *rdman)

Definition at line 81 of file mb_animate.h.


The documentation for this struct was generated from the following file:
SourceForge.net Logo