OpenCPN Partial API docs
Loading...
Searching...
No Matches
UndoAction Class Reference

Public Member Functions

wxString Description ()
 

Public Attributes

UndoType type
 
std::vector< UndoItemPointer > before
 
std::vector< UndoBeforePointerType > beforeType
 
std::vector< UndoItemPointer > after
 
std::vector< UndoItemPointer > selectable
 

Detailed Description

Definition at line 48 of file undo.h.

Constructor & Destructor Documentation

◆ ~UndoAction()

UndoAction::~UndoAction ( )

Definition at line 393 of file undo.cpp.

Member Function Documentation

◆ Description()

wxString UndoAction::Description ( )

Definition at line 77 of file undo.cpp.

Member Data Documentation

◆ after

std::vector<UndoItemPointer> UndoAction::after

Definition at line 56 of file undo.h.

◆ before

std::vector<UndoItemPointer> UndoAction::before

Definition at line 54 of file undo.h.

◆ beforeType

std::vector<UndoBeforePointerType> UndoAction::beforeType

Definition at line 55 of file undo.h.

◆ selectable

std::vector<UndoItemPointer> UndoAction::selectable

Definition at line 57 of file undo.h.

◆ type

UndoType UndoAction::type

Definition at line 53 of file undo.h.


The documentation for this class was generated from the following files: