My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Functions | Variables
main.h File Reference
#include <qfont.h>
#include <qcolor.h>
#include <qptrlist.h>
#include <qstringlist.h>
#include "wire.h"
#include "node.h"
#include "diagrams/diagram.h"
#include <math.h>
Include dependency graph for main.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tQucsSettings
 

Macros

#define M_PI   3.1415926535897932384626433832795029
 

Functions

bool saveApplSettings (QucsApp *)
 
QString complexRect (double, double, int Precision=3)
 
QString complexDeg (double, double, int Precision=3)
 
QString complexRad (double, double, int Precision=3)
 
QString StringNum (double, char form='g', int Precision=3)
 
void str2num (const QString &, double &, QString &, double &)
 
QString num2str (double)
 
QString StringNiceNum (double)
 
void convert2Unicode (QString &)
 
void convert2ASCII (QString &)
 
QString properName (const QString &)
 
QString properAbsFileName (const QString &)
 
QString properFileName (const QString &)
 
bool VHDL_Time (QString &, const QString &)
 
bool VHDL_Delay (QString &, const QString &)
 
bool Verilog_Time (QString &, const QString &)
 
bool Verilog_Delay (QString &, const QString &)
 
QString Verilog_Param (const QString)
 
bool checkVersion (QString &)
 

Variables

tQucsSettings QucsSettings
 
QFont savingFont
 
QucsAppQucsMain
 
QString lastDir
 

Macro Definition Documentation

#define M_PI   3.1415926535897932384626433832795029

Definition at line 36 of file main.h.

Function Documentation

bool checkVersion ( QString &  )

Definition at line 510 of file main.cpp.

Here is the caller graph for this function:

QString complexDeg ( double  ,
double  ,
int  Precision = 3 
)

Definition at line 163 of file main.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

QString complexRad ( double  ,
double  ,
int  Precision = 3 
)

Definition at line 174 of file main.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

QString complexRect ( double  ,
double  ,
int  Precision = 3 
)

Definition at line 147 of file main.cpp.

Here is the caller graph for this function:

void convert2ASCII ( QString &  )

Definition at line 350 of file main.cpp.

Here is the caller graph for this function:

void convert2Unicode ( QString &  )

Definition at line 333 of file main.cpp.

Here is the caller graph for this function:

QString num2str ( double  )

Definition at line 301 of file main.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

QString properAbsFileName ( const QString &  )

Definition at line 367 of file main.cpp.

Here is the caller graph for this function:

QString properFileName ( const QString &  )

Definition at line 376 of file main.cpp.

Here is the caller graph for this function:

QString properName ( const QString &  )

Definition at line 384 of file main.cpp.

Here is the caller graph for this function:

bool saveApplSettings ( QucsApp )

Definition at line 107 of file main.cpp.

Here is the caller graph for this function:

void str2num ( const QString &  ,
double &  ,
QString &  ,
double &   
)

Definition at line 251 of file main.cpp.

QString StringNiceNum ( double  )

Definition at line 216 of file main.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

QString StringNum ( double  ,
char  form = 'g',
int  Precision = 3 
)

Definition at line 186 of file main.cpp.

Here is the caller graph for this function:

bool Verilog_Delay ( QString &  ,
const QString &   
)

Definition at line 463 of file main.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

QString Verilog_Param ( const QString  )

Definition at line 448 of file main.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool Verilog_Time ( QString &  ,
const QString &   
)

Definition at line 483 of file main.cpp.

Here is the caller graph for this function:

bool VHDL_Delay ( QString &  ,
const QString &   
)

Definition at line 401 of file main.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool VHDL_Time ( QString &  ,
const QString &   
)

Definition at line 421 of file main.cpp.

Here is the caller graph for this function:

Variable Documentation

QString lastDir

Definition at line 46 of file main.cpp.

QucsApp* QucsMain

Definition at line 45 of file main.cpp.

tQucsSettings QucsSettings

Definition at line 41 of file main.cpp.

QFont savingFont

Definition at line 43 of file main.cpp.