Qucs-GUI
0.0.19
|
The TruthDiagram class implements the Truth Table diagram. More...
#include <truthdiagram.h>
Public Member Functions | |
TruthDiagram (int _cx=0, int _cy=0) | |
~TruthDiagram () | |
Diagram * | newOne () |
int | calcDiagram () |
Static Public Member Functions | |
static Element * | info (QString &, char *&, bool getNewOne=false) |
The TruthDiagram class implements the Truth Table diagram.
Definition at line 24 of file truthdiagram.h.
TruthDiagram::TruthDiagram | ( | int | _cx = 0 , |
int | _cy = 0 |
||
) |
Definition at line 31 of file truthdiagram.cpp.
Definition at line 43 of file truthdiagram.cpp.
int TruthDiagram::calcDiagram | ( | ) | [virtual] |
Reimplemented from TabDiagram.
Definition at line 49 of file truthdiagram.cpp.
Element * TruthDiagram::info | ( | QString & | Name, |
char *& | BitmapFile, | ||
bool | getNewOne = false |
||
) | [static] |
Reimplemented from TabDiagram.
Definition at line 272 of file truthdiagram.cpp.
Diagram * TruthDiagram::newOne | ( | ) | [virtual] |
Reimplemented from TabDiagram.
Definition at line 266 of file truthdiagram.cpp.