Qucs-GUI  0.0.19
Functions
misc Namespace Reference

Functions

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

Function Documentation

bool misc::checkVersion ( QString &  Line)

Definition at line 416 of file misc.cpp.

Here is the caller graph for this function:

QString misc::complexDeg ( double  real,
double  imag,
int  Precision = 3 
)

Definition at line 54 of file misc.cpp.

Here is the caller graph for this function:

QString misc::complexRad ( double  real,
double  imag,
int  Precision = 3 
)

Definition at line 65 of file misc.cpp.

Here is the caller graph for this function:

QString misc::complexRect ( double  real,
double  imag,
int  Precision = 3 
)

Definition at line 38 of file misc.cpp.

Here is the caller graph for this function:

void misc::convert2ASCII ( QString &  Text)

Definition at line 247 of file misc.cpp.

Here is the caller graph for this function:

void misc::convert2Unicode ( QString &  Text)

Definition at line 230 of file misc.cpp.

Here is the caller graph for this function:

QString misc::num2str ( double  Num)

Definition at line 198 of file misc.cpp.

Here is the caller graph for this function:

QString misc::properAbsFileName ( const QString &  Name)

Definition at line 266 of file misc.cpp.

Here is the caller graph for this function:

QString misc::properFileName ( const QString &  Name)

Definition at line 282 of file misc.cpp.

Here is the caller graph for this function:

QString misc::properName ( const QString &  Name)

Definition at line 290 of file misc.cpp.

Here is the caller graph for this function:

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

Definition at line 142 of file misc.cpp.

Here is the caller graph for this function:

QString misc::StringNiceNum ( double  num)

Definition at line 107 of file misc.cpp.

Here is the caller graph for this function:

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

Definition at line 77 of file misc.cpp.

Here is the caller graph for this function:

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

Definition at line 369 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

QString misc::Verilog_Param ( const QString  Value)

Definition at line 354 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool misc::Verilog_Time ( QString &  t,
const QString &  Name 
)

Definition at line 389 of file misc.cpp.

Here is the caller graph for this function:

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

Definition at line 307 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool misc::VHDL_Time ( QString &  t,
const QString &  Name 
)

Definition at line 327 of file misc.cpp.

Here is the caller graph for this function:

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