OpenCPN Partial API docs
Loading...
Searching...
No Matches
undo.h File Reference

Framework for Undo features. More...

#include <wx/string.h>
#include <vector>
#include <deque>
#include "chcanv.h"

Go to the source code of this file.

Classes

class  UndoAction
 
class  Undo
 

Typedefs

typedef void * UndoItemPointer
 

Enumerations

enum  UndoType { Undo_CreateWaypoint , Undo_DeleteWaypoint , Undo_AppendWaypoint , Undo_MoveWaypoint }
 
enum  UndoBeforePointerType { Undo_IsOrphanded , Undo_NeedsCopy , Undo_HasParent }
 

Detailed Description

Framework for Undo features.

Definition in file undo.h.

Typedef Documentation

◆ UndoItemPointer

typedef void* UndoItemPointer

Definition at line 44 of file undo.h.

Enumeration Type Documentation

◆ UndoBeforePointerType

enum UndoBeforePointerType

Definition at line 42 of file undo.h.

◆ UndoType

enum UndoType

Definition at line 35 of file undo.h.