mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Add missing SIP and docs
This commit is contained in:
parent
ffd7c9436f
commit
bc67c082ad
@ -96,6 +96,7 @@ class QgsBrowserModel : QAbstractItemModel
|
||||
void removeFavourite( const QModelIndex &index );
|
||||
void updateProjectHome();
|
||||
|
||||
/** Hide the given path in the browser model */
|
||||
void hidePath( QgsDataItem *item );
|
||||
|
||||
protected:
|
||||
|
@ -324,6 +324,9 @@ class QgsDirectoryItem : QgsDataCollectionItem
|
||||
/* static QVector<QgsDataProvider*> mProviders; */
|
||||
//! @note not available via python bindings
|
||||
// static QVector<QLibrary*> mLibraries;
|
||||
|
||||
/** Check if the given path is hidden from the browser model */
|
||||
static bool hiddenPath( QString path );
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -138,6 +138,7 @@ class CORE_EXPORT QgsBrowserModel : public QAbstractItemModel
|
||||
void removeFavourite( const QModelIndex &index );
|
||||
void updateProjectHome();
|
||||
|
||||
/** Hide the given path in the browser model */
|
||||
void hidePath( QgsDataItem *item );
|
||||
|
||||
protected:
|
||||
|
@ -410,6 +410,7 @@ class CORE_EXPORT QgsDirectoryItem : public QgsDataCollectionItem
|
||||
//! @note deprecated since 2.10 - use QgsDataItemProviderRegistry
|
||||
Q_DECL_DEPRECATED static QVector<QLibrary*> mLibraries;
|
||||
|
||||
/** Check if the given path is hidden from the browser model */
|
||||
static bool hiddenPath( QString path );
|
||||
|
||||
public slots:
|
||||
|
Loading…
x
Reference in New Issue
Block a user