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.
Constructor & Destructor Documentation
| Sonnet::Word::Word | ( | ) | [inline] |
Definition at line 42 of file filter_p.h.
| Sonnet::Word::Word | ( | const QString & | w, |
| int | st, | ||
| bool | e = false |
||
| ) | [inline] |
Definition at line 45 of file filter_p.h.
| Sonnet::Word::Word | ( | const Word & | other | ) | [inline] |
Definition at line 48 of file filter_p.h.
Member Data Documentation
| bool Sonnet::Word::end |
Definition at line 55 of file filter_p.h.
Definition at line 54 of file filter_p.h.
| QString Sonnet::Word::word |
Definition at line 53 of file filter_p.h.
The documentation for this struct was generated from the following file:
KDE 4.7 API Reference