QGIS API Documentation  2.12.0-Lyon
Public Member Functions | List of all members
QgsProviderCountCalcEvent Class Reference

A custom event that is designed to be fired when a layer count has been fully calculated. More...

#include <qgsprovidercountcalcevent.h>

Inheritance diagram for QgsProviderCountCalcEvent:
Inheritance graph
[legend]

Public Member Functions

 QgsProviderCountCalcEvent (long featuresCounted)
 
long featuresCounted () const
 
- Public Member Functions inherited from QEvent
 QEvent (Type type)
 
virtual  ~QEvent ()
 
void accept ()
 
void ignore ()
 
bool isAccepted () const
 
void setAccepted (bool accepted)
 
bool spontaneous () const
 
Type type () const
 

Additional Inherited Members

- Static Public Member Functions inherited from QEvent
int registerEventType (int hint)
 
- Properties inherited from QEvent
 accepted
 

Detailed Description

A custom event that is designed to be fired when a layer count has been fully calculated.

Author
Brendan Morley
Date
March 2005

This custom QEvent is designed to be fired when the full item count of a layer has been calculated. It was initially included in QGIS to help the QgsPostgresProvider provide the asynchronous calculation of PostgreSQL layer counts.

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 41 of file qgsprovidercountcalcevent.h.

Constructor & Destructor Documentation

QgsProviderCountCalcEvent::QgsProviderCountCalcEvent ( long  featuresCounted)

Definition at line 22 of file qgsprovidercountcalcevent.cpp.

Member Function Documentation

long QgsProviderCountCalcEvent::featuresCounted ( ) const

Definition at line 30 of file qgsprovidercountcalcevent.cpp.


The documentation for this class was generated from the following files: