mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
12 lines
207 B
Plaintext
12 lines
207 B
Plaintext
|
class QgsProviderCountCalcEvent : QEvent
|
||
|
{
|
||
|
%TypeHeaderCode
|
||
|
#include <qgsprovidercountcalcevent.h>
|
||
|
%End
|
||
|
public:
|
||
|
|
||
|
QgsProviderCountCalcEvent( long featuresCounted );
|
||
|
|
||
|
long featuresCounted() const;
|
||
|
};
|