#include <digi_source.h>
|
| Digi_Source () |
|
| ~Digi_Source () |
|
Component * | newOne () |
|
| Component () |
|
virtual | ~Component () |
|
virtual void | recreate (Schematic *) |
|
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 &) |
|
virtual QString | getSubcircuitFile () |
|
| Element () |
|
virtual | ~Element () |
|
|
static Element * | info (QString &, char *&, bool getNewOne=false) |
|
|
QString | netlist () |
|
QString | vhdlCode (int) |
|
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 24 of file digi_source.h.
Digi_Source::Digi_Source |
( |
| ) |
|
Digi_Source::~Digi_Source |
( |
| ) |
|
Element * Digi_Source::info |
( |
QString & |
Name, |
|
|
char *& |
BitmapFile, |
|
|
bool |
getNewOne = false |
|
) |
| |
|
static |
QString Digi_Source::netlist |
( |
| ) |
|
|
protectedvirtual |
QString Digi_Source::verilogCode |
( |
int |
NumPorts | ) |
|
|
protectedvirtual |
QString Digi_Source::vhdlCode |
( |
int |
NumPorts | ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files:
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/components/digi_source.h
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/components/digi_source.cpp