make this public for the script writers

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=825545
This commit is contained in:
Aaron J. Seigo 2008-06-28 16:02:08 +00:00
parent 443dbfce69
commit 77214a87b3

View File

@ -427,6 +427,13 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
*/
void addAction(QString name, QAction *action);
/**
* Sets the BackgroundHints for this applet @see BackgroundHint
*
* @param hints the BackgroundHint combination for this applet
*/
void setBackgroundHints(const BackgroundHints hints);
/**
* @return BackgroundHints flags combination telling if the standard background is shown
* and if it has a drop shadow
@ -661,13 +668,6 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
*/
virtual void constraintsEvent(Plasma::Constraints constraints);
/**
* Sets the BackgroundHints for this applet @see BackgroundHint
*
* @param hints the BackgroundHint combination for this applet
*/
void setBackgroundHints(const BackgroundHints hints);
/**
* Register the widgets that manage mouse clicks but you still want
* to be able to drag the applet around when holding the mouse pointer