Qucs-GUI
0.0.18
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
qucs
components
dmux3to8.h
Go to the documentation of this file.
1
/*
2
* dmux3to8.h - device definitions for dmux3to8 module
3
*
4
* This is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation; either version 2, or (at your option)
7
* any later version.
8
*
9
*/
10
11
#ifndef dmux3to8_H
12
#define dmux3to8_H
13
#include "
component.h
"
14
15
class
dmux3to8
:
public
Component
16
{
17
public
:
18
dmux3to8
();
19
~dmux3to8
() { };
20
Component
*
newOne
();
21
static
Element
*
info
(QString&,
char
* &,
bool
getNewOne=
false
);
22
protected
:
23
void
createSymbol
();
24
QString
vhdlCode
(
int
);
25
QString
verilogCode
(
int
);
26
};
27
28
#endif
/* dmux3to8_H */
dmux3to8::vhdlCode
QString vhdlCode(int)
Definition:
dmux3to8.cpp:121
dmux3to8::verilogCode
QString verilogCode(int)
Definition:
dmux3to8.cpp:156
dmux3to8::~dmux3to8
~dmux3to8()
Definition:
dmux3to8.h:19
dmux3to8::info
static Element * info(QString &, char *&, bool getNewOne=false)
Definition:
dmux3to8.cpp:50
Component
Definition:
component.h:33
dmux3to8
Definition:
dmux3to8.h:15
Element
Superclass of all schematic drawing elements.
Definition:
element.h:142
dmux3to8::dmux3to8
dmux3to8()
Definition:
dmux3to8.cpp:24
dmux3to8::newOne
Component * newOne()
Definition:
dmux3to8.cpp:42
component.h
dmux3to8::createSymbol
void createSymbol()
Definition:
dmux3to8.cpp:59
Generated on Mon Sep 1 2014 20:05:19 for Qucs-GUI by
1.8.6