worldgui.cc File Reference

#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
static const char * MoreHelpText

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 [static]
Initial value:
 
    "\n" 
    "Part of the Player Project\n"
    "http://playerstage.org\n"
    "\n"
    "Copyright 2000-2008 Richard Vaughan,\n"
    "Brian Gerkey, Andrew Howard, Reed Hedges, \n"
    "Toby Collett, Alex Couture-Beil, Jeremy Asher \n"
    "and contributors\n" 
    "\n"
    "Distributed under the terms of the \n"
    "GNU General Public License v2"
const char* 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 Tue Oct 20 15:42:05 2009 for Stage by  doxygen 1.6.1