Qucs-GUI  0.0.18
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions
andor4x4 Class Reference

#include <andor4x4.h>

Inheritance diagram for andor4x4:
Component Element

Public Member Functions

 andor4x4 ()
 
 ~andor4x4 ()
 
ComponentnewOne ()
 
- Public Member Functions inherited from Component
 Component ()
 
virtual ~Component ()
 
virtual void recreate (Schematic *)
 
QString getNetlist ()
 
QString get_VHDL_Code (int)
 
QString get_Verilog_Code (int)
 
void paint (ViewPainter *)
 
void paintScheme (Schematic *)
 
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 ()
 
virtual void setSchematic (Schematic *p)
 
- Public Member Functions inherited from Element
 Element ()
 
virtual ~Element ()
 

Static Public Member Functions

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

Protected Member Functions

void createSymbol ()
 
QString vhdlCode (int)
 
QString verilogCode (int)
 
- Protected Member Functions inherited from Component
virtual QString netlist ()
 
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 *)
 
PropertygetProperty (const QString &)
 

Additional Inherited Members

- Data Fields inherited from Component
bool mirroredX
 
int rotated
 
Q3PtrList< LineLines
 
Q3PtrList< struct ArcArcs
 
Q3PtrList< AreaRects
 
Q3PtrList< AreaEllips
 
Q3PtrList< PortPorts
 
Q3PtrList< TextTexts
 
Q3PtrList< PropertyProps
 
int isActive
 
int tx
 
int ty
 
bool showName
 
QString Model
 
QString Name
 
QString Description
 
- Data Fields inherited from Element
bool isSelected
 
int Type
 
int cx
 
int cy
 
int x1
 
int y1
 
int x2
 
int y2
 
- Protected Attributes inherited from Component
SchematiccontainingSchematic
 

Detailed Description

Definition at line 16 of file andor4x4.h.

Constructor & Destructor Documentation

andor4x4::andor4x4 ( )

Definition at line 23 of file andor4x4.cpp.

andor4x4::~andor4x4 ( )
inline

Definition at line 20 of file andor4x4.h.

Member Function Documentation

void andor4x4::createSymbol ( )
protected

Definition at line 58 of file andor4x4.cpp.

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

Definition at line 49 of file andor4x4.cpp.

Component * andor4x4::newOne ( )
virtual

Reimplemented from Component.

Definition at line 41 of file andor4x4.cpp.

QString andor4x4::verilogCode ( int  )
protectedvirtual

Reimplemented from Component.

Definition at line 169 of file andor4x4.cpp.

QString andor4x4::vhdlCode ( int  )
protectedvirtual

Reimplemented from Component.

Definition at line 128 of file andor4x4.cpp.


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