mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
sip documentation fix
This commit is contained in:
parent
74e7314c36
commit
b49dda6984
@ -24,12 +24,12 @@ class QgsQtLocationConnection: QgsGPSConnection
|
||||
|
||||
%If (!ANDROID)
|
||||
/**Called when the number of satellites in view is updated.
|
||||
* @note only available in python bindings on android
|
||||
* @note not available in python bindings on android
|
||||
*/
|
||||
void satellitesInViewUpdated( const QList<QGeoSatelliteInfo>& satellites );
|
||||
|
||||
/**Called when the number of satellites in use is updated.
|
||||
* @note only available in python bindings on android
|
||||
* @note not available in python bindings on android
|
||||
*/
|
||||
void satellitesInUseUpdated( const QList<QGeoSatelliteInfo>& satellites );
|
||||
%End
|
||||
|
@ -34,13 +34,13 @@ class QgsClipper
|
||||
// A handy way to refer to the four boundaries
|
||||
enum Boundary {XMax, XMin, YMax, YMin};
|
||||
|
||||
%If (!ANDROID)
|
||||
// Trims the given feature to a rectangular box. Returns the trimmed
|
||||
// feature in x and y. The shapeOpen parameter determines whether
|
||||
// the function treats the points as a closed shape (polygon), or as
|
||||
// an open shape (linestring).
|
||||
//
|
||||
// @note python binding only available on android
|
||||
%If (!ANDROID)
|
||||
// @note not available in python bindings on android
|
||||
static void trimFeature( QVector<double>& x,
|
||||
QVector<double>& y,
|
||||
bool shapeOpen );
|
||||
|
@ -46,12 +46,12 @@ class CORE_EXPORT QgsQtLocationConnection: public QgsGPSConnection
|
||||
void positionUpdated( const QGeoPositionInfo &info );
|
||||
|
||||
/**Called when the number of satellites in view is updated.
|
||||
* @note only available in python bindings on android
|
||||
* @note not available in python bindings on android
|
||||
*/
|
||||
void satellitesInViewUpdated( const QList<QGeoSatelliteInfo>& satellites );
|
||||
|
||||
/**Called when the number of satellites in use is updated.
|
||||
* @note only available in python bindings on android
|
||||
* @note not available in python bindings on android
|
||||
*/
|
||||
void satellitesInUseUpdated( const QList<QGeoSatelliteInfo>& satellites );
|
||||
|
||||
|
@ -73,7 +73,7 @@ class CORE_EXPORT QgsClipper
|
||||
// the function treats the points as a closed shape (polygon), or as
|
||||
// an open shape (linestring).
|
||||
//
|
||||
// @note python binding only available on android
|
||||
// @note not available in python bindings on android
|
||||
static void trimFeature( QVector<double>& x,
|
||||
QVector<double>& y,
|
||||
bool shapeOpen );
|
||||
|
Loading…
x
Reference in New Issue
Block a user