KDECore
Sonnet::Word Struct Reference
#include <filter_p.h>
Public Member Functions | |
Word () | |
Word (const QString &w, int st, bool e=false) | |
Word (const Word &other) | |
Public Attributes | |
bool | end |
int | start |
QString | word |
Detailed Description
Structure abstracts the word and its position in the parent text.
struct represents word
Definition at line 40 of file filter_p.h.
Constructor & Destructor Documentation
◆ Word() [1/3]
|
inline |
Definition at line 42 of file filter_p.h.
◆ Word() [2/3]
Definition at line 45 of file filter_p.h.
◆ Word() [3/3]
|
inline |
Definition at line 48 of file filter_p.h.
Member Data Documentation
◆ end
bool Sonnet::Word::end |
Definition at line 55 of file filter_p.h.
◆ start
int Sonnet::Word::start |
Definition at line 54 of file filter_p.h.
◆ word
QString Sonnet::Word::word |
Definition at line 53 of file filter_p.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.