The Gnome Chemistry Utils 0.13.3
|
Font style. More...
#include <text-tag.h>
Public Member Functions | |
StyleTextTag (PangoStyle style) | |
virtual | ~StyleTextTag () |
void | Filter (PangoAttrList *l, unsigned start, unsigned end) |
bool | operator== (TextTag const &tag) const |
TextTag * | Duplicate () const |
PangoStyle | GetStyle () const |
gccv::StyleTextTag::StyleTextTag | ( | PangoStyle | style | ) |
style | a font style. |
Constructs a StyleTextTag with style as font style.
virtual gccv::StyleTextTag::~StyleTextTag | ( | ) | [virtual] |
The destructor.
TextTag* gccv::StyleTextTag::Duplicate | ( | ) | const [virtual] |
Creates a copy of the StyleTextTag with the same font style.
Implements gccv::TextTag.
void gccv::StyleTextTag::Filter | ( | PangoAttrList * | l, |
unsigned | start, | ||
unsigned | end | ||
) | [virtual] |
l | a PangoAttrList. |
start | the start index of the relevant text. |
end | the end index of the relevant text. |
Filter method for the StyleTextTag class.
Implements gccv::TextTag.
PangoStyle gccv::StyleTextTag::GetStyle | ( | ) | const [inline] |
Definition at line 396 of file text-tag.h.
bool gccv::StyleTextTag::operator== | ( | TextTag const & | tag | ) | const [virtual] |
tag | a TextTag. |
Equality operator.
Implements gccv::TextTag.