TCuikPlayControl Struct Reference

Detailed Description

cuikplay control structure. This is shared between the cuikplay main application and the interface callbacks.

Definition at line 21 of file cuikplay.h.

Data Fields

boolean end
 
unsigned int mode
 
unsigned int currentFrame
 
unsigned int nextFrame
 
unsigned int maxFrame
 
double time
 

Field Documentation

boolean TCuikPlayControl::end

TRUE if cuikplay is to be closed.

Definition at line 22 of file cuikplay.h.

Referenced by main(), and on_cuikplay_quit().

unsigned int TCuikPlayControl::mode

Mode of cuikplay: PLAY, PAUSE, MOVE (to frame).

Definition at line 23 of file cuikplay.h.

Referenced by main(), on_cuikplay_pause_clicked(), and on_cuikplay_play_clicked().

unsigned int TCuikPlayControl::currentFrame

Identifier of the last displayed frame.

Definition at line 24 of file cuikplay.h.

Referenced by main().

unsigned int TCuikPlayControl::nextFrame

Identifier of the frame to be displayed next.

Definition at line 25 of file cuikplay.h.

Referenced by main(), and on_cuikplay_slider_changed().

unsigned int TCuikPlayControl::maxFrame

Identifier of the last possible frame.

Definition at line 26 of file cuikplay.h.

Referenced by main().

double TCuikPlayControl::time

Time at which the last frame was displayed.

Definition at line 27 of file cuikplay.h.

Referenced by main().