Krita Source Code Documentation
Loading...
Searching...
No Matches
recorder_format.h File Reference
#include <QLatin1String>

Go to the source code of this file.

Namespaces

namespace  RecorderFormatInfo
 

Enumerations

enum class  RecorderFormat { JPEG , PNG }
 

Functions

QLatin1String RecorderFormatInfo::fileExtension (RecorderFormat format)
 
QLatin1String RecorderFormatInfo::fileFormat (RecorderFormat format)
 

Enumeration Type Documentation

◆ RecorderFormat

enum class RecorderFormat
strong
Enumerator
JPEG 
PNG 

Definition at line 12 of file recorder_format.h.

13{
14 JPEG,
15 PNG
16};