![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "callback.h"#include "provider.h"#include "helpers.h"#include "qtheaders.h"#include <qfile.h>#include <qfileinfo.h>#include <qtextstream.h>Go to the source code of this file.
Functions | |
| static void | writePrologue (QTextStream &stream, const QString &fileName, const Provider &provider) |
| static void | writeEpilogue (QTextStream &stream, const QString &fileName) |
| static void | writeWrapper (QTextStream &stream, const Tracepoint &tracepoint, const Provider &provider) |
| void | writeCallback (QFile &file, const Provider &provider) |
Definition at line 96 of file callback.cpp.
|
static |
Definition at line 44 of file callback.cpp.
|
static |
Definition at line 20 of file callback.cpp.
|
static |
Definition at line 51 of file callback.cpp.