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.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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

int undo_current
int undo_last
int undo_save

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 63 of file undo.cxx.

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

int undo_last

Definition at line 64 of file undo.cxx.

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

int undo_save

Definition at line 66 of file undo.cxx.

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