userguide/inc/HelpKeywordView.h
branchGCC_SURGE
changeset 35 3ae60d69bf22
parent 34 4533d75b8d4e
equal deleted inserted replaced
21:e70b37c1a9d5 35:3ae60d69bf22
    23 #include "HelpDocumentLoader.h"
    23 #include "HelpDocumentLoader.h"
    24 
    24 
    25 class HbListView;
    25 class HbListView;
    26 class HbSearchPanel;
    26 class HbSearchPanel;
    27 class HbStaticVkbHost;
    27 class HbStaticVkbHost;
    28 class HbGroupBox;
    28 class HbLabel;
    29 
    29 
    30 class HelpKeywordView : public HelpBaseView
    30 class HelpKeywordView : public HelpBaseView
    31 {
    31 {
    32 	Q_OBJECT
    32 	Q_OBJECT
    33 	
    33 	
    40 private:
    40 private:
    41 	void initDocMl();
    41 	void initDocMl();
    42 	void initSearchList();
    42 	void initSearchList();
    43 	void initSearchPanel();
    43 	void initSearchPanel();
    44 	void initBackAction();
    44 	void initBackAction();
    45 	void initEmptyLabel();
       
    46 	void initVirtualKeyboard();
    45 	void initVirtualKeyboard();
    47 	
    46 
    48 private:
    47 private:
    49 	HbGroupBox* groupBox();
    48 	HbLabel* label();
    50     
    49     
    51 private:
    50 private:
    52 	void updateVisibleItems(bool visible);
    51 	void updateVisibleItems(bool visible);
    53 	void ResetSearchPanel();	
    52 	void ResetSearchPanel();	
       
    53 	void updateLabelPos();
       
    54 	void showToolBar(bool visible);
       
    55 
       
    56 private slots:
       
    57 	void onOrientationChanged(Qt::Orientation orientation);
    54 
    58 
    55 private slots: // handle system event
    59 private slots: // handle system event
    56     void onCurrentViewChanged(HbView *view);
    60     void onViewReady();
    57 
    61 
    58 private slots: // handle button action
    62 private slots: // handle button action
    59     void onBackAction();
    63     void onBackAction();
    60     
    64     
    61 private slots: // handle list event
    65 private slots: // handle list event