logsui/logscntfinder/inc/logscntentry.h
changeset 17 90fe74753f71
parent 4 e52d42f9500c
child 21 2f0af9ba7665
equal deleted inserted replaced
15:76d2cf7a585e 17:90fe74753f71
    86 
    86 
    87 private:
    87 private:
    88     
    88     
    89     void doSetText( const QString& text, LogsCntTextList& textlist ); 
    89     void doSetText( const QString& text, LogsCntTextList& textlist ); 
    90     void doSetHighlights( const QString& pattern, LogsCntTextList& nameArray );
    90     void doSetHighlights( const QString& pattern, LogsCntTextList& nameArray );
       
    91     void doSetHighlights( const QString& patternItem, QMutableListIterator<LogsCntText>& names );
       
    92     
    91     void resetHighlights( LogsCntTextList& nameArray );
    93     void resetHighlights( LogsCntTextList& nameArray );
    92     bool doSimpleMatch( const QString& pattern ) const;
    94     bool doSimpleMatch( const QString& pattern ) const;
    93     bool doComplexMatch( QStringList patternArray ) const;
    95     bool doComplexMatch( const QStringList& patternArray ) const;
    94     int startsWith( const LogsCntText& nameItem, const QString& pattern, 
    96     int startsWith( const LogsCntText& nameItem, const QString& pattern ) const; 
    95                     bool optimize = true ) const;
       
    96     
       
    97 
    97 
    98 private:
    98 private:
    99     
    99     
   100     EntryType mType;
   100     EntryType mType;
   101     quint32 mCid;
   101     quint32 mCid;