Helper class to encapsulate the management of a PangoAttrList. More...
#include <attributes.hpp>
Public Member Functions | |
attribute_list () | |
attribute_list (attribute_list &&o) | |
~attribute_list () | |
attribute_list (const attribute_list &)=delete | |
attribute_list & | operator= (const attribute_list &)=delete |
attribute_list & | operator= (attribute_list &&o) |
void | insert (PangoAttribute *attr) |
void | modify (PangoAttribute *attr) |
void | apply_to (PangoLayout *layout) const |
void | splice_into (PangoAttrList *target) const |
Private Attributes | |
PangoAttrList * | attributes_ |
Helper class to encapsulate the management of a PangoAttrList.
Definition at line 27 of file attributes.hpp.
|
inline |
Definition at line 30 of file attributes.hpp.
|
inline |
Definition at line 35 of file attributes.hpp.
|
inline |
Definition at line 40 of file attributes.hpp.
References attributes_.
|
delete |
|
inline |
Definition at line 66 of file attributes.hpp.
References attributes_, and draw_manager::layout().
Referenced by font::pango_text::apply_attributes().
|
inline |
Definition at line 56 of file attributes.hpp.
References attributes_.
|
inline |
Definition at line 61 of file attributes.hpp.
References attributes_.
|
inline |
Definition at line 50 of file attributes.hpp.
References attributes_.
|
delete |
|
inline |
Definition at line 71 of file attributes.hpp.
References attributes_.
Referenced by font::pango_text::apply_attributes().
|
private |
Definition at line 77 of file attributes.hpp.
Referenced by apply_to(), insert(), modify(), operator=(), splice_into(), and ~attribute_list().