Qucs-GUI  0.0.19
Public Member Functions | Static Public Member Functions
TruthDiagram Class Reference

The TruthDiagram class implements the Truth Table diagram. More...

#include <truthdiagram.h>

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

Public Member Functions

 TruthDiagram (int _cx=0, int _cy=0)
 ~TruthDiagram ()
DiagramnewOne ()
int calcDiagram ()

Static Public Member Functions

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

Detailed Description

The TruthDiagram class implements the Truth Table diagram.

Definition at line 24 of file truthdiagram.h.


Constructor & Destructor Documentation

TruthDiagram::TruthDiagram ( int  _cx = 0,
int  _cy = 0 
)

Definition at line 31 of file truthdiagram.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 43 of file truthdiagram.cpp.


Member Function Documentation

int TruthDiagram::calcDiagram ( ) [virtual]

Reimplemented from TabDiagram.

Definition at line 49 of file truthdiagram.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Reimplemented from TabDiagram.

Definition at line 272 of file truthdiagram.cpp.

Here is the call graph for this function:

Diagram * TruthDiagram::newOne ( ) [virtual]

Reimplemented from TabDiagram.

Definition at line 266 of file truthdiagram.cpp.

Here is the call graph for this function:


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