changeset 58 | d2b028fd1f7d |
parent 36 | 8aed59de29f9 |
55:4bfa887905cf | 58:d2b028fd1f7d |
---|---|
74 { |
74 { |
75 Q_UNUSED(type); |
75 Q_UNUSED(type); |
76 return mSoftKeyAction; |
76 return mSoftKeyAction; |
77 } |
77 } |
78 |
78 |
79 HbView *addView(QGraphicsWidget *widget = 0); |
79 HbView *addView(HbView *view = 0); |
80 |
80 |
81 void removeView(QGraphicsWidget *widget); |
81 void removeView(HbView *view); |
82 |
82 |
83 QList<HbView *> views() const; |
83 QList<HbView *> views() const; |
84 |
84 |
85 HbView *currentView() const; |
85 HbView *currentView() const; |
86 |
86 |