Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
callback.h
Go to the documentation of this file.
1// Copyright (C) 2026 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4#ifndef CALLBACK_H
5#define CALLBACK_H
6
7#include "provider.h"
8
9#include <qfile.h>
10
11void writeCallback(QFile &file, const Provider &provider);
12
13#endif // CALLBACK_H
static void writeEpilogue(QTextStream &stream, const QString &fileName)
Definition callback.cpp:44
void writeCallback(QFile &file, const Provider &provider)
Definition callback.cpp:96
static void writeWrapper(QTextStream &stream, const Tracepoint &tracepoint, const Provider &provider)
Definition callback.cpp:51
static void writePrologue(QTextStream &stream, const QString &fileName, const Provider &provider)
Definition callback.cpp:20
#define QStringLiteral(str)
Definition qstring.h:1847