![]() |
QElectroTech 0.200.1-dev
|
#include "../editor/graphicspart/customelementpart.h"#include "../qgimanager.h"#include "elementcontent.h"#include "elementscene.h"#include "elementview.h"#include "graphicspart/abstractpartellipse.h"#include "graphicspart/customelementgraphicpart.h"#include "graphicspart/partarc.h"#include "graphicspart/partdynamictextfield.h"#include "graphicspart/partellipse.h"#include "graphicspart/partline.h"#include "graphicspart/partpolygon.h"#include "graphicspart/partrectangle.h"#include "graphicspart/partterminal.h"#include "graphicspart/parttext.h"#include "../QPropertyUndoCommand/qpropertyundocommand.h"#include "UndoCommand/deletepartscommand.h"

Go to the source code of this file.
Classes | |
| class | ElementEditionCommand |
| The ElementEditionCommand class ElementEditionCommand is the base class for all commands classes involved in the edition of an electrical element. It provides commonly required methods and attributes, such as accessors to the modified scene and view. More... | |
| class | CutPartsCommand |
| class | MovePartsCommand |
| class | ChangeNamesCommand |
| class | ChangeZValueCommand |
| class | ChangeInformationsCommand |
| class | ScalePartsCommand |
| class | changeElementDataCommand |
| class | RotateElementsCommand |
| The RotateSelectionInESCommand class Rotate the selected items in the element editor. More... | |
| class | RotateFineElementsCommand |
| class | MirrorElementsCommand |
| The MirrorElementsCommand class Mirror the selected parts horizontally (left <-> right) across the vertical line through the center of the selection, so the selection keeps its place in the scene. More... | |
| class | FlipElementsCommand |
| The FlipElementsCommand class Flip the selected parts vertically (top <-> bottom) across the horizontal line through the center of the selection, so the selection keeps its place in the scene. More... | |