|
The Gnome Chemistry Utils 0.12.8
|
Background color. More...
#include <text-tag.h>
Public Member Functions | |
| BackgroundTextTag (GOColor color) | |
| virtual | ~BackgroundTextTag () |
| void | Filter (PangoAttrList *l, unsigned start, unsigned end) |
| bool | operator== (TextTag const &tag) const |
| TextTag * | Duplicate () const |
| GOColor | GetColor () const |
| gccv::BackgroundTextTag::BackgroundTextTag | ( | GOColor | color | ) |
| color | the background color. |
Constructs a BackgroundTextTag with color as background color.
| virtual gccv::BackgroundTextTag::~BackgroundTextTag | ( | ) | [virtual] |
The destructor.
| TextTag* gccv::BackgroundTextTag::Duplicate | ( | ) | const [virtual] |
Creates a copy of the BackgroundTextTag with the same background color.
Implements gccv::TextTag.
| void gccv::BackgroundTextTag::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 BackgroundTextTag class.
Implements gccv::TextTag.
| GOColor gccv::BackgroundTextTag::GetColor | ( | void | ) | const [inline] |
Definition at line 804 of file text-tag.h.
| bool gccv::BackgroundTextTag::operator== | ( | TextTag const & | tag | ) | const [virtual] |
| tag | a TextTag. |
Equality operator.
Implements gccv::TextTag.
1.7.4