My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | List of all members
SpiceFile Class Reference

#include <spicefile.h>

Inheritance diagram for SpiceFile:
Inheritance graph
[legend]
Collaboration diagram for SpiceFile:
Collaboration graph
[legend]

Public Member Functions

 SpiceFile ()
 
 ~SpiceFile ()
 
ComponentnewOne ()
 
bool createSubNetlist (QTextStream *)
 
QString getErrorText ()
 
QString getSubcircuitFile ()
 
- Public Member Functions inherited from MultiViewComponent
 MultiViewComponent ()
 
virtual ~MultiViewComponent ()
 
void recreate (Schematic *)
 
- Public Member Functions inherited from Component
 Component ()
 
virtual ~Component ()
 
QString getNetlist ()
 
QString get_VHDL_Code (int)
 
QString get_Verilog_Code (int)
 
void paint (ViewPainter *)
 
void paintScheme (QPainter *)
 
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 &)
 
- Public Member Functions inherited from Element
 Element ()
 
virtual ~Element ()
 

Static Public Member Functions

static Elementinfo (QString &, char *&, bool getNewOne=false)
 

Public Attributes

bool withSim
 

Protected Member Functions

QString netlist ()
 
void createSymbol ()
 

Detailed Description

Definition at line 30 of file spicefile.h.

Constructor & Destructor Documentation

SpiceFile::SpiceFile ( )

Definition at line 42 of file spicefile.cpp.

Here is the caller graph for this function:

SpiceFile::~SpiceFile ( )
inline

Definition at line 34 of file spicefile.h.

Member Function Documentation

bool SpiceFile::createSubNetlist ( QTextStream *  stream)

Definition at line 169 of file spicefile.cpp.

Here is the call graph for this function:

void SpiceFile::createSymbol ( )
protectedvirtual

Reimplemented from MultiViewComponent.

Definition at line 83 of file spicefile.cpp.

QString SpiceFile::getErrorText ( )
inline

Definition at line 40 of file spicefile.h.

QString SpiceFile::getSubcircuitFile ( )
virtual

Reimplemented from Component.

Definition at line 161 of file spicefile.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Element * SpiceFile::info ( QString &  Name,
char *&  BitmapFile,
bool  getNewOne = false 
)
static

Definition at line 69 of file spicefile.cpp.

Here is the call graph for this function:

QString SpiceFile::netlist ( )
protectedvirtual

Reimplemented from Component.

Definition at line 146 of file spicefile.cpp.

Here is the call graph for this function:

Component * SpiceFile::newOne ( )
virtual

Reimplemented from Component.

Definition at line 61 of file spicefile.cpp.

Here is the call graph for this function:

Member Data Documentation

bool SpiceFile::withSim

Definition at line 38 of file spicefile.h.


The documentation for this class was generated from the following files: