~zsombi/ubuntu-ui-toolkit/78-action-property

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/plugin/uclistitem_p.h

  • Committer: Zsombor Egri
  • Date: 2015-01-08 12:08:22 UTC
  • mfrom: (1363.3.13 77-pressandhold)
  • Revision ID: zsombor.egri@canonical.com-20150108120822-gsld0der0d7pcetz
prereq sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    void setHighlighted(bool pressed);
58
58
    void setSwiped(bool tugged);
59
59
    void listenToRebind(bool listen);
60
 
    void resize();
 
60
    void lockContentItem(bool lock);
 
61
    void adjustContentItemHeight();
61
62
    void update();
62
63
    void clampAndMoveX(qreal &x, qreal dx);
63
64
 
80
81
    QColor highlightColor;
81
82
    QPointer<QQuickItem> countOwner;
82
83
    QPointer<QQuickFlickable> flickable;
83
 
    QPointer<UCViewItemsAttached> attachedProperties;
 
84
    QPointer<UCViewItemsAttached> parentAttached;
84
85
    QQuickItem *contentItem;
85
86
    UCListItemDivider *divider;
86
87
    UCListItemActions *leadingActions;
179
180
    QQuickItem *panelItem;
180
181
    UCListItem::PanelStatus status;
181
182
    bool leading:1;
 
183
    bool connected:1;
182
184
};
183
185
 
184
186
class UCListItemDivider : public QObject