#include <text-tag.h>

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