mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
fix typos
This commit is contained in:
parent
ab859598e2
commit
c6b99909db
@ -207,7 +207,7 @@ class QgsComposerItem: QObject, QGraphicsRectItem
|
|||||||
/** Whether this item has a frame or not.
|
/** Whether this item has a frame or not.
|
||||||
* @param none
|
* @param none
|
||||||
* @return boolean - true if there is a frame around this item, otherwise false.
|
* @return boolean - true if there is a frame around this item, otherwise false.
|
||||||
* @note deprecated since 1.8 dont use!
|
* @note deprecated since 1.8 don't use!
|
||||||
* @see hasFrame
|
* @see hasFrame
|
||||||
*/
|
*/
|
||||||
bool frame();
|
bool frame();
|
||||||
@ -221,7 +221,7 @@ class QgsComposerItem: QObject, QGraphicsRectItem
|
|||||||
/** Set whether this item has a frame drawn around it or not.
|
/** Set whether this item has a frame drawn around it or not.
|
||||||
* @param none
|
* @param none
|
||||||
* @return void
|
* @return void
|
||||||
* @note deprecated since 1.8 dont use!
|
* @note deprecated since 1.8 don't use!
|
||||||
* @see hasFrame
|
* @see hasFrame
|
||||||
*/
|
*/
|
||||||
void setFrame( bool drawFrame );
|
void setFrame( bool drawFrame );
|
||||||
@ -243,7 +243,7 @@ class QgsComposerItem: QObject, QGraphicsRectItem
|
|||||||
//painter down by the same factor for drawing
|
//painter down by the same factor for drawing
|
||||||
|
|
||||||
/**Draws Text. Takes care about all the composer specific issues (calculation to pixel, scaling of font and painter
|
/**Draws Text. Takes care about all the composer specific issues (calculation to pixel, scaling of font and painter
|
||||||
to work arount the Qt font bug)*/
|
to work around the Qt font bug)*/
|
||||||
void drawText( QPainter* p, int x, int y, const QString& text, const QFont& font ) const;
|
void drawText( QPainter* p, int x, int y, const QString& text, const QFont& font ) const;
|
||||||
|
|
||||||
/**Like the above, but with a rectangle for multiline text*/
|
/**Like the above, but with a rectangle for multiline text*/
|
||||||
|
@ -454,3 +454,5 @@ intersectons:intersections
|
|||||||
secific:specific
|
secific:specific
|
||||||
writeable:writable
|
writeable:writable
|
||||||
vaild:valid
|
vaild:valid
|
||||||
|
opps:oops
|
||||||
|
arount:around
|
||||||
|
@ -160,7 +160,7 @@ class CORE_EXPORT QgsComposerItem: public QObject, public QGraphicsRectItem
|
|||||||
|
|
||||||
/** Whether this item has a frame or not.
|
/** Whether this item has a frame or not.
|
||||||
* @return boolean - true if there is a frame around this item, otherwise false.
|
* @return boolean - true if there is a frame around this item, otherwise false.
|
||||||
* @note deprecated since 1.8 dont use!
|
* @note deprecated since 1.8 don't use!
|
||||||
* @see hasFrame
|
* @see hasFrame
|
||||||
*/
|
*/
|
||||||
Q_DECL_DEPRECATED bool frame() const {return hasFrame();}
|
Q_DECL_DEPRECATED bool frame() const {return hasFrame();}
|
||||||
@ -172,7 +172,7 @@ class CORE_EXPORT QgsComposerItem: public QObject, public QGraphicsRectItem
|
|||||||
bool hasFrame() const {return mFrame;}
|
bool hasFrame() const {return mFrame;}
|
||||||
/** Set whether this item has a frame drawn around it or not.
|
/** Set whether this item has a frame drawn around it or not.
|
||||||
* @returns void
|
* @returns void
|
||||||
* @note deprecated since 1.8 dont use!
|
* @note deprecated since 1.8 don't use!
|
||||||
* @see hasFrame
|
* @see hasFrame
|
||||||
*/
|
*/
|
||||||
Q_DECL_DEPRECATED void setFrame( bool drawFrame ) { setFrameEnabled( drawFrame );}
|
Q_DECL_DEPRECATED void setFrame( bool drawFrame ) { setFrameEnabled( drawFrame );}
|
||||||
@ -202,7 +202,7 @@ class CORE_EXPORT QgsComposerItem: public QObject, public QGraphicsRectItem
|
|||||||
//painter down by the same factor for drawing
|
//painter down by the same factor for drawing
|
||||||
|
|
||||||
/**Draws Text. Takes care about all the composer specific issues (calculation to pixel, scaling of font and painter
|
/**Draws Text. Takes care about all the composer specific issues (calculation to pixel, scaling of font and painter
|
||||||
to work arount the Qt font bug)*/
|
to work around the Qt font bug)*/
|
||||||
void drawText( QPainter* p, double x, double y, const QString& text, const QFont& font ) const;
|
void drawText( QPainter* p, double x, double y, const QString& text, const QFont& font ) const;
|
||||||
|
|
||||||
/**Like the above, but with a rectangle for multiline text*/
|
/**Like the above, but with a rectangle for multiline text*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user