Qucs-GUI
0.0.19
|
Definitions and declarations for the main application. More...
#include <QFont>
#include <QColor>
#include <QStringList>
#include <QDir>
#include "wire.h"
#include "node.h"
#include "diagrams/diagram.h"
Go to the source code of this file.
Data Structures | |
struct | tQucsSettings |
Functions | |
bool | loadSettings () |
bool | saveApplSettings () |
void | qucsMessageOutput (QtMsgType type, const char *msg) |
qucsMessageOutput handles qDebug, qWarning, qCritical, qFatal. | |
Variables | |
static const double | pi = 3.1415926535897932384626433832795029 |
tQucsSettings | QucsSettings |
QucsApp * | QucsMain |
QString | lastDir |
QStringList | qucsPathList |
Definitions and declarations for the main application.
Definition in file main.h.
bool loadSettings | ( | ) |
void qucsMessageOutput | ( | QtMsgType | type, |
const char * | msg | ||
) |
qucsMessageOutput handles qDebug, qWarning, qCritical, qFatal.
type | Message type (Qt enum) |
msg | Message |
The message handler is used to get control of the messages. Particulary on Windows, as the messages are sent to the debugger and do not show on the terminal. The handler could aslo be extended to create a log mechanism. <http://qt-project.org/doc/qt-4.8/debug.html#warning-and-debugging-messages> <http://qt-project.org/doc/qt-4.8/qtglobal.html#qInstallMsgHandler>
Definition at line 214 of file main.cpp.
bool saveApplSettings | ( | ) |
const double pi = 3.1415926535897932384626433832795029 [static] |
QStringList qucsPathList |