equal
deleted
inserted
replaced
76 public: |
76 public: |
77 void updateSoftKeys_sys(); |
77 void updateSoftKeys_sys(); |
78 bool handleCommand(int command); |
78 bool handleCommand(int command); |
79 |
79 |
80 private: |
80 private: |
|
81 void tryDisplayMenuBarL(); |
81 bool skipCbaUpdate(); |
82 bool skipCbaUpdate(); |
82 void ensureCbaVisibilityAndResponsiviness(CEikButtonGroupContainer &cba); |
83 void ensureCbaVisibilityAndResponsiviness(CEikButtonGroupContainer &cba); |
83 void clearSoftkeys(CEikButtonGroupContainer &cba); |
84 void clearSoftkeys(CEikButtonGroupContainer &cba); |
84 QString softkeyText(QAction &softkeyAction); |
85 QString softkeyText(QAction &softkeyAction); |
85 QAction *highestPrioritySoftkey(QAction::SoftKeyRole role); |
86 QAction *highestPrioritySoftkey(QAction::SoftKeyRole role); |