#include <FL/Fl_Image.H>#include <FL/Fl_Shared_Image.H>#include <FL/Fl_PNG_Image.H>#include <FL/Fl_Output.H>#include <FL/Fl_Text_Display.H>#include <FL/Fl_File_Chooser.H>#include <set>#include <sstream>#include <iomanip>#include <algorithm>#include "canvas.hh"#include "region.hh"#include "worldfile.hh"#include "file_manager.hh"#include "options_dlg.hh"#include "config.h"
Include dependency graph for worldgui.cc:

Functions | |
| void | aboutCloseCb (Fl_Window *win, Fl_Text_Display *textDisplay) |
| void | aboutOKBtnCb (Fl_Return_Button *btn, void *p) |
| static void | UpdateCallback (WorldGui *world) |
Variables | |
| static const char * | AboutText = "GNU General Public License v2" |
| static const char * | MoreHelpText = "(requires Doxygen and supporting programs to be installed first).\n" |
Function Documentation
| void aboutCloseCb | ( | Fl_Window * | win, |
| Fl_Text_Display * | textDisplay | ||
| ) |
| void aboutOKBtnCb | ( | Fl_Return_Button * | btn, |
| void * | p | ||
| ) |
| static void UpdateCallback | ( | WorldGui * | world | ) | [static] |
Variable Documentation
const char* AboutText = "GNU General Public License v2" [static] |
const char* MoreHelpText = "(requires Doxygen and supporting programs to be installed first).\n" [static] |
Generated on Thu Dec 29 2011 16:43:39 for Stage by
1.7.5.1
