Searched refs:Mark (Results 1 – 12 of 12) sorted by relevance
/glogg/glogg/src/ |
H A D | marks.h |
|
H A D | marks.cpp |
|
H A D | filteredview.cpp |
|
H A D | crawlerwidget.cpp |
|
/glogg/src/ |
H A D | marks.h | 28 class Mark { 30 Mark( int line ) { lineNumber_ = line; }; in Mark() function 35 bool operator <( const Mark& other ) const 75 QList<Mark>::const_iterator::iterator_category, 76 QList<Mark>::const_iterator::value_type, 77 QList<Mark>::const_iterator::difference_type, 78 QList<Mark>::const_iterator::pointer, 79 QList<Mark>::const_iterator::reference> 82 const_iterator( QList<Mark>::const_iterator iter ) in const_iterator() 86 const Mark& operator*() [all …]
|
H A D | marks.cpp | 39 if ( ! lookupLineNumber< QList<Mark> >( marks_, line, &index ) ) in addMark() 44 marks_.insert( index, Mark( line ) ); in addMark() 66 return lookupLineNumber< QList<Mark> >( marks_, line, &index ); in isLineMarked() 79 if ( lookupLineNumber< QList<Mark> >( marks_, line, &index ) ) in deleteMark()
|
H A D | filteredview.cpp | 64 if ( type == LogFilteredData::Mark ) in lineType()
|
H A D | crawlerwidget.cpp | 389 == LogFilteredData::Mark ) in markLineFromFiltered()
|
/glogg/glogg/src/data/ |
H A D | logfiltereddata.h |
|
H A D | logfiltereddata.cpp |
|
/glogg/src/data/ |
H A D | logfiltereddata.h | 85 enum FilteredLineType { Match, Mark }; enumerator
|
H A D | logfiltereddata.cpp | 173 return Mark; in filteredLineTypeByIndex() 463 filteredItemsCache_.push_back( FilteredItem( next_mark, Mark ) ); in regenerateFilteredItemsCache()
|