/glogg/glogg/src/ |
H A D | overview.cpp |
|
H A D | overviewwidget.cpp |
|
H A D | quickfind.cpp |
|
H A D | quickfind.h |
|
H A D | menuactiontooltipbehavior.cpp |
|
H A D | menuactiontooltipbehavior.h |
|
H A D | overviewwidget.h |
|
H A D | overview.h |
|
H A D | winwatchtowerdriver.h |
|
/glogg/src/ |
H A D | overview.cpp | 91 int Overview::fileLineFromY( int position ) const in fileLineFromY() 93 int line = (int)((qint64)position * linesInFile_ / height_); in fileLineFromY() 100 int position = 0; in yFromFileLine() local 103 position = (int)((qint64)file_line * height_ / linesInFile_); in yFromFileLine() 105 return position; in yFromFileLine() 122 int position = (int)( (qint64)line * height_ / linesInFile_ ); in recalculatesLines() local 124 … if ( ( ! matchLines_.isEmpty() ) && matchLines_.last().position() == position ) { in recalculatesLines() 130 matchLines_.append( WeightedLine( position ) ); in recalculatesLines() 134 if ( ( ! markLines_.isEmpty() ) && markLines_.last().position() == position ) { in recalculatesLines() 140 markLines_.append( WeightedLine( position ) ); in recalculatesLines()
|
H A D | overviewwidget.cpp | 186 line.position(), width() - LINE_MARGIN - 1, line.position() ); in paintEvent() 196 line.position(), width() - LINE_MARGIN - 1, line.position() ); in paintEvent() 215 int position = overview_->yFromFileLine( highlightedLine_ ); in paintEvent() local 218 position - ( HIGHLIGHT_XPM_HEIGHT / 2 ), in paintEvent() 236 void OverviewWidget::handleMousePress( int position ) in handleMousePress() argument 238 int line = overview_->fileLineFromY( position ); in handleMousePress() 239 LOG(logDEBUG) << "OverviewWidget::handleMousePress y=" << position << " line=" << line; in handleMousePress()
|
H A D | quickfind.cpp | 64 void QuickFind::LastMatchPosition::set( const FilePosition &position ) in set() argument 66 set( position.line(), position.column() ); in set() 81 bool QuickFind::LastMatchPosition::isLater( const FilePosition &position ) const in isLater() 83 return isLater( position.line(), position.column() ); in isLater() 98 bool QuickFind::LastMatchPosition::isSooner( const FilePosition &position ) const in isSooner() 100 return isSooner( position.line(), position.column() ); in isSooner() 148 start_position = incrementalSearchStatus_.position(); in incrementallySearchForward() 169 return incrementalSearchStatus_.position().line(); in incrementallySearchForward() 184 start_position = incrementalSearchStatus_.position(); in incrementallySearchBackward() 205 return incrementalSearchStatus_.position().line(); in incrementallySearchBackward()
|
H A D | quickfind.h | 141 void set( const FilePosition& position ); 145 bool isLater( const FilePosition& position ) const; 148 bool isSooner( const FilePosition& position ) const; 162 const FilePosition& position, in IncrementalSearchStatus() argument 165 position_( position ), in IncrementalSearchStatus() 170 FilePosition position() const { return position_; } in position() function
|
H A D | menuactiontooltipbehavior.cpp | 96 void MenuActionToolTipBehavior::showToolTip(const QPoint &position) in showToolTip() argument 107 QPoint relativePos = parentMenu->mapFromGlobal(position); in showToolTip() 109 QToolTip::showText(position, toolTip, parentMenu, activeRegion); in showToolTip()
|
H A D | menuactiontooltipbehavior.h | 48 void showToolTip(const QPoint &position);
|
H A D | overviewwidget.h | 70 void handleMousePress( int position );
|
H A D | overview.h | 46 int position() const { return pos_; } in position() function
|
/glogg/glogg/src/data/ |
H A D | compressedlinestorage.cpp |
|
H A D | compressedlinestorage.h |
|
H A D | logfiltereddataworkerthread.h |
|
/glogg/src/data/ |
H A D | compressedlinestorage.cpp | 338 uint64_t position; in at() local 344 position = last_read->position; in at() 347 position = block32_next_pos( &ptr, position ); in at() 351 position = block32_initial_pos( block, &ptr ); in at() 355 position = block32_next_pos( &ptr, position ); in at() 362 position = last_read->position; in at() 365 position = block64_next_pos( &ptr, position ); in at() 369 position = block64_initial_pos( block, &ptr ); in at() 373 position = block64_next_pos( &ptr, position ); in at() 380 last_read->position = position; in at() [all …]
|
H A D | compressedlinestorage.h | 156 position = 0; in Cache() 161 uint64_t position; member
|
H A D | logfiltereddataworkerthread.h | 128 bool* interruptRequest, qint64 position ) in UpdateSearchOperation() argument 130 initialPosition_( position ) {} in UpdateSearchOperation() 154 void updateSearch( const QRegularExpression& regExp, qint64 position );
|
/glogg/glogg/ |
H A D | TODO |
|
/glogg/ |
H A D | TODO | 7 - Save position with latest files (not just the last one)
|