userguide/inc/HelpKeywordView.h
changeset 26 97d7f0705d0a
parent 24 bce8d4d2cc72
child 27 0a93cba9d57a
equal deleted inserted replaced
25:57d77d90783b 26:97d7f0705d0a
    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 	void onOrientationChanged(Qt::Orientation orientation);
       
    49 
       
    50 private:
       
    51 	HbLabel* label();
    50     
    52     
    51 private:
    53 private:
    52 	void updateVisibleItems(bool visible);
    54 	void updateVisibleItems(bool visible);
    53 	void ResetSearchPanel();	
    55 	void ResetSearchPanel();	
       
    56 	void updateLabelPos();
    54 
    57 
    55 private slots: // handle system event
    58 private slots: // handle system event
    56     void onViewReady();
    59     void onViewReady();
    57 
    60 
    58 private slots: // handle button action
    61 private slots: // handle button action