14 PLUGIN_THREAD_HEADER(IVTCMain
, IVTCThread
, IVTCWindow
)
20 class IVTCAutoThreshold
;
23 class IVTCWindow
: public BC_Window
26 IVTCWindow(IVTCMain
*client
, int x
, int y
);
33 IVTCOffset
*frame_offset
;
34 IVTCFieldOrder
*first_field
;
36 IVTCAutoThreshold
*threshold
;
37 IVTCPattern
*pattern
[TOTAL_PATTERNS
];
40 class IVTCOffset
: public BC_TextBox
43 IVTCOffset(IVTCMain
*client
, int x
, int y
);
49 class IVTCFieldOrder
: public BC_CheckBox
52 IVTCFieldOrder(IVTCMain
*client
, int x
, int y
);
58 class IVTCAuto
: public BC_CheckBox
61 IVTCAuto(IVTCMain
*client
, int x
, int y
);
67 class IVTCPattern
: public BC_Radial
70 IVTCPattern(IVTCMain
*client
,
83 class IVTCAutoThreshold
: public BC_TextBox
86 IVTCAutoThreshold(IVTCMain
*client
, int x
, int y
);