phoneplugins/infowidgetplugin/infowidgetprovider/tsrc/ut_infowidgetlayoutmanager/inc/ut_infowidgetlayoutmanager.h
changeset 27 2f8f8080a020
parent 22 6bb1b21d2484
child 30 ebdbd102c78a
equal deleted inserted replaced
22:6bb1b21d2484 27:2f8f8080a020
    33     ~UT_InfoWidgetLayoutManager();
    33     ~UT_InfoWidgetLayoutManager();
    34 
    34 
    35 private:     
    35 private:     
    36     void fillDisplayContainers();
    36     void fillDisplayContainers();
    37     void fillCurrentWidgetsContainer();
    37     void fillCurrentWidgetsContainer();
       
    38     void fillParams(const QString & fileName, bool * ok);
    38     
    39     
    39 private slots:
    40 private slots:
    40     void init();
    41     void init();
    41     void cleanup();
    42     void cleanup();
    42     
    43     
    43     void t_currentDisplayRole();
    44     void t_currentDisplayRole();
    44     void t_currentWidgetRoles();
    45     void t_currentWidgetRoles();
    45     
    46     
    46     void t_layoutRows(); 
    47     void t_layoutRows(); 
    47     void t_setLayoutRows();
    48     void t_setLayoutRows();
       
    49     //void t_rowHeight();
    48     
    50     
    49     void t_layoutInfoDisplay();
    51     void t_layoutInfoDisplay();
    50     void t_layoutSettingsDisplay();
    52     void t_layoutSettingsDisplay();
    51     
    53     
    52     void t_widgetRoles();
    54     void t_widgetRoles();
    53     void t_loadWidgets();
    55     void t_loadWidgets();
    54     void t_loadWidget();
    56     void t_loadWidget();
    55     void t_getWidget();
    57     void t_getWidget();
       
    58     void t_hideWidget();
       
    59 
    56     void t_contentWidget();
    60     void t_contentWidget();
    57     void t_hideWidget();
    61     
       
    62     void t_showAll();
    58     void t_hideAll();
    63     void t_hideAll();
    59     void t_showAll();
    64         
       
    65     void t_reloadWidgets();
       
    66     
       
    67     void t_removeWidget();
    60     
    68     
    61     // InfoWidgetDocumentLoader tests 
    69     // InfoWidgetDocumentLoader tests 
    62     void t_createObject();
    70     void t_createObject();
    63     
    71     
    64 private:    
    72 private: