Qucs-GUI  0.0.19
Data Structures | Typedefs
/home/travis/build/Qucs/qucs/qucs/qucs/module.h File Reference
#include <QList>
#include <QHash>
#include <QMap>
Include dependency graph for module.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Module
class  Category

Typedefs

typedef Element *(* pInfoFunc )(QString &, char *&, bool)
typedef Element *(* pInfoVAFunc )(QString &, QString &, bool, QString)
typedef Component *(* pCreatorFunc )()

Typedef Documentation

typedef Component*(* pCreatorFunc)()

Definition at line 28 of file module.h.

typedef Element*(* pInfoFunc)(QString &, char *&, bool)

Definition at line 26 of file module.h.

typedef Element*(* pInfoVAFunc)(QString &, QString &, bool, QString)

Definition at line 27 of file module.h.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines