mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
13 lines
221 B
Plaintext
13 lines
221 B
Plaintext
|
class QgsProviderExtentCalcEvent : QEvent
|
||
|
{
|
||
|
%TypeHeaderCode
|
||
|
#include <qgsproviderextentcalcevent.h>
|
||
|
%End
|
||
|
|
||
|
public:
|
||
|
|
||
|
QgsProviderExtentCalcEvent( QgsRectangle* layerExtent );
|
||
|
|
||
|
QgsRectangle* layerExtent() const;
|
||
|
};
|