VPTissue Reference Manual
PTreeUndoCommands.h File Reference

Interface for PTree undo commands. More...

#include "PTreeModel.h"
#include <QUndoCommand>
Include dependency graph for PTreeUndoCommands.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SimShell::Gui::PTreeModel::EditDataCommand
 Undo command that represents a single edit operation for a data value of PTreeModel. More...
 
class  SimShell::Gui::PTreeModel::EditKeyCommand
 Undo command that represents a single edit operation for a key value of PTreeModel. More...
 
class  SimShell::Gui::PTreeModel::InsertRowsCommand
 Undo command that represents a single insertion operation of rows into a PTreeModel. More...
 
class  SimShell::Gui::PTreeModel::MoveRowsCommand
 Undo command that represents a single move operation of rows inside a PTreeModel. More...
 
class  SimShell::Gui::PTreeModel::RemoveRowsCommand
 Undo command that represents a single removal operation of rows from a PTreeModel. More...
 

Namespaces

 SimShell
 Namespace for generic graphical shell for simulators.
 
 SimShell::Gui
 Namespace for graphical interface classes.
 

Detailed Description

Interface for PTree undo commands.

Definition in file PTreeUndoCommands.h.