#include <QXPTypes.h>
Public Member Functions | |
CharFormatSpec (const std::shared_ptr< CharFormat > &f, unsigned start, unsigned len) | |
![]() | |
unsigned | endIndex () const |
unsigned | afterEndIndex () const |
bool | overlaps (const TextSpec &other) const |
Public Attributes | |
std::shared_ptr< CharFormat > | format |
![]() | |
const unsigned | startIndex |
const unsigned | length |
Additional Inherited Members | |
![]() | |
TextSpec (unsigned start, unsigned len) | |
|
inline |
std::shared_ptr<CharFormat> libqxp::CharFormatSpec::format |