7 class FeatherEdits
: public BC_MenuItem
, Thread
10 FeatherEdits(MWindow
*mwindow
, int audio
, int video
);
23 class FeatherEditsTextBox
;
25 class FeatherEditsWindow
: public BC_Window
28 FeatherEditsWindow(MWindow
*mwindow
, long feather_samples
);
29 ~FeatherEditsWindow();
31 int create_objects(int audio
, int video
);
34 FeatherEditsTextBox
*text
;
39 class FeatherEditsTextBox
: public BC_TextBox
42 FeatherEditsTextBox(FeatherEditsWindow
*window
, char *text
, int x
, int y
);
46 FeatherEditsWindow
*window
;