Searched refs:FullIndexOperation (Results 1 – 8 of 8) sorted by relevance
131 class FullIndexOperation : public LogDataOperation {133 FullIndexOperation() : LogDataOperation( QString() ) {} in FullIndexOperation() function134 ~FullIndexOperation() {}; in ~FullIndexOperation()
108 class FullIndexOperation : public IndexOperation111 FullIndexOperation( const QString& fileName, in FullIndexOperation() function
124 operationRequested_ = new FullIndexOperation( fileName_, in indexAll()297 bool FullIndexOperation::start() in start()
48 void LogData::FullIndexOperation::doStart( in doStart()154 enqueueOperation( std::make_shared<FullIndexOperation>() ); in reload()237 newOperation = std::make_shared<FullIndexOperation>(); in fileChangedOnDisk()