mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
fix doc
This commit is contained in:
parent
2f0e3b2602
commit
c449651a60
@ -41,9 +41,13 @@ class GUI_EXPORT QgsVectorLayerSelectionManager : public QgsIFeatureSelectionMan
|
||||
void deselect( const QgsFeatureIds &ids ) override;
|
||||
void setSelectedFeatures( const QgsFeatureIds &ids ) override;
|
||||
const QgsFeatureIds &selectedFeatureIds() const override;
|
||||
|
||||
/**
|
||||
* Returns the vector layer
|
||||
*/
|
||||
QgsVectorLayer *layer() const;
|
||||
|
||||
protected slots:
|
||||
private slots:
|
||||
virtual void onSelectionChanged( const QgsFeatureIds &selected, const QgsFeatureIds &deselected, bool clearAndSelect );
|
||||
|
||||
private:
|
||||
|
@ -36,6 +36,8 @@
|
||||
#include <QLabel>
|
||||
#include <QMessageBox>
|
||||
|
||||
/// @cond PRIVATE
|
||||
|
||||
class QgsFilteredSelectionManager : public QgsVectorLayerSelectionManager
|
||||
{
|
||||
public:
|
||||
@ -94,6 +96,8 @@ class QgsFilteredSelectionManager : public QgsVectorLayerSelectionManager
|
||||
QgsFeatureIds mSelectedFeatureIds;
|
||||
};
|
||||
|
||||
/// @endcond
|
||||
|
||||
QgsRelationEditorWidget::QgsRelationEditorWidget( QWidget *parent )
|
||||
: QgsCollapsibleGroupBox( parent )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user