|
| QgsServerSettings () |
| Constructor. More...
|
|
QStringList | allowedExtraSqlTokens () const |
| Returns the list of strings that represent the allowed extra SQL tokens accepted as components of a feature filter. More...
|
|
QString | apiResourcesDirectory () const |
| Returns the server-wide base directory where HTML templates and static assets (e.g. More...
|
|
qlonglong | apiWfs3MaxLimit () const |
| Returns the server-wide maximum allowed value for "limit" in a features request. More...
|
|
QString | cacheDirectory () const |
| Returns the cache directory. More...
|
|
qint64 | cacheSize () const |
| Returns the cache size. More...
|
|
bool | forceReadOnlyLayers () const |
| Returns true if the reading flag force layer read only is activated. More...
|
|
bool | getPrintDisabled () const |
| Returns true if WMS GetPrint request is disabled and the project's reading flag QgsProject::ReadFlag::FlagDontLoadLayouts is activated. More...
|
|
bool | ignoreBadLayers () const |
| Returns true if the bad layers are ignored and false when the presence of a bad layers invalidates the whole project making it unavailable. More...
|
|
QString | iniFile () const |
| Returns the ini file loaded by QSetting. More...
|
|
QString | landingPageBaseUrlPrefix () const |
| Returns the landing page base URL regular expression, defaults to / . More...
|
|
QString | landingPageProjectsDirectories () const |
| Returns the directories used by the landing page service to find .qgs and .qgz projects. More...
|
|
QString | landingPageProjectsPgConnections () const |
| Returns the PostgreSQL connection strings used by the landing page service to find projects. More...
|
|
void | load () |
| Load settings according to current environment variables. More...
|
|
bool | load (const QString &envVarName) |
| Load setting for a specific environment variable name. More...
|
|
QString | logFile () const |
| Returns the log file. More...
|
|
Qgis::MessageLevel | logLevel () const |
| Returns the log level. More...
|
|
bool | logProfile () const |
| Returns true if profile information has to be added to the logs, default value is false . More...
|
|
bool | logStderr () const |
| Returns whether logging to stderr is activated. More...
|
|
void | logSummary () const |
| Log a summary of settings currently loaded. More...
|
|
int | maxThreads () const |
| Returns the maximum number of threads to use. More...
|
|
QString | overrideSystemLocale () const |
| Overrides system locale. More...
|
|
bool | parallelRendering () const |
| Returns parallel rendering setting. More...
|
|
int | projectCacheCheckInterval () const |
| Returns the config cache check interval for the 'periodic' strategy. More...
|
|
QString | projectCacheStrategy () const |
| Returns the project's cache strategy The default value is 'filesystem', the value can be changed by setting the environment variable QGIS_SERVER_PROJECT_CACHE_STRATEGY. More...
|
|
QString | projectFile () const |
| Returns the QGS project file to use. More...
|
|
QString | serviceUrl (const QString &service) const |
| Returns the service URL from the setting. More...
|
|
bool | showGroupSeparator () const |
| Show group (thousand) separator. More...
|
|
bool | trustLayerMetadata () const |
| Returns true if the reading flag trust layer metadata is activated. More...
|
|
int | wmsMaxHeight () const |
| Returns the server-wide max height of a WMS GetMap request. More...
|
|
int | wmsMaxWidth () const |
| Returns the server-wide max width of a WMS GetMap request. More...
|
|