Krita Source Code Documentation
Loading...
Searching...
No Matches
ExifCheckFactory Class Reference

#include <ExifCheck.h>

+ Inheritance diagram for ExifCheckFactory:

Public Member Functions

KisExportCheckBasecreate (KisExportCheckBase::Level level, const QString &customWarning) override
 
 ExifCheckFactory ()
 
QString id () const override
 
 ~ExifCheckFactory () override
 
- Public Member Functions inherited from KisExportCheckFactory
virtual ~KisExportCheckFactory ()
 

Detailed Description

Definition at line 46 of file ExifCheck.h.

Constructor & Destructor Documentation

◆ ExifCheckFactory()

ExifCheckFactory::ExifCheckFactory ( )
inline

Definition at line 50 of file ExifCheck.h.

51 {
52 }

◆ ~ExifCheckFactory()

ExifCheckFactory::~ExifCheckFactory ( )
inlineoverride

Definition at line 54 of file ExifCheck.h.

54{}

Member Function Documentation

◆ create()

KisExportCheckBase * ExifCheckFactory::create ( KisExportCheckBase::Level level,
const QString & customWarning )
inlineoverridevirtual

Implements KisExportCheckFactory.

Definition at line 56 of file ExifCheck.h.

57 {
58 return new ExifCheck(id(), level, customWarning);
59 }

◆ id()

QString ExifCheckFactory::id ( ) const
inlineoverridevirtual

Implements KisExportCheckFactory.

Definition at line 61 of file ExifCheck.h.

61 {
62 return "ExifCheck";
63 }

The documentation for this class was generated from the following file: