#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 |
TextTag class for font style.
Definition at line 358 of file text-tag.h.
| gccv::StyleTextTag::StyleTextTag | ( | PangoStyle | 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. |
Implements gccv::TextTag.
| PangoStyle gccv::StyleTextTag::GetStyle | ( | ) | const [inline] |
| bool gccv::StyleTextTag::operator== | ( | TextTag const & | tag | ) | const [virtual] |
| tag | a TextTag. |
Implements gccv::TextTag.
1.5.9