6 #include "pluginvclient.h"
12 class ReFrameOutput
: public BC_TextBox
15 ReFrameOutput(ReFrame
*plugin
, int x
, int y
);
22 class ReFrameWindow
: public BC_Window
25 ReFrameWindow(ReFrame
*plugin
, int x
, int y
);
28 void create_objects();
35 class ReFrame
: public PluginVClient
38 ReFrame(PluginServer
*server
);
49 int process_loop(VFrame
*buffer
);
55 MainProgressBar
*progress
;
56 int64_t current_position
;