Cadabra
Computer algebra system for field theory problems
Public Member Functions | List of all members
cadabra::ActionReplaceCell Class Reference

Description

Replace the contents of a cell.

Not undo-able.

#include <Actions.hh>

Inheritance diagram for cadabra::ActionReplaceCell:
cadabra::ActionBase

Public Member Functions

 ActionReplaceCell (DataCell::id_t ref_id_)
 
virtual ~ActionReplaceCell ()
 
virtual void execute (DocumentThread &, GUIBase &) override
 Perform the action. More...
 
virtual void revert (DocumentThread &, GUIBase &) override
 Revert the change to the DTree document and the GUI. More...
 
virtual bool undoable () const override
 Can this action be undone? More...
 
- Public Member Functions inherited from cadabra::ActionBase
 ActionBase (DataCell::id_t ref_id)
 

Additional Inherited Members

- Public Attributes inherited from cadabra::ActionBase
DataCell::id_t ref_id
 
- Protected Attributes inherited from cadabra::ActionBase
DTree::iterator ref
 

Constructor & Destructor Documentation

◆ ActionReplaceCell()

ActionReplaceCell::ActionReplaceCell ( DataCell::id_t  ref_id_)

◆ ~ActionReplaceCell()

ActionReplaceCell::~ActionReplaceCell ( )
virtual

Member Function Documentation

◆ execute()

void ActionReplaceCell::execute ( DocumentThread cl,
GUIBase  
)
overridevirtual

Perform the action.

This should update both the document tree data structure and the GUI. The latter is updated by calling relevant methods on the GUIBase object passed in.

Reimplemented from cadabra::ActionBase.

◆ revert()

void ActionReplaceCell::revert ( DocumentThread ,
GUIBase  
)
overridevirtual

Revert the change to the DTree document and the GUI.

Implements cadabra::ActionBase.

◆ undoable()

bool ActionReplaceCell::undoable ( ) const
overridevirtual

Can this action be undone?

Reimplemented from cadabra::ActionBase.


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