13 class RotateThread
: public Thread
16 RotateThread(RotateMain
*client
);
21 Mutex gui_started
; // prevent loading data until the GUI is started
29 class RotateWindow
: public BC_Window
32 RotateWindow(RotateMain
*client
);
37 int update_parameters();
42 RotateToggle
*toggle0
;
43 RotateToggle
*toggle90
;
44 RotateToggle
*toggle180
;
45 RotateToggle
*toggle270
;
49 class RotateToggle
: public BC_Radial
52 RotateToggle(RotateWindow
*window
, RotateMain
*client
, int init_value
, int x
, int y
, int value
, char *string
);
61 class RotateFine
: public BC_IPot
64 RotateFine(RotateWindow
*window
, RotateMain
*client
, int x
, int y
);