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

Functions | |
void | aboutCloseCb (Fl_Window *win, Fl_Text_Display *textDisplay) |
void | aboutOKBtnCb (Fl_Return_Button *btn, void *) |
static void | UpdateCallback (WorldGui *world) |
Variables | |
static const char * | AboutText |
static const char * | MoreHelpText |
Function Documentation
◆ aboutCloseCb()
void aboutCloseCb | ( | Fl_Window * | win, |
Fl_Text_Display * | textDisplay | ||
) |
◆ aboutOKBtnCb()
void aboutOKBtnCb | ( | Fl_Return_Button * | btn, |
void * | |||
) |
◆ UpdateCallback()
|
static |
Variable Documentation
◆ AboutText
|
static |
Initial value:
= "\n"
"Part of the Player Project\n"
"http://playerstage.org\n"
"\n"
"Copyright 2000-2017 Richard Vaughan,\n"
"Brian Gerkey, Andrew Howard, Reed Hedges, \n"
"Toby Collett, Alex Couture-Beil, Jeremy Asher, \n"
"Adrian Böckenkamp and contributors\n"
"\n"
"Distributed under the terms of the \n"
"GNU General Public License v2"
◆ MoreHelpText
|
static |
Initial value:
=
"http://playerstage.org\n"
"\n"
"has these resources to help you:\n"
"\n"
"\t* A user manual including API documentation\n"
"\t* A bug and feature request tracking system\n"
"\t* Mailing lists for users and developers\n"
"\t* A Wiki"
"\n\n"
"The user manual is included with the Stage source code but\n"
"is not built by default. To build the manual, run \"make\"\n"
"in the directory \"docsrc\" to produce \"docsrc/stage/index.html\" .\n"
"(requires Doxygen and supporting programs to be installed first).\n"
Generated on Sat Jan 22 2022 00:00:00 for Stage by