Qucs-GUI  0.0.18
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Typedefs
module.h File Reference
#include <Q3PtrList>
#include <Q3Dict>
#include <QMap>

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.