mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -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;
|
||
|
};
|