Home
last modified time | relevance | path

Searched refs:move (Results 1 – 22 of 22) sorted by relevance

/glogg/glogg/src/data/
H A Dcompressedlinestorage.cpp
H A Dlinepositionarray.h
H A Dlogdata.cpp
/glogg/src/data/
H A Dcompressedlinestorage.cpp207 : block32_index_( std::move( orig.block32_index_ ) ), in CompressedLinePositionStorage()
208 block64_index_( std::move( orig.block64_index_ ) ) in CompressedLinePositionStorage()
210 move_from( std::move( orig ) ); in CompressedLinePositionStorage()
232 block32_index_ = std::move( orig.block32_index_ ); in operator =()
233 block64_index_ = std::move( orig.block64_index_ ); in operator =()
234 move_from( std::move( orig ) ); in operator =()
H A Dlinepositionarray.h46 { array = std::move( orig.array );
H A Dlogdata.cpp121 enqueueOperation( std::move( operation ) ); in attachFile()
285 currentOperation_ = std::move( nextOperation_ ); in indexingFinished()
553 attached_file_ = std::move( reopened ); // This will close the old one and open the new in reOpenFile()
/glogg/glogg/src/
H A Dviewtools.h
H A Dviewtools.cpp
H A Dfiltersdialog.cpp
H A Dmain.cpp
H A Dwatchtower.h
H A Dmainwindow.cpp
H A Dabstractlogview.cpp
/glogg/src/
H A Dviewtools.h38 void move( int value );
H A Dviewtools.cpp26 void ElasticHook::move( int value ) in move() function in ElasticHook
H A Dfiltersdialog.cpp122 filterSet->filterList.move( index, index - 1 ); in on_upFilterButton_clicked()
136 filterSet->filterList.move( index, index + 1 ); in on_downFilterButton_clicked()
H A Dmain.cpp255 MainWindow mw( std::move( session ), externalCommunicator ); in main()
H A Dwatchtower.h154 …std::shared_ptr<std::function<void()>> ptr( new std::function<void()>(std::move( notification )) ); in addFile()
H A Dmainwindow.cpp59 session_( std::move( session ) ), in MainWindow()
H A Dabstractlogview.cpp677 followElasticHook_.move( - y_delta ); in wheelEvent()
/glogg/glogg/doc/
H A Ddocumentation.markdown
/glogg/doc/
H A Ddocumentation.markdown102 <td>move the selection 'number' (or one) line down/up</td></tr>