4 class PluginGlobalPathText
;
5 class PluginLocalPathText
;
7 #include "browsebutton.h"
8 #include "preferencesthread.h"
10 class PluginPrefs
: public PreferencesDialog
13 PluginPrefs(MWindow
*mwindow
, PreferencesWindow
*pwindow
);
17 // must delete each derived class
19 PluginGlobalPathText
*ipathtext
;
21 PluginLocalPathText
*lpathtext
;
26 class PluginGlobalPathText
: public BC_TextBox
29 PluginGlobalPathText(int x
, int y
, PreferencesWindow
*pwindow
, char *text
);
30 ~PluginGlobalPathText();
32 PreferencesWindow
*pwindow
;
39 class PluginLocalPathText
: public BC_TextBox
42 PluginLocalPathText(int x
, int y
, PreferencesWindow
*pwindow
, char *text
);
43 ~PluginLocalPathText();
45 PreferencesWindow
*pwindow
;