Baloo::PendingFile

Search for usage in LXR

Baloo::PendingFile Class Reference

#include <pendingfile.h>

Public Member Functions

 PendingFile (const QString &path=QString())
 
bool isNewFile () const
 
void merge (const PendingFile &file)
 
bool operator== (const PendingFile &rhs) const
 
QString path () const
 
void setAttributeChanged ()
 
void setClosedOnWrite ()
 
void setCreated ()
 
void setDeleted ()
 
void setModified ()
 
void setPath (const QString &path)
 
bool shouldIndexContents () const
 
bool shouldIndexXAttrOnly () const
 
bool shouldRemoveIndex () const
 

Detailed Description

Represents a file which needs to be indexed.

Definition at line 19 of file pendingfile.h.

Member Function Documentation

◆ merge()

void PendingFile::merge ( const PendingFile file)

Takes a PendingFile file and merges its flags into the current PendingFile.

Definition at line 62 of file pendingfile.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:10:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.