My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
main.cpp File Reference
#include <stdlib.h>
#include <ctype.h>
#include <math.h>
#include <locale.h>
#include <qapplication.h>
#include <qstring.h>
#include <qstringlist.h>
#include <qtextcodec.h>
#include <qtranslator.h>
#include <qfile.h>
#include <qtextstream.h>
#include <qmessagebox.h>
#include <qregexp.h>
#include "qucs.h"
#include "main.h"
#include "node.h"
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

bool loadSettings ()
 
bool saveApplSettings (QucsApp *qucs)
 
QString complexRect (double real, double imag, int Precision)
 
QString complexDeg (double real, double imag, int Precision)
 
QString complexRad (double real, double imag, int Precision)
 
QString StringNum (double num, char form, int Precision)
 
QString StringNiceNum (double num)
 
void str2num (const QString &s_, double &Number, QString &Unit, double &Factor)
 
QString num2str (double Num)
 
void convert2Unicode (QString &Text)
 
void convert2ASCII (QString &Text)
 
QString properAbsFileName (const QString &Name)
 
QString properFileName (const QString &Name)
 
QString properName (const QString &Name)
 
bool VHDL_Delay (QString &td, const QString &Name)
 
bool VHDL_Time (QString &t, const QString &Name)
 
QString Verilog_Param (const QString Value)
 
bool Verilog_Delay (QString &td, const QString &Name)
 
bool Verilog_Time (QString &t, const QString &Name)
 
bool checkVersion (QString &Line)
 
int main (int argc, char *argv[])
 

Variables

tQucsSettings QucsSettings
 
QFont savingFont
 
QucsAppQucsMain
 
QString lastDir
 

Function Documentation

bool checkVersion ( QString &  Line)

Definition at line 510 of file main.cpp.

Here is the caller graph for this function:

QString complexDeg ( double  real,
double  imag,
int  Precision 
)

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  real,
double  imag,
int  Precision 
)

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  real,
double  imag,
int  Precision 
)

Definition at line 147 of file main.cpp.

Here is the caller graph for this function:

void convert2ASCII ( QString &  Text)

Definition at line 350 of file main.cpp.

Here is the caller graph for this function:

void convert2Unicode ( QString &  Text)

Definition at line 333 of file main.cpp.

Here is the caller graph for this function:

bool loadSettings ( )

Definition at line 50 of file main.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Definition at line 532 of file main.cpp.

Here is the call graph for this function:

QString num2str ( double  Num)

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 &  Name)

Definition at line 367 of file main.cpp.

Here is the caller graph for this function:

QString properFileName ( const QString &  Name)

Definition at line 376 of file main.cpp.

Here is the caller graph for this function:

QString properName ( const QString &  Name)

Definition at line 384 of file main.cpp.

Here is the caller graph for this function:

bool saveApplSettings ( QucsApp qucs)

Definition at line 107 of file main.cpp.

Here is the caller graph for this function:

void str2num ( const QString &  s_,
double &  Number,
QString &  Unit,
double &  Factor 
)

Definition at line 251 of file main.cpp.

QString StringNiceNum ( double  num)

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  num,
char  form,
int  Precision 
)

Definition at line 186 of file main.cpp.

Here is the caller graph for this function:

bool Verilog_Delay ( QString &  td,
const QString &  Name 
)

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  Value)

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 &  t,
const QString &  Name 
)

Definition at line 483 of file main.cpp.

Here is the caller graph for this function:

bool VHDL_Delay ( QString &  td,
const QString &  Name 
)

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 &  t,
const QString &  Name 
)

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.