|
The Gnome Chemistry Utils 0.12.8
|
Overline. More...
#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 |
| gccv::OverlineTextTag::OverlineTextTag | ( | TextDecoration | overline, |
| GOColor | color = GO_COLOR_BLACK |
||
| ) |
| overline | a TextDecoration. |
| color | the line color. |
Constructs a OverlineTextTag with overline as overline mode and color than line color, default color being black.
| 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. |
Filter method for the OverlineTextTag class.
Implements gccv::TextTag.
| TextDecoration gccv::OverlineTextTag::GetOverline | ( | ) | const [inline] |
Definition at line 651 of file text-tag.h.
| bool gccv::OverlineTextTag::operator== | ( | TextTag const & | tag | ) | const [virtual] |
| tag | a TextTag. |
Equality operator.
Implements gccv::TextTag.
1.7.4