logsui/logscntfinder/inc/logscntentry.h
changeset 4 e52d42f9500c
parent 2 7119b73b84d6
child 17 90fe74753f71
equal deleted inserted replaced
2:7119b73b84d6 4:e52d42f9500c
    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 resetHighlights( LogsCntTextList& nameArray );
    91     void resetHighlights( LogsCntTextList& nameArray );
    92     bool doSimpleMatch( const QString& pattern ) const;
    92     bool doSimpleMatch( const QString& pattern ) const;
    93     bool doComplexMatch( QStringList patternArray ) const;
    93     bool doComplexMatch( QStringList patternArray ) const;
       
    94     int startsWith( const LogsCntText& nameItem, const QString& pattern, 
       
    95                     bool optimize = true ) const;
    94     
    96     
    95 
    97 
    96 private:
    98 private:
    97     
    99     
    98     EntryType mType;
   100     EntryType mType;