logsui/logsengine/inc/logscommondata.h
changeset 15 76d2cf7a585e
parent 2 7119b73b84d6
child 17 90fe74753f71
equal deleted inserted replaced
13:52d644758b05 15:76d2cf7a585e
    58         int maxReadSize() const;
    58         int maxReadSize() const;
    59         LogsEvent::LogsDirection maxReadSizeDirection() const;
    59         LogsEvent::LogsDirection maxReadSizeDirection() const;
    60         
    60         
    61         int updateConfiguration(const LogsConfigurationParams& params);
    61         int updateConfiguration(const LogsConfigurationParams& params);
    62         LogsConfigurationParams& currentConfiguration();
    62         LogsConfigurationParams& currentConfiguration();
       
    63         
       
    64         void setTelNumMatchLen(int matchLen);
       
    65         int telNumMatchLen() const;
       
    66         
    63     private:
    67     private:
    64         
    68         
    65         QContactManager* mContactManager;
    69         QContactManager* mContactManager;
    66         int mMaxReadSize;
    70         int mMaxReadSize;
    67         LogsEvent::LogsDirection mMaxReadSizeDir;
    71         LogsEvent::LogsDirection mMaxReadSizeDir;
    68         LogsConfigurationParams mConfiguration;
    72         LogsConfigurationParams mConfiguration;
       
    73         int mMatchLen;
    69     
    74     
    70     private:
    75     private:
    71         friend class UT_LogsCommonData;
    76         friend class UT_LogsCommonData;
    72         friend class UT_LogsModel;
    77         friend class UT_LogsModel;
    73         
    78