76    if( pageSettingsAndTitleBlock )
 
 
  113    if( pageSettingsAndTitleBlock )
 
 
  142    if( pageSettingsAndTitleBlock )
 
 
static TOOL_ACTION zoomFitScreen
 
void Restore(EDA_DRAW_FRAME *aFrame, KIGFX::VIEW *aView=nullptr)
 
virtual void PushCommandToUndoList(PICKED_ITEMS_LIST *aItem)
Add a command to undo in the undo list.
 
virtual int GetRedoCommandCount() const
 
virtual PICKED_ITEMS_LIST * PopCommandFromRedoList()
Return the last command to undo and remove it from list, nothing is deleted.
 
virtual PICKED_ITEMS_LIST * PopCommandFromUndoList()
Return the last command to undo and remove it from list, nothing is deleted.
 
virtual int GetUndoCommandCount() const
 
virtual void PushCommandToRedoList(PICKED_ITEMS_LIST *aItem)
Add a command to redo in the redo list.
 
virtual BASE_SCREEN * GetScreen() const
Return a pointer to a BASE_SCREEN or one of its derivatives.
 
virtual void Refresh(bool aEraseBackground=true, const wxRect *aRect=nullptr) override
 
KICAD_T Type() const
Returns the type of object.
 
EDA_ITEM * GetItem() const
 
A holder to handle information on schematic or board items.
 
void PushItem(const ITEM_PICKER &aItem)
Push aItem to the top of the list.
 
void OnModify() override
Must be called after a change in order to set the "modify" flag.
 
void GetLayoutFromRedoList()
Redo the last edit:
 
void GetLayoutFromUndoList()
Undo the last edit:
 
void RollbackFromUndo()
Apply the last command in Undo List without stacking a Redo.
 
void SaveCopyInUndoList()
Save a copy of the description (in a S expr string) for Undo/redo commands.
 
void HardRedraw() override
Refresh the library tree and redraw the window.
 
PL_DRAW_PANEL_GAL * GetCanvas() const override
Return a pointer to GAL-based canvas of given EDA draw frame.
 
void ClearUndoORRedoList(UNDO_REDO_LIST whichList, int aItemCount=-1) override
Remove the aItemCount of old commands from aList and delete commands, pickers and picked items if nee...
 
@ WS_PROXY_UNDO_ITEM_PLUS_T