#include <qgsprovidercountcalcevent.h>
Public Member Functions | |
| QgsProviderCountCalcEvent (long featuresCounted) | |
| long | featuresCounted () const |
Private Attributes | |
| long | n |
Events are used instead of Qt signals/slots as events can be received asynchronously, which makes for better mutlithreading behaviour and less opportunity for programmer mishap.
Definition at line 42 of file qgsprovidercountcalcevent.h.
| QgsProviderCountCalcEvent::QgsProviderCountCalcEvent | ( | long | featuresCounted | ) |
Definition at line 23 of file qgsprovidercountcalcevent.cpp.
| long QgsProviderCountCalcEvent::featuresCounted | ( | ) | const |
long QgsProviderCountCalcEvent::n [private] |
1.5.6