Background color.
More...
#include <text-tag.h>
Detailed Description
Background color.
TextTag class for background color.
Definition at line 766 of file text-tag.h.
Constructor & Destructor Documentation
gccv::BackgroundTextTag::BackgroundTextTag |
( |
GOColor |
color | ) |
|
- Parameters
-
color | the background color. |
Constructs a BackgroundTextTag with color as background color.
virtual gccv::BackgroundTextTag::~BackgroundTextTag |
( |
| ) |
|
|
virtual |
Member Function Documentation
TextTag* gccv::BackgroundTextTag::Duplicate |
( |
| ) |
const |
|
virtual |
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.
GOColor gccv::BackgroundTextTag::GetColor |
( |
void |
| ) |
const |
|
inline |
- Returns
- the background color.
Definition at line 804 of file text-tag.h.
bool gccv::BackgroundTextTag::operator== |
( |
TextTag const & |
tag | ) |
const |
|
virtual |
The documentation for this class was generated from the following file: