Searched refs:selectPortion (Results 1 – 8 of 8) sorted by relevance
/glogg/glogg/src/ |
H A D | selection.h |
|
H A D | quickfind.cpp |
|
H A D | selection.cpp |
|
H A D | abstractlogview.cpp |
|
/glogg/src/ |
H A D | selection.h | 64 void selectPortion( int line, int start_column, int end_column ); 65 void selectPortion( Portion selection ) in selectPortion() function 66 { selectPortion( selection.line(), selection.startColumn(), in selectPortion()
|
H A D | quickfind.cpp | 301 selection_->selectPortion( in doSearchForward() 374 selection_->selectPortion( line, start_col, end_col ); in doSearchBackward()
|
H A D | selection.cpp | 42 void Selection::selectPortion( int line, int start_column, int end_column ) in selectPortion() function in Selection
|
H A D | abstractlogview.cpp | 419 selection_.selectPortion( thisEndPos.y(), in mouseMoveEvent() 1335 selection_.selectPortion( pos.y(), start, end ); in selectWordAtPosition()
|