Krita Source Code Documentation
Loading...
Searching...
No Matches
recorder_format.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2021 Dmitrii Utkin <loentar@gmail.com>
3
*
4
* SPDX-License-Identifier: LGPL-2.1-only
5
*/
6
7
#ifndef RECORDER_FORMAT_H
8
#define RECORDER_FORMAT_H
9
10
#include <QLatin1String>
11
12
enum class
RecorderFormat
13
{
14
JPEG
,
15
PNG
16
};
17
18
namespace
RecorderFormatInfo
19
{
20
21
QLatin1String
fileExtension
(
RecorderFormat
format);
22
23
QLatin1String
fileFormat
(
RecorderFormat
format);
24
25
}
26
27
#endif
// RECORDER_FORMAT_H
RecorderFormatInfo
Definition
recorder_format.cpp:10
RecorderFormatInfo::fileFormat
QLatin1String fileFormat(RecorderFormat format)
Definition
recorder_format.cpp:24
RecorderFormatInfo::fileExtension
QLatin1String fileExtension(RecorderFormat format)
Definition
recorder_format.cpp:12
RecorderFormat
RecorderFormat
Definition
recorder_format.h:13
RecorderFormat::PNG
@ PNG
RecorderFormat::JPEG
@ JPEG
plugins
dockers
recorder
recorder_format.h
Generated at
2026-01-15 02:30:07+01:00
from
Krita
branch
master
, commit
38b517ca06286bb65279453cbf9a2b4fbd1153d1