add the Geometry Changed constraint
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=741157
This commit is contained in:
parent
6c5aea1f60
commit
1e1b63b9fe
3
plasma.h
3
plasma.h
@ -40,7 +40,8 @@ enum Constraint { NoConstraint = 0,
|
||||
FormFactorConstraint = 1 /** The FormFactor for an object */,
|
||||
LocationConstraint = 2 /** The Location of an object */,
|
||||
ScreenConstraint = 4 /** Which screen an object is on */,
|
||||
AllConstraints = FormFactorConstraint | LocationConstraint | ScreenConstraint
|
||||
SizeConstraint = 8 /** the size of the applet was changed */,
|
||||
AllConstraints = FormFactorConstraint | LocationConstraint | ScreenConstraint | SizeConstraint
|
||||
};
|
||||
Q_DECLARE_FLAGS(Constraints, Constraint)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user