timerId usage
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=805632
This commit is contained in:
parent
1b437f7954
commit
450c826c69
5
applet.h
5
applet.h
@ -661,6 +661,11 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
|
|||||||
*/
|
*/
|
||||||
QSizeF sizeHint(Qt::SizeHint which, const QSizeF & constraint = QSizeF()) const;
|
QSizeF sizeHint(Qt::SizeHint which, const QSizeF & constraint = QSizeF()) const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Reimplemented from QObject
|
||||||
|
*/
|
||||||
|
void timerEvent (QTimerEvent *event);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Q_DISABLE_COPY(Applet)
|
Q_DISABLE_COPY(Applet)
|
||||||
Q_PRIVATE_SLOT(d, void checkImmutability())
|
Q_PRIVATE_SLOT(d, void checkImmutability())
|
||||||
|
@ -85,6 +85,7 @@ public:
|
|||||||
Plasma::Constraints pendingConstraints;
|
Plasma::Constraints pendingConstraints;
|
||||||
Plasma::AspectRatioMode aspectRatioMode;
|
Plasma::AspectRatioMode aspectRatioMode;
|
||||||
ImmutabilityType immutability;
|
ImmutabilityType immutability;
|
||||||
|
int constraintsTimerId;
|
||||||
bool hasConfigurationInterface : 1;
|
bool hasConfigurationInterface : 1;
|
||||||
bool failed : 1;
|
bool failed : 1;
|
||||||
bool isContainment : 1;
|
bool isContainment : 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user