4#include <FL/Fl_Button.H>
5#include <FL/Fl_Check_Button.H>
6#include <FL/Fl_Scroll.H>
7#include <FL/Fl_Window.H>
25 std::vector<Option *> options;
30 Fl_Check_Button *showAllCheck;
33 static void checkChanged(Fl_Widget *w,
void *p);
36 static const int vm = 4;
38 static const int boxH = 30;
44 void setOptions(
const std::set<Option *> &opts);
void clearOptions()
Definition options_dlg.hh:45
virtual ~OptionsDlg()
Definition options_dlg.cc:24
Option * changed()
Definition options_dlg.hh:48
event_t
Definition options_dlg.hh:22
@ CHANGE
Definition options_dlg.hh:22
@ CLOSE
Definition options_dlg.hh:22
@ CHANGE_ALL
Definition options_dlg.hh:22
@ NO_EVENT
Definition options_dlg.hh:22
event_t event() const
Definition options_dlg.hh:47
void showAllOpt(Option *opt)
Definition options_dlg.cc:77
void setOptions(const std::set< Option * > &opts)
Definition options_dlg.cc:70
OptionsDlg(int x, int y, int w, int h)
Definition options_dlg.cc:6
The Stage library uses its own namespace.
Definition canvas.hh:8