13 #define TOTAL_PATTERNS 3
15 PLUGIN_THREAD_HEADER(IVTCMain
, IVTCThread
, IVTCWindow
)
21 class IVTCAutoThreshold
;
24 class IVTCWindow
: public BC_Window
27 IVTCWindow(IVTCMain
*client
, int x
, int y
);
34 IVTCOffset
*frame_offset
;
35 IVTCFieldOrder
*first_field
;
36 // IVTCAuto *automatic;
37 IVTCAutoThreshold
*threshold
;
38 IVTCPattern
*pattern
[TOTAL_PATTERNS
];
41 class IVTCOffset
: public BC_TextBox
44 IVTCOffset(IVTCMain
*client
, int x
, int y
);
50 class IVTCFieldOrder
: public BC_CheckBox
53 IVTCFieldOrder(IVTCMain
*client
, int x
, int y
);
59 class IVTCAuto
: public BC_CheckBox
62 IVTCAuto(IVTCMain
*client
, int x
, int y
);
68 class IVTCPattern
: public BC_Radial
71 IVTCPattern(IVTCMain
*client
,
84 class IVTCAutoThreshold
: public BC_TextBox
87 IVTCAutoThreshold(IVTCMain
*client
, int x
, int y
);