QtBase  v6.3.1
Classes | Functions
main.cpp File Reference
#include <depfile_shared.h>
#include "preprocessor.h"
#include "moc.h"
#include "outputrevision.h"
#include "collectjson.h"
#include <qfile.h>
#include <qfileinfo.h>
#include <qdir.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
#include <qcoreapplication.h>
#include <qcommandlineoption.h>
#include <qcommandlineparser.h>
#include <qscopedpointer.h>
Include dependency graph for main.cpp:

Go to the source code of this file.

Classes

struct  ScopedPointerFileCloser
 

Functions

void error (const char *msg="Invalid argument")
 
QByteArray composePreprocessorOutput (const Symbols &symbols)
 
int runMoc (int argc, char **argv)
 
QT_END_NAMESPACE int main (int _argc, char **_argv)
 [1] More...
 

Function Documentation

◆ composePreprocessorOutput()

QByteArray composePreprocessorOutput ( const Symbols symbols)

Definition at line 96 of file main.cpp.

◆ error()

void error ( const char *  msg = "Invalid argument")

Definition at line 78 of file main.cpp.

Here is the caller graph for this function:

◆ main()

QT_END_NAMESPACE int main ( int  _argc,
char **  _argv 
)

[1]

[2]

Create an application and a main widget. Open the main widget for user input, and exit with an appropriate return value when it is closed.

[6]

[0]

[1]

[1] //! [2]

[2]

[3]

[3]

[4]

[4] //! [5]

[5] //! [6]

[0] [1]

[1] [2]

[0]

[1]

[1] //! [2]

[2]

[3]

[3]

[4]

[4] //! [5]

[5] //! [6]

[0]

[0]

[1]

[1]

[2]

[2]

[3]

[3]

[4]

[4]

[0]

[0]

[1]

[1]

[0]

[0]

[0]

[0]

Definition at line 654 of file main.cpp.

◆ runMoc()

int runMoc ( int  argc,
char **  argv 
)

Definition at line 181 of file main.cpp.

Here is the call graph for this function: