QGIS API Documentation
3.20.0-Odense (decaadbb31)
src
gui
qgsbrowserguimodel.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsbrowserguimodel.h
3
---------------------
4
begin : June 2019
5
copyright : (C) 2019 by Peter Petrik
6
email : zilolv 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
#ifndef QGSBROWSERGUIMODEL_H
16
#define QGSBROWSERGUIMODEL_H
17
18
#include "qgis_gui.h"
19
#include "
qgsbrowsermodel.h
"
20
21
class
QgsDataItemGuiContext
;
22
class
QgsMessageBar
;
23
36
class
GUI_EXPORT
QgsBrowserGuiModel
:
public
QgsBrowserModel
37
{
38
Q_OBJECT
39
40
public
:
41
49
explicit
QgsBrowserGuiModel
( QObject *parent =
nullptr
);
50
51
Qt::ItemFlags
flags
(
const
QModelIndex &index )
const override
;
52
bool
dropMimeData
(
const
QMimeData *data, Qt::DropAction action,
53
int
row,
int
column,
const
QModelIndex &parent )
override
;
54
bool
setData
(
const
QModelIndex &index,
const
QVariant &value,
int
role = Qt::EditRole )
override
;
56
void
setMessageBar(
QgsMessageBar
*bar );
57
58
private
:
59
QgsDataItemGuiContext
createDataItemContext()
const
;
60
QgsMessageBar
*mMessageBar =
nullptr
;
61
};
62
63
#endif
// QGSBROWSERGUIMODEL_H
QgsBrowserGuiModel
A model for showing available data sources and other items in a structured tree.
Definition:
qgsbrowserguimodel.h:37
QgsBrowserModel
A model for showing available data sources and other items in a structured tree.
Definition:
qgsbrowsermodel.h:77
QgsBrowserModel::flags
Qt::ItemFlags flags(const QModelIndex &index) const override
Definition:
qgsbrowsermodel.cpp:237
QgsBrowserModel::setData
bool setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) override
Definition:
qgsbrowsermodel.cpp:316
QgsBrowserModel::dropMimeData
bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override
Definition:
qgsbrowsermodel.cpp:650
QgsDataItemGuiContext
Encapsulates the context in which a QgsDataItem is shown within the application GUI.
Definition:
qgsdataitemguiprovider.h:41
QgsMessageBar
A bar for displaying non-blocking messages to the user.
Definition:
qgsmessagebar.h:61
qgsbrowsermodel.h
Generated on Sun Jun 20 2021 10:45:59 for QGIS API Documentation by
1.9.1