QElectroTech 0.100.0-dev
|
#include <QUndoCommand>
#include <QPointer>
#include <QVector>
Go to the source code of this file.
Classes | |
class | AddTerminalToStripCommand |
The AddTerminalToStripCommand class Add a terminal element to a terminal strip Two cases are handled : Add free terminal to strip, Move terminal from strip to another strip. More... | |
class | RemoveTerminalFromStripCommand |
The RemoveTerminalFromStripCommand class Remove a terminal from a terminal strip. The removed terminal become free. More... | |
class | MoveTerminalCommand |