logsui/logsengine/inc/logsconfigurationparams.h
changeset 16 c5af8598d22c
parent 2 7119b73b84d6
equal deleted inserted replaced
14:f27aebe284bb 16:c5af8598d22c
    33     LOGSENGINE_EXPORT ~LogsConfigurationParams();
    33     LOGSENGINE_EXPORT ~LogsConfigurationParams();
    34     
    34     
    35     LOGSENGINE_EXPORT void setListItemTextWidth(int width);
    35     LOGSENGINE_EXPORT void setListItemTextWidth(int width);
    36     LOGSENGINE_EXPORT int listItemTextWidth() const;  
    36     LOGSENGINE_EXPORT int listItemTextWidth() const;  
    37     
    37     
       
    38     LOGSENGINE_EXPORT void setLocaleChanged(bool changed);
       
    39     LOGSENGINE_EXPORT bool localeChanged() const;  
       
    40 
    38     LOGSENGINE_EXPORT LogsConfigurationParams& operator=(const LogsConfigurationParams& params);
    41     LOGSENGINE_EXPORT LogsConfigurationParams& operator=(const LogsConfigurationParams& params);
    39 
    42 
    40 private:
    43 private:
    41     int mListItemTextWidth;
    44     int mListItemTextWidth;
       
    45     bool mLocaleChanged;
    42 
    46 
    43 };
    47 };
    44                   
    48                   
    45 #endif // LOGSCONFIGURATIONPARAMS_H
    49 #endif // LOGSCONFIGURATIONPARAMS_H