digiKam
Loading...
Searching...
No Matches
Digikam::SystemSettings Class Reference

#include <systemsettings.h>

Public Types

enum  ProxyType { HttpProxy = 0 , Socks5Proxy }
 This enum is used to specify the proxy that is used. More...
 

Public Member Functions

void saveSettings ()
 
 SystemSettings (const QString &name)
 
 ~SystemSettings ()
 

Public Attributes

bool enableAesthetic = false
 
bool enableAutoTags = false
 
bool enableFaceEngine = false
 
bool enableHWTConv = false
 
bool enableHWVideo = false
 
bool enableLogging = false
 
bool enableOpenCL = false
 
bool proxyAuth = false
 
QString proxyPass
 
int proxyPort = 8080
 
int proxyType = HttpProxy
 
QString proxyUrl
 
QString proxyUser
 
bool softwareOpenGL = false
 
QString videoBackend = QLatin1String("ffmpeg")
 

Member Enumeration Documentation

◆ ProxyType

This enum is used to specify the proxy that is used.

Enumerator
HttpProxy 

Uses an Http proxy.

Socks5Proxy 

Uses a Socks5 proxy.

Constructor & Destructor Documentation

◆ SystemSettings()

Digikam::SystemSettings::SystemSettings ( const QString &  name)
explicit

◆ ~SystemSettings()

Digikam::SystemSettings::~SystemSettings ( )

Member Function Documentation

◆ saveSettings()

Member Data Documentation

◆ enableAesthetic

bool Digikam::SystemSettings::enableAesthetic = false

Referenced by MAIN_FN(), and saveSettings().

◆ enableAutoTags

bool Digikam::SystemSettings::enableAutoTags = false

Referenced by MAIN_FN(), and saveSettings().

◆ enableFaceEngine

bool Digikam::SystemSettings::enableFaceEngine = false

Referenced by MAIN_FN(), and saveSettings().

◆ enableHWTConv

bool Digikam::SystemSettings::enableHWTConv = false

◆ enableHWVideo

bool Digikam::SystemSettings::enableHWVideo = false

◆ enableLogging

bool Digikam::SystemSettings::enableLogging = false

◆ enableOpenCL

bool Digikam::SystemSettings::enableOpenCL = false

◆ proxyAuth

bool Digikam::SystemSettings::proxyAuth = false

◆ proxyPass

◆ proxyPort

int Digikam::SystemSettings::proxyPort = 8080

◆ proxyType

◆ proxyUrl

◆ proxyUser

◆ softwareOpenGL

bool Digikam::SystemSettings::softwareOpenGL = false

◆ videoBackend

QString Digikam::SystemSettings::videoBackend = QLatin1String("ffmpeg")

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