Institut de Robòtica i Informàtica Industrial
KRD Group

The CuikSuite Project

TCuikPlayControl Struct Reference

Definition of the cuikplay control structure. More...

#include <cuikplay.h>

Data Fields

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

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.


Field Documentation

TRUE if cuikplay is to be closed.

Definition at line 22 of file cuikplay.h.

Referenced by main(), and on_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_button3_clicked(), and on_button4_clicked().

Identifier of the last displayed frame.

Definition at line 24 of file cuikplay.h.

Referenced by main().

Identifier of the frame to be displayed next.

Definition at line 25 of file cuikplay.h.

Referenced by main(), and on_hscale1_value_changed().

Identifier of the last possible frame.

Definition at line 26 of file cuikplay.h.

Referenced by main().

Time at which the last frame was displayed.

Definition at line 27 of file cuikplay.h.

Referenced by main(), and on_button4_clicked().


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