![]() |
QElectroTech
0.8-dev
|
#include <math.h>#include <cassert>#include "qetgraphicsitem/conductor.h"#include "qetgraphicsitem/conductortextitem.h"#include "factory/elementfactory.h"#include "diagram.h"#include "diagramcommands.h"#include "diagramcontent.h"#include "diagramposition.h"#include "exportdialog.h"#include "qetgraphicsitem/independenttextitem.h"#include "qetgraphicsitem/diagramimageitem.h"#include "qetgraphicsitem/qetshapeitem.h"#include "terminal.h"#include "diagrameventinterface.h"#include "qetapp.h"#include "elementcollectionhandler.h"#include "element.h"#include "diagramview.h"#include "dynamicelementtextitem.h"#include "elementtextitemgroup.h"#include "undocommand/addelementtextcommand.h"#include "QPropertyUndoCommand/qpropertyundocommand.h"#include "qetgraphicstableitem.h"#include "qetxml.h"#include "elementprovider.h"
Functions | |
| Terminal * | findTerminal (int conductor_index, QDomElement &f, QHash< int, Terminal * > &table_adr_id, QList< Element * > &added_elements) |
| findTerminal Find terminal to which the conductor should be connected More... | |
| Terminal* findTerminal | ( | int | conductor_index, |
| QDomElement & | f, | ||
| QHash< int, Terminal * > & | table_adr_id, | ||
| QList< Element * > & | added_elements | ||
| ) |
findTerminal Find terminal to which the conductor should be connected
| conductor_index | 1 or 2 depending on which terminal is searched |
| f | Conductor xml element |
| table_adr_id | Hash table to all terminal id assignement (legacy) |
| added_elements | Elements found in the xml file |

1.8.18