#include <spicefile.h>
|
| SpiceFile () |
|
| ~SpiceFile () |
|
Component * | newOne () |
|
bool | createSubNetlist (QTextStream *) |
|
QString | getErrorText () |
|
QString | getSubcircuitFile () |
|
| MultiViewComponent () |
|
virtual | ~MultiViewComponent () |
|
void | recreate (Schematic *) |
|
| Component () |
|
virtual | ~Component () |
|
QString | getNetlist () |
|
QString | get_VHDL_Code (int) |
|
QString | get_Verilog_Code (int) |
|
void | paint (ViewPainter *) |
|
void | paintScheme (Schematic *) |
|
void | print (ViewPainter *, float) |
|
void | setCenter (int, int, bool relative=false) |
|
void | getCenter (int &, int &) |
|
int | textSize (int &, int &) |
|
void | Bounding (int &, int &, int &, int &) |
|
void | entireBounds (int &, int &, int &, int &, float) |
|
bool | getSelected (int, int) |
|
int | getTextSelected (int, int, float) |
|
void | rotate () |
|
void | mirrorX () |
|
void | mirrorY () |
|
QString | save () |
|
bool | load (const QString &) |
|
virtual void | setSchematic (Schematic *p) |
|
| Element () |
|
virtual | ~Element () |
|
|
static Element * | info (QString &, char *&, bool getNewOne=false) |
|
|
QString | netlist () |
|
void | createSymbol () |
|
virtual QString | vhdlCode (int) |
|
virtual QString | verilogCode (int) |
|
int | analyseLine (const QString &, int) |
|
bool | getIntegers (const QString &, int *i1=0, int *i2=0, int *i3=0, int *i4=0, int *i5=0, int *i6=0) |
|
bool | getPen (const QString &, QPen &, int) |
|
bool | getBrush (const QString &, QBrush &, int) |
|
void | copyComponent (Component *) |
|
Property * | getProperty (const QString &) |
|
Definition at line 32 of file spicefile.h.
SpiceFile::~SpiceFile |
( |
| ) |
|
|
inline |
bool SpiceFile::createSubNetlist |
( |
QTextStream * |
stream | ) |
|
void SpiceFile::createSymbol |
( |
| ) |
|
|
protectedvirtual |
QString SpiceFile::getErrorText |
( |
| ) |
|
|
inline |
QString SpiceFile::getSubcircuitFile |
( |
| ) |
|
|
virtual |
Element * SpiceFile::info |
( |
QString & |
Name, |
|
|
char *& |
BitmapFile, |
|
|
bool |
getNewOne = false |
|
) |
| |
|
static |
QString SpiceFile::netlist |
( |
| ) |
|
|
protectedvirtual |
bool SpiceFile::recreateSubNetlist |
( |
QString * |
SpiceFile, |
|
|
QString * |
FileName |
|
) |
| |
|
private |
these slots might write into NetText, ErrText, outstream, filstream
Definition at line 302 of file spicefile.cpp.
void SpiceFile::slotExited |
( |
| ) |
|
|
privateslot |
void SpiceFile::slotGetError |
( |
| ) |
|
|
privateslot |
void SpiceFile::slotGetNetlist |
( |
| ) |
|
|
privateslot |
void SpiceFile::slotGetPrepErr |
( |
| ) |
|
|
privateslot |
void SpiceFile::slotGetPrepOut |
( |
| ) |
|
|
privateslot |
void SpiceFile::slotSkipErr |
( |
| ) |
|
|
privateslot |
void SpiceFile::slotSkipOut |
( |
| ) |
|
|
privateslot |
QString SpiceFile::ErrText |
|
private |
QTextStream * SpiceFile::filstream |
|
private |
bool SpiceFile::insertSim |
|
private |
QDateTime SpiceFile::lastLoaded |
|
private |
bool SpiceFile::makeSubcircuit |
|
private |
QString SpiceFile::NetLine |
|
private |
QString SpiceFile::NetText |
|
private |
QTextStream* SpiceFile::outstream |
|
private |
QTextStream * SpiceFile::prestream |
|
private |
QProcess* SpiceFile::QucsConv |
|
private |
QString SpiceFile::SimText |
|
private |
QProcess * SpiceFile::SpicePrep |
|
private |
The documentation for this class was generated from the following files: