Functions | |
| void | refreshFrameCur (int _fnumber, int _fduration, int _fpos) |
| Refreshes and shows informations on UI Current Frame Panel. | |
| void | refreshFrameTot (int _totImgCap, int _totRealFrames) |
| Refreshes and shows informations on UI Total Frames Panel. | |
| void | setMessage (char *m) |
| Refreshes and shows message on UI. | |
| void | setLabelModeViewer (bool camera_on, bool mem_alert) |
| Refreshes UI elements according to camera/memory mode. | |
| void | redraw_panel (void *) |
| Redraws UI refreshing informations. | |
| void | autoSave (void *) |
| Periodically saves animation in a backup file provided that AutoSave preference option is on. | |
| void | readPreferences (void) |
| Reads preferences file and sets connection, animation and user interface parameters. | |
| int | main (int argc, char **argv) |
| void autoSave | ( | void * | ) |
Periodically saves animation in a backup file provided that AutoSave preference option is on.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| void readPreferences | ( | void | ) |
Reads preferences file and sets connection, animation and user interface parameters.
| void redraw_panel | ( | void * | ) |
Redraws UI refreshing informations.
| void refreshFrameCur | ( | int | _fnumber, | |
| int | _fduration, | |||
| int | _fpos | |||
| ) |
Refreshes and shows informations on UI Current Frame Panel.
| _fnumber | The number of a frame within the animation | |
| _fduration | The duration of a frame within the animation | |
| _fpos | The position of a frame within the animation (considering the duration) |
| void refreshFrameTot | ( | int | _totImgCap, | |
| int | _totRealFrames | |||
| ) |
Refreshes and shows informations on UI Total Frames Panel.
| _totImgCap | The total number of frames within the animation | |
| _totRealFrames | The total number of frames within the animation considering the duration |
| void setLabelModeViewer | ( | bool | camera_on, | |
| bool | mem_alert | |||
| ) |
Refreshes UI elements according to camera/memory mode.
| camera_on | The flag to indicate camera or memory mode. | |
| mem_alert | The flag to show (or not) message. |
| void setMessage | ( | char * | m | ) |
Refreshes and shows message on UI.
| m | The message |
1.4.7