Background color.
More...
#include <text-tag.h>
Background color.
TextTag class for background color.
Definition at line 768 of file text-tag.h.
§ BackgroundTextTag()
gccv::BackgroundTextTag::BackgroundTextTag |
( |
GOColor |
color | ) |
|
- Parameters
-
color | the background color. |
Constructs a BackgroundTextTag with color as background color.
§ ~BackgroundTextTag()
virtual gccv::BackgroundTextTag::~BackgroundTextTag |
( |
| ) |
|
|
virtual |
§ Duplicate()
TextTag* gccv::BackgroundTextTag::Duplicate |
( |
| ) |
const |
|
virtual |
§ Filter()
void gccv::BackgroundTextTag::Filter |
( |
PangoAttrList * |
l, |
|
|
unsigned |
start, |
|
|
unsigned |
end |
|
) |
| |
|
virtual |
- Parameters
-
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.
§ GetColor()
GOColor gccv::BackgroundTextTag::GetColor |
( |
void |
| ) |
const |
|
inline |
- Returns
- the background color.
Definition at line 806 of file text-tag.h.
§ operator==()
bool gccv::BackgroundTextTag::operator== |
( |
TextTag const & |
tag | ) |
const |
|
virtual |
The documentation for this class was generated from the following file: