|
| CutPartsCommand (ElementScene *, const QList< QGraphicsItem * > &, QUndoCommand *=nullptr) |
|
| ~CutPartsCommand () override |
| Destructeur. More...
|
|
Public Member Functions inherited from DeletePartsCommand |
| DeletePartsCommand (ElementScene *, const QList< QGraphicsItem * > &, QUndoCommand *=nullptr) |
|
| ~DeletePartsCommand () override |
| Destructeur : detruit egalement les parties supprimees. More...
|
|
void | undo () override |
| Restaure les parties supprimees. More...
|
|
void | redo () override |
| Supprime les parties. More...
|
|
Public Member Functions inherited from ElementEditionCommand |
| ElementEditionCommand (ElementScene *=nullptr, ElementView *=nullptr, QUndoCommand *=nullptr) |
| ElementEditionCommand::ElementEditionCommand Constructs an ElementEditionCommand, thus embedding the provided scene and view. More...
|
|
| ElementEditionCommand (const QString &, ElementScene *=nullptr, ElementView *=nullptr, QUndoCommand *=nullptr) |
| ElementEditionCommand::ElementEditionCommand Constructs an ElementEditionCommand, thus embedding the provided scene and view. More...
|
|
| ~ElementEditionCommand () override |
|
ElementScene * | elementScene () const |
|
void | setElementScene (ElementScene *) |
|
ElementView * | elementView () const |
|
void | setElementView (ElementView *) |
|
This command cut primitives when editing an electrical element.