#include <QXPTypes.h>
Public Member Functions | |
| unsigned | endIndex () const |
| unsigned | afterEndIndex () const |
| bool | overlaps (const TextSpec &other) const |
Public Attributes | |
| const unsigned | startIndex |
| const unsigned | length |
Protected Member Functions | |
| TextSpec (unsigned start, unsigned len) | |
| libqxp::TextSpec::TextSpec | ( | unsigned | start, |
| unsigned | len | ||
| ) | [inline, protected] |
| unsigned libqxp::TextSpec::afterEndIndex | ( | ) | const [inline] |
| unsigned libqxp::TextSpec::endIndex | ( | ) | const [inline] |
Referenced by overlaps().
| bool libqxp::TextSpec::overlaps | ( | const TextSpec & | other | ) | const |
| const unsigned libqxp::TextSpec::length |
Referenced by afterEndIndex(), and endIndex().
| const unsigned libqxp::TextSpec::startIndex |
Referenced by afterEndIndex(), endIndex(), and overlaps().