#include <text-tag.h>

Public Member Functions | |
| UnderlineTextTag (TextDecoration underline, GOColor color=GO_COLOR_BLACK) | |
| virtual | ~UnderlineTextTag () |
| void | Filter (PangoAttrList *l, unsigned start, unsigned end) |
| bool | operator== (TextTag const &tag) const |
| TextTag * | Duplicate () const |
| TextDecoration | GetUnderline () const |
TextTag class for text underline.
Definition at line 558 of file text-tag.h.
| gccv::UnderlineTextTag::UnderlineTextTag | ( | TextDecoration | underline, | |
| GOColor | color = GO_COLOR_BLACK | |||
| ) |
| underline | a TextDecoration. | |
| color | the line color. |
| virtual gccv::UnderlineTextTag::~UnderlineTextTag | ( | ) | [virtual] |
The destructor.
| TextTag* gccv::UnderlineTextTag::Duplicate | ( | ) | const [virtual] |
Creates a copy of the UnderlineTextTag with the same underline mode.
Implements gccv::TextTag.
| void gccv::UnderlineTextTag::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.
| TextDecoration gccv::UnderlineTextTag::GetUnderline | ( | ) | const [inline] |
| bool gccv::UnderlineTextTag::operator== | ( | TextTag const & | tag | ) | const [virtual] |
| tag | a TextTag. |
Implements gccv::TextTag.
1.5.9