equal
deleted
inserted
replaced
55 |
55 |
56 void createHeadingWidget(); |
56 void createHeadingWidget(); |
57 void createContentWidget(); |
57 void createContentWidget(); |
58 |
58 |
59 void setGroupBoxType(GroupBoxType type); |
59 void setGroupBoxType(GroupBoxType type); |
|
60 public: |
60 |
61 |
61 HbGroupBoxContentWidget *mContentWidget; |
62 HbGroupBoxContentWidget *mContentWidget; |
62 HbGroupBoxHeadingWidget *mHeadingWidget; |
63 HbGroupBoxHeadingWidget *mHeadingWidget; |
|
64 bool collapsed; |
|
65 bool collapsable; |
63 GroupBoxType mGroupBoxType; |
66 GroupBoxType mGroupBoxType; |
64 }; |
67 }; |
65 |
68 |
66 #endif |
69 #endif |