#include <vhdlfile.h>
|
| VHDL_File () |
|
| ~VHDL_File () |
|
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 (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 &) |
|
| Element () |
|
virtual | ~Element () |
|
|
static Element * | info (QString &, char *&, bool getNewOne=false) |
|
Definition at line 24 of file vhdlfile.h.
VHDL_File::~VHDL_File |
( |
| ) |
|
|
inline |
bool VHDL_File::createSubNetlist |
( |
QTextStream * |
stream | ) |
|
void VHDL_File::createSymbol |
( |
| ) |
|
|
protectedvirtual |
QString VHDL_File::getErrorText |
( |
| ) |
|
|
inline |
QString VHDL_File::getSubcircuitFile |
( |
| ) |
|
|
virtual |
Element * VHDL_File::info |
( |
QString & |
Name, |
|
|
char *& |
BitmapFile, |
|
|
bool |
getNewOne = false |
|
) |
| |
|
static |
QString VHDL_File::loadFile |
( |
| ) |
|
|
protected |
QString VHDL_File::vhdlCode |
( |
int |
| ) |
|
|
protectedvirtual |
QString VHDL_File::EntityName |
|
protected |
QString VHDL_File::ErrText |
|
protected |
QString VHDL_File::GenDefs |
|
protected |
QString VHDL_File::GenNames |
|
protected |
QString VHDL_File::GenTypes |
|
protected |
QString VHDL_File::TypeNames |
|
protected |
The documentation for this class was generated from the following files:
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/components/vhdlfile.h
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/components/vhdlfile.cpp