KGAPI2::Drive::File::IndexableText

Search for usage in LXR

KGAPI2::Drive::File::IndexableText Class Reference

#include <file.h>

Public Member Functions

 IndexableText (const IndexableText &other)
 
bool operator!= (const IndexableText &other) const
 
bool operator== (const IndexableText &other) const
 
void setText (const QString &text)
 
QString text () const
 

Detailed Description

DriveFile::IndexableText holds the structure used for indexableText property.

Definition at line 135 of file file.h.

Constructor & Destructor Documentation

◆ IndexableText()

File::IndexableText::IndexableText ( const IndexableText & other)
explicit

Definition at line 148 of file file.cpp.

◆ ~IndexableText()

File::IndexableText::~IndexableText ( )
virtual

Definition at line 153 of file file.cpp.

Member Function Documentation

◆ operator!=()

bool KGAPI2::Drive::File::IndexableText::operator!= ( const IndexableText & other) const
inline

Definition at line 141 of file file.h.

◆ operator==()

bool File::IndexableText::operator== ( const IndexableText & other) const

Definition at line 158 of file file.cpp.

◆ setText()

void File::IndexableText::setText ( const QString & text)

Sets the text to be indexed for this file.

Parameters
text

Definition at line 169 of file file.cpp.

◆ text()

QString File::IndexableText::text ( ) const

Returns the text to be indexed for this file.

Definition at line 164 of file file.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:52 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.