25 Arcs.append(
new Arc(-17, -6, 12, 12, 0, 16*180,QPen(Qt::darkBlue,2)));
26 Arcs.append(
new Arc( -6, -6, 12, 12, 0, 16*180,QPen(Qt::darkBlue,2)));
27 Arcs.append(
new Arc( 5, -6, 12, 12, 0, 16*180,QPen(Qt::darkBlue,2)));
28 Lines.append(
new Line(-30, 0,-17, 0,QPen(Qt::darkBlue,2)));
29 Lines.append(
new Line( 17, 0, 30, 0,QPen(Qt::darkBlue,2)));
31 Lines.append(
new Line(-23,-13, 23,-13,QPen(Qt::darkBlue,1)));
32 Lines.append(
new Line(-23, 13, 23, 13,QPen(Qt::darkBlue,1)));
33 Lines.append(
new Line(-23,-13,-23, 13,QPen(Qt::darkBlue,1)));
34 Lines.append(
new Line( 23,-13, 23, 13,QPen(Qt::darkBlue,1)));
48 QObject::tr(
"for transient simulation: inductance in Henry")));
62 Name = QObject::tr(
"dc Feed");
63 BitmapFile = (
char *)
"dcfeed";
65 if(getNewOne)
return new dcFeed();
Q3PtrList< struct Arc > Arcs
Q3PtrList< Property > Props
Superclass of all schematic drawing elements.
static Element * info(QString &, char *&, bool getNewOne=false)