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