~zsombi/ubuntu-ui-toolkit/two-pane-pagestack

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Layouts/plugin/propertychanges_p.h

  • Committer: Zsombor Egri
  • Date: 2013-06-28 10:01:51 UTC
  • mfrom: (554.1.10 trunk)
  • Revision ID: zsombor.egri@canonical.com-20130628100151-m9hgpfvq202oyim7
trunk merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
};
129
129
 
130
130
 
 
131
class AnchorChange : public PropertyChange
 
132
{
 
133
public:
 
134
    AnchorChange(QQuickItem *item, const QString &anchor, QQuickItem *target, const QString &targetAnchor = QString());
 
135
 
 
136
    void apply();
 
137
    void revert();
 
138
private:
 
139
    bool active;
 
140
};
 
141
 
 
142
 
131
143
class ItemStackBackup : public PropertyChange
132
144
{
133
145
public: