Qucs-GUI  0.0.19
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
Verilog_File Class Reference

#include <verilogfile.h>

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

Public Member Functions

 Verilog_File ()
 ~Verilog_File ()
ComponentnewOne ()
bool createSubNetlist (QTextStream *)
QString getErrorText ()
QString getSubcircuitFile ()

Static Public Member Functions

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

Protected Member Functions

QString verilogCode (int)
void createSymbol ()
QString loadFile ()

Protected Attributes

QString ModuleName
QString ErrText

Detailed Description

Definition at line 27 of file verilogfile.h.


Constructor & Destructor Documentation

Definition at line 29 of file verilogfile.cpp.

Here is the caller graph for this function:

Definition at line 30 of file verilogfile.h.


Member Function Documentation

bool Verilog_File::createSubNetlist ( QTextStream *  stream)

Definition at line 171 of file verilogfile.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Verilog_File::createSymbol ( ) [protected, virtual]

Reimplemented from MultiViewComponent.

Definition at line 114 of file verilogfile.cpp.

Here is the call graph for this function:

QString Verilog_File::getErrorText ( ) [inline]

Definition at line 35 of file verilogfile.h.

Here is the caller graph for this function:

QString Verilog_File::getSubcircuitFile ( ) [virtual]

Reimplemented from Component.

Definition at line 163 of file verilogfile.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 54 of file verilogfile.cpp.

Here is the call graph for this function:

QString Verilog_File::loadFile ( ) [protected]

Definition at line 92 of file verilogfile.cpp.

Here is the caller graph for this function:

Reimplemented from Component.

Definition at line 45 of file verilogfile.cpp.

Here is the call graph for this function:

QString Verilog_File::verilogCode ( int  ) [protected, virtual]

Reimplemented from Component.

Definition at line 68 of file verilogfile.cpp.


Field Documentation

QString Verilog_File::ErrText [protected]

Definition at line 44 of file verilogfile.h.

QString Verilog_File::ModuleName [protected]

Definition at line 43 of file verilogfile.h.


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines