phoneplugins/infowidgetplugin/infowidgetprovider/tsrc/ut_infowidget/inc/ut_infowidget.h
changeset 27 2f8f8080a020
parent 22 6bb1b21d2484
equal deleted inserted replaced
22:6bb1b21d2484 27:2f8f8080a020
    43     void cleanup();
    43     void cleanup();
    44     
    44     
    45     //From QGraphicsItem.
    45     //From QGraphicsItem.
    46     void t_boundingRect();
    46     void t_boundingRect();
    47     void t_shape();
    47     void t_shape();
    48     void t_sizeHint();
       
    49     void t_sizePolicy();
    48     void t_sizePolicy();
    50     
    49     
    51     void t_setHomeZoneDisplay(); 
    50     void t_setHomeZoneDisplay(); 
    52     void t_setMcnDisplay();
    51     void t_setMcnDisplay();
    53     void t_setActiveLineDisplay();
    52     void t_setActiveLineDisplay();
    56     void t_paint(); 
    55     void t_paint(); 
    57     void t_mousePressEvent();
    56     void t_mousePressEvent();
    58     void t_mouseReleaseEvent(); 
    57     void t_mouseReleaseEvent(); 
    59     void t_mouseMoveEvent(); 
    58     void t_mouseMoveEvent(); 
    60     void t_updateInfoDisplay();
    59     void t_updateInfoDisplay();
    61     void t_initializePreferences();
    60     void t_readPersistentPreferences();
    62     
       
    63 
    61 
    64     void t_onInitialize();
    62     void t_onInitialize();
    65     void t_onUninitialize(); 
    63     void t_onUninitialize(); 
    66     void t_onShow(); 
    64     void t_onShow(); 
    67     void t_onHide();
    65     void t_onHide();
    68     void t_readModel();
    66     void t_readModel();
    69     void t_handleModelError();
    67     void t_handleModelError();
    70     void t_homeZoneDisplaySettingChanged();
       
    71     void t_mcnDisplaySettingChanged();
    68     void t_mcnDisplaySettingChanged();
    72     void t_activeLineDisplaySettingChanged();
       
    73     void t_satDisplaySettingChanged();
    69     void t_satDisplaySettingChanged();
    74     void t_settingsEditingFinished();
    70     void t_settingsEditingFinished();
    75 
    71 
    76     // private implementation tests
    72     // private implementation tests
    77     void t_updateItemsVisibility();
    73     void t_updateItemsVisibility();
    80     void t_initializeInfoDisplayItems();
    76     void t_initializeInfoDisplayItems();
    81     void t_initializeSettingsDisplayItems();
    77     void t_initializeSettingsDisplayItems();
    82     void t_startChanges();
    78     void t_startChanges();
    83     void t_endChanges();
    79     void t_endChanges();
    84     
    80     
       
    81     void t_sizeHint();
       
    82     
    85     /*
    83     /*
    86      * Not work from commmand prompt.
    84      * Not work from commmand prompt.
    87      */
    85      */
    88     void t_changeEvent();
    86     void t_changeEvent();
    89     
    87     
       
    88     
       
    89 
    90 private:
    90 private:
    91     
    91     
    92     InfoWidget *m_infoWidget;
    92     InfoWidget *m_infoWidget;
    93     InfoWidgetEngine::ModelData m_modelData;
    93     InfoWidgetEngine::ModelData m_modelData;
    94     QColor m_qcolor;
    94     QColor m_qcolor;