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
jsongenerator.h
Go to the documentation of this file.
1// Copyright (C) 2016 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 JSONGENERATOR
5#define JSONGENERATOR
6
7#include "logging.h"
8#include "package.h"
9
10#include <QtCore/qtextstream.h>
11#include <QtCore/qlist.h>
12
13namespace JsonGenerator {
14
15void generate(QTextStream &out, const QList<Package> &packages, LogLevel logLevel);
16
17} // namespace JsonGenerator
18
19#endif // JSONGENERATOR
int main(int argc, char *argv[])
[2]
Definition buffer.cpp:77
InputFormat
Definition scanner.h:17
LogLevel
Definition logging.h:9
@ NormalLog
Definition logging.h:11
@ SilentLog
Definition logging.h:12
@ VerboseLog
Definition logging.h:10
void generate(QTextStream &out, const QList< Package > &packages, LogLevel logLevel)
void generate(QTextStream &out, const QList< Package > &packages, const QString &baseDirectory, LogLevel logLevel)