QElectroTech 0.200.1-dev
Loading...
Searching...
No Matches
main.cpp File Reference
#include "cli_export.h"
#include "logging/eventloopwatchdog.h"
#include "logging/qetlogger.h"
#include "machine_info.h"
#include "qet.h"
#include "qetapp.h"
#include "qetproject.h"
#include "singleapplication.h"
#include "utils/qetsettings.h"
#include <QApplication>
#include <QDomImplementation>
#include <QStyleFactory>
#include <QtConcurrentRun>
Include dependency graph for main.cpp:

Functions

void qetLogMessageHandler (QtMsgType type, const QMessageLogContext &context, const QString &msg)
 qetLogMessageHandler Installed via qInstallMessageHandler(); forwards to QetLogger, which holds all the actual formatting/ring/rotation state. See logging/qetlogger.h for the rationale (discussion #644).
int main (int argc, char **argv)
 main Main function of QElectroTech

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main Main function of QElectroTech

Parameters
argc: number of parameters
argv: parameters
Returns
exit code
Here is the call graph for this function:

◆ qetLogMessageHandler()

void qetLogMessageHandler ( QtMsgType type,
const QMessageLogContext & context,
const QString & msg )

qetLogMessageHandler Installed via qInstallMessageHandler(); forwards to QetLogger, which holds all the actual formatting/ring/rotation state. See logging/qetlogger.h for the rationale (discussion #644).

Here is the call graph for this function:
Here is the caller graph for this function: