mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
Add missing documentation
This commit is contained in:
parent
7edd13d211
commit
d3fa9cb15b
@ -49,7 +49,11 @@ determined from the width with the given aspect ratio.
|
|||||||
void setPixmap( const QPixmap & );
|
void setPixmap( const QPixmap & );
|
||||||
virtual void resizeEvent( QResizeEvent * );
|
virtual void resizeEvent( QResizeEvent * );
|
||||||
|
|
||||||
|
|
||||||
void clear();
|
void clear();
|
||||||
|
%Docstring
|
||||||
|
Clears any label contents.
|
||||||
|
%End
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -53,6 +53,8 @@ class GUI_EXPORT QgsPixmapLabel : public QLabel
|
|||||||
|
|
||||||
void setPixmap( const QPixmap & );
|
void setPixmap( const QPixmap & );
|
||||||
void resizeEvent( QResizeEvent * ) override;
|
void resizeEvent( QResizeEvent * ) override;
|
||||||
|
|
||||||
|
//! Clears any label contents.
|
||||||
void clear();
|
void clear();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user