#include <verilogfile.h>
|
| Verilog_File () |
|
| ~Verilog_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 verilogfile.h.
Verilog_File::Verilog_File |
( |
| ) |
|
Verilog_File::~Verilog_File |
( |
| ) |
|
|
inline |
bool Verilog_File::createSubNetlist |
( |
QTextStream * |
stream | ) |
|
void Verilog_File::createSymbol |
( |
| ) |
|
|
protectedvirtual |
QString Verilog_File::getErrorText |
( |
| ) |
|
|
inline |
QString Verilog_File::getSubcircuitFile |
( |
| ) |
|
|
virtual |
Element * Verilog_File::info |
( |
QString & |
Name, |
|
|
char *& |
BitmapFile, |
|
|
bool |
getNewOne = false |
|
) |
| |
|
static |
QString Verilog_File::loadFile |
( |
| ) |
|
|
protected |
QString Verilog_File::verilogCode |
( |
int |
| ) |
|
|
protectedvirtual |
QString Verilog_File::ErrText |
|
protected |
QString Verilog_File::ModuleName |
|
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/verilogfile.h
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/components/verilogfile.cpp