|
QElectroTech
0.70
|
#include "borderproperties.h"#include "qetgraphicsitem/conductor.h"#include "diagramcontent.h"#include "qet.h"#include "qetgraphicsitem/qetshapeitem.h"#include "conductorprofile.h"#include "diagram.h"#include "undocommand/deleteqgraphicsitemcommand.h"Go to the source code of this file.
Classes | |
| class | AddItemCommand< QGI > |
| The AddItemCommand class This command add an item in a diagram The item to add is template, but must be QGraphicsItem or derived. More... | |
| class | PasteDiagramCommand |
| class | CutDiagramCommand |
| class | MoveElementsCommand |
| class | MoveConductorsTextsCommand |
| class | ChangeDiagramTextCommand |
| class | ChangeConductorCommand |
| class | ResetConductorCommand |
| class | ChangeBorderCommand |
Functions | |
| QString | itemText (const QetGraphicsItem *item) |
| QString | itemText (const IndependentTextItem *item) |
| QString | itemText (const Conductor *item) |
| QString itemText | ( | const QetGraphicsItem * | item | ) |
Definition at line 31 of file diagramcommands.cpp.
References QetGraphicsItem::name().
Referenced by AddItemCommand< QGI >::AddItemCommand().
| QString itemText | ( | const IndependentTextItem * | item | ) |
Definition at line 35 of file diagramcommands.cpp.
References QET::Icons::tr.
| QString itemText | ( | const Conductor * | item | ) |
Definition at line 40 of file diagramcommands.cpp.
References QET::Icons::tr.
1.8.15