QGIS API Documentation
3.40.0-Bratislava (b56115d8743)
Loading...
Searching...
No Matches
src
gui
vectortile
qgsvectortileconnectiondialog.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsvectortileconnectiondialog.h
3
---------------------
4
begin : March 2020
5
copyright : (C) 2020 by Martin Dobias
6
email : wonder dot sk at gmail dot com
7
***************************************************************************
8
* *
9
* This program is free software; you can redistribute it and/or modify *
10
* it under the terms of the GNU General Public License as published by *
11
* the Free Software Foundation; either version 2 of the License, or *
12
* (at your option) any later version. *
13
* *
14
***************************************************************************/
15
16
#ifndef QGSVECTORTILECONNECTIONDIALOG_H
17
#define QGSVECTORTILECONNECTIONDIALOG_H
18
20
#define SIP_NO_FILE
21
22
#include <QDialog>
23
24
#include "ui_qgsvectortileconnectiondialog.h"
25
26
#include "
qgssettingsentryenumflag.h
"
27
28
class
QgsVectorTileConnectionDialog :
public
QDialog,
public
Ui::QgsVectorTileConnectionDialog
29
{
30
Q_OBJECT
31
public
:
32
enum class
LoadingMode :
int
33
{
34
Url,
35
Style
36
};
37
Q_ENUM( LoadingMode )
38
39
static
const
QgsSettingsEntryEnumFlag<QgsVectorTileConnectionDialog::LoadingMode>
*settingsLastLoadingMode;
40
41
explicit
QgsVectorTileConnectionDialog( QWidget *parent =
nullptr
);
42
43
void
setConnection(
const
QString &name,
const
QString &uri );
44
45
QString connectionUri()
const
;
46
QString connectionName()
const
;
47
48
void
accept()
override
;
49
50
private
slots:
51
void
updateOkButtonState();
52
};
53
55
56
#endif
// QGSVECTORTILECONNECTIONDIALOG_H
QgsSettingsEntryEnumFlag
A template class for enum and flag settings entry.
Definition
qgssettingsentryenumflag.h:36
qgssettingsentryenumflag.h
Generated on Mon Oct 28 2024 22:06:03 for QGIS API Documentation by
1.9.8