More apidox
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=692591
This commit is contained in:
parent
fbc83f9780
commit
f49f45411b
4
applet.h
4
applet.h
@ -185,6 +185,10 @@ class PLASMA_EXPORT Applet : public QObject, public Widget
|
||||
* background, boundingRect().size() == contentSize(), and
|
||||
* boundingRect().topLeft() == QPointF(0,0). Also, such applets will
|
||||
* not break if they implement boundingRect() instead.
|
||||
*
|
||||
* Note that if the value returned by contentSize() (and hence
|
||||
* boundingRect()) changes for any reason, you should call
|
||||
* prepareGeometryChange() to notify the Corona.
|
||||
**/
|
||||
virtual QSizeF contentSize() const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user