#include <pluginprefs.h>
Inherits PreferencesDialog.

Public Member Functions | |
| PluginPrefs (MWindow *mwindow, PreferencesWindow *pwindow) | |
| ~PluginPrefs () | |
| int | create_objects () |
Data Fields | |
| BrowseButton * | ipath |
| PluginGlobalPathText * | ipathtext |
| BrowseButton * | lpath |
| PluginLocalPathText * | lpathtext |
Definition at line 10 of file pluginprefs.h.
| PluginPrefs::PluginPrefs | ( | MWindow * | mwindow, | |
| PreferencesWindow * | pwindow | |||
| ) |
Definition at line 12 of file pluginprefs.C.
| PluginPrefs::~PluginPrefs | ( | ) |
| int PluginPrefs::create_objects | ( | ) | [virtual] |
Reimplemented from PreferencesDialog.
Definition at line 25 of file pluginprefs.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, BLACK, Preferences::global_plugin_dir, ipath, ipathtext, LARGEFONT, Preferences::local_plugin_dir, lpath, lpathtext, MEDIUMFONT, PreferencesDialog::mwindow, PreferencesThread::preferences, PreferencesDialog::pwindow, PreferencesWindow::thread, BC_WindowBase::x, and BC_WindowBase::y.

1.5.5