|
OpenCPN Partial API docs
|
Implement undo.h – framework for Undo features. More...
#include "config.h"#include "gl_headers.h"#include <wx/wxprec.h>#include <wx/wx.h>#include <wx/clipbrd.h>#include <wx/dynarray.h>#include <wx/gdicmn.h>#include "model/navobj_db.h"#include "model/route.h"#include "model/routeman.h"#include "model/select.h"#include "chcanv.h"#include "mark_info.h"#include "navutil.h"#include "ocpn_frame.h"#include "routemanagerdialog.h"#include "styles.h"#include "undo.h"Go to the source code of this file.
Functions | |
| void | doUndoMoveWaypoint (UndoAction *action, ChartCanvas *cc) |
| void | doUndoDeleteWaypoint (UndoAction *action, ChartCanvas *cc) |
| void | doRedoDeleteWaypoint (UndoAction *action, ChartCanvas *cc) |
| void | doUndoAppendWaypoint (UndoAction *action, ChartCanvas *cc) |
| void | doRedoAppendWaypoint (UndoAction *action, ChartCanvas *cc) |
| void doRedoAppendWaypoint | ( | UndoAction * | action, |
| ChartCanvas * | cc | ||
| ) |
| void doRedoDeleteWaypoint | ( | UndoAction * | action, |
| ChartCanvas * | cc | ||
| ) |
| void doUndoAppendWaypoint | ( | UndoAction * | action, |
| ChartCanvas * | cc | ||
| ) |
| void doUndoDeleteWaypoint | ( | UndoAction * | action, |
| ChartCanvas * | cc | ||
| ) |
| void doUndoMoveWaypoint | ( | UndoAction * | action, |
| ChartCanvas * | cc | ||
| ) |