QGIS/python/gui/auto_generated/qgsfeatureselectiondlg.sip.in
Nyall Dawson c864d22d1f Add "get ..." to doxygen compliance blacklist
Should be "gets ..." for consistent tense, or better yet
"returns ..." for consistency.
2018-05-27 14:05:06 +10:00

60 lines
1.9 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsfeatureselectiondlg.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
// This is required for the ConvertToSubClassCode to work properly
// so RTTI for casting is available in the whole module.
%ModuleCode
#include "qgsfeatureselectiondlg.h"
%End
class QgsFeatureSelectionDlg : QDialog
{
%TypeHeaderCode
#include "qgsfeatureselectiondlg.h"
%End
%ConvertToSubClassCode
if ( qobject_cast<QgsFeatureSelectionDlg *>( sipCpp ) )
sipType = sipType_QgsFeatureSelectionDlg;
else
sipType = 0;
%End
public:
explicit QgsFeatureSelectionDlg( QgsVectorLayer *vl, QgsAttributeEditorContext &context, QWidget *parent /TransferThis/ = 0 );
%Docstring
Constructor for QgsFeatureSelectionDlg
%End
const QgsFeatureIds &selectedFeatures();
%Docstring
Gets the selected features
:return: The selected feature ids
%End
void setSelectedFeatures( const QgsFeatureIds &ids );
%Docstring
Set the selected features
:param ids: The feature ids to select
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsfeatureselectiondlg.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/