Home
last modified time | relevance | path

Searched refs:selection_ (Results 1 – 8 of 8) sorted by relevance

/glogg/glogg/src/ !
H A Dquickfind.cpp
H A Dabstractlogview.cpp
H A Dquickfind.h
H A Dabstractlogview.h
/glogg/src/ !
H A Dquickfind.cpp106 logData_( logData ), selection_( selection ), in QuickFind()
118 if ( selection_->isEmpty() ) { in incrementalSearchStop()
121 *selection_ = incrementalSearchStatus_.initialSelection(); in incrementalSearchStop()
132 *selection_ = incrementalSearchStatus_.initialSelection(); in incrementalSearchAbort()
142 FilePosition start_position = selection_->getNextPosition(); in incrementallySearchForward()
155 *selection_ ); in incrementallySearchForward()
168 selection_->clear(); in incrementallySearchForward()
178 FilePosition start_position = selection_->getPreviousPosition(); in incrementallySearchBackward()
191 *selection_ ); in incrementallySearchBackward()
204 selection_->clear(); in incrementallySearchBackward()
[all …]
H A Dabstractlogview.cpp249 selection_(), in AbstractLogView()
251 quickFind_( newLogData, &selection_, quickFindPattern ) in AbstractLogView()
329 selection_.selectRangeFromPrevious( line ); in mousePressEvent()
344 selection_.selectLine( line ); in mousePressEvent()
362 if ( selection_.isSingleLine() ) { in mousePressEvent()
370 if ( selection_.isPortion() ) { in mousePressEvent()
409 selection_.selectRange( selectionStartPos_.y(), in mouseMoveEvent()
419 selection_.selectPortion( thisEndPos.y(), in mouseMoveEvent()
427 selection_.selectLine( thisEndPos.y() ); in mouseMoveEvent()
537 selection_.selectLine( logData->getNbLine() - 1 ); in keyPressEvent()
[all …]
H A Dquickfind.h180 Selection* selection_; variable
H A Dabstractlogview.h336 Selection selection_; variable