fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

undo.cxx File Reference

#include <FL/Fl.H>
#include "Fl_Type.h"
#include "undo.h"
#include <FL/Fl_Preferences.H>
#include <FL/filename.H>
#include "../src/flstring.h"
#include <unistd.h>
Include dependency graph for undo.cxx:

Go to the source code of this file.

Defines

#define UNDO_ITEM   25
#define REDO_ITEM   26

Functions

void redo_cb (Fl_Widget *, void *)
void undo_cb (Fl_Widget *, void *)
void undo_checkpoint ()
void undo_clear ()
void undo_resume ()
void undo_suspend ()

Variables

Fl_Preferences fluid_prefs
Fl_Menu_Item Main_Menu []
int undo_current = 0
int undo_last = 0
int undo_max = 0
int undo_save = -1

Define Documentation

#define REDO_ITEM   26

Definition at line 52 of file undo.cxx.

Referenced by redo_cb(), undo_cb(), and undo_checkpoint().

#define UNDO_ITEM   25

Definition at line 51 of file undo.cxx.

Referenced by redo_cb(), undo_cb(), and undo_checkpoint().


Function Documentation

void undo_clear ( )

Definition at line 165 of file undo.cxx.

References FL_PATH_MAX, i, modflag, undo_current, undo_last, undo_max, and undo_save.

Referenced by exit_cb(), main(), new_cb(), open_cb(), open_history_cb(), and revert_cb().

void undo_resume ( )
void undo_suspend ( )

Variable Documentation

Definition at line 1589 of file fluid.cxx.

int undo_current = 0

Definition at line 63 of file undo.cxx.

Referenced by redo_cb(), save_cb(), type_make_cb(), undo_cb(), undo_checkpoint(), and undo_clear().

int undo_last = 0

Definition at line 64 of file undo.cxx.

Referenced by redo_cb(), type_make_cb(), undo_cb(), undo_checkpoint(), and undo_clear().

int undo_max = 0

Definition at line 65 of file undo.cxx.

Referenced by undo_checkpoint(), and undo_clear().

int undo_save = -1

Definition at line 66 of file undo.cxx.

Referenced by redo_cb(), save_cb(), undo_cb(), undo_checkpoint(), and undo_clear().