SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Public Member Functions | Public Attributes | List of all members
qtwebapp::HttpDocrootSettings Class Reference

#include <httpdocrootsettings.h>

Public Member Functions

 HttpDocrootSettings ()
 
void resetToDefaults ()
 

Public Attributes

QString path
 
QString encoding
 
int maxAge
 
int cacheTime
 
int cacheSize
 
int maxCachedFileSize
 

Detailed Description

Definition at line 15 of file httpdocrootsettings.h.

Constructor & Destructor Documentation

◆ HttpDocrootSettings()

qtwebapp::HttpDocrootSettings::HttpDocrootSettings ( )
inline

Definition at line 25 of file httpdocrootsettings.h.

References resetToDefaults().

25  {
27  }
+ Here is the call graph for this function:

Member Function Documentation

◆ resetToDefaults()

void qtwebapp::HttpDocrootSettings::resetToDefaults ( )
inline

Definition at line 29 of file httpdocrootsettings.h.

Referenced by HttpDocrootSettings().

+ Here is the caller graph for this function:

Member Data Documentation

◆ cacheSize

int qtwebapp::HttpDocrootSettings::cacheSize

◆ cacheTime

int qtwebapp::HttpDocrootSettings::cacheTime

◆ encoding

QString qtwebapp::HttpDocrootSettings::encoding

◆ maxAge

int qtwebapp::HttpDocrootSettings::maxAge

◆ maxCachedFileSize

int qtwebapp::HttpDocrootSettings::maxCachedFileSize

◆ path

QString qtwebapp::HttpDocrootSettings::path

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