pcb 4.1.1
An interactive printed circuit board layout editor.

UndoListType Struct Reference

Holds information about an operation. More...

Collaboration diagram for UndoListType:

Data Fields

int Serial
int Type
int Kind
int ID
union {
   ChangeNameType   ChangeName
   MoveType   Move
   RemovedPointType   RemovedPoint
   RotateType   Rotate
   MoveToLayerType   MoveToLayer
   FlagType   Flags
   Coord   Size
   int   Scale
   LayerChangeType   LayerChange
   ClearPolyType   ClearPoly
   NetlistChangeType   NetlistChange
   SetViaLayersChangeType   SetViaLayersChange
   long int   CopyID
Data

Detailed Description

Holds information about an operation.

Definition at line 179 of file undo.c.


Field Documentation

Definition at line 199 of file undo.c.

Referenced by CopyObjectToUndoList(), and UndoSwapCopiedObject().

Definition at line 192 of file undo.c.

Referenced by AddObjectToFlagUndoList(), and UndoFlag().

Definition at line 190 of file undo.c.

Referenced by AddObjectToRotateUndoList(), and UndoRotate().

Definition at line 194 of file undo.c.

Referenced by AddObjectToSizeUndoList(), and UndoChangeSize().

Serial number of operation.

Definition at line 181 of file undo.c.

Referenced by GetUndoSlot(), Redo(), and Undo().


The documentation for this struct was generated from the following file: