#include <text-tag.h>

Public Member Functions | |
| NewLineTextTag () | |
| virtual | ~NewLineTextTag () |
| void | Filter (PangoAttrList *l, unsigned start, unsigned end) |
| bool | operator== (TextTag const &tag) const |
| TextTag * | Duplicate () const |
TextTag class to start a new line.
Definition at line 937 of file text-tag.h.
| gccv::NewLineTextTag::NewLineTextTag | ( | ) |
Constructs a new NewLineTextTag.
| virtual gccv::NewLineTextTag::~NewLineTextTag | ( | ) | [virtual] |
The destructor.
| TextTag* gccv::NewLineTextTag::Duplicate | ( | ) | const [virtual] |
| void gccv::NewLineTextTag::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.
| bool gccv::NewLineTextTag::operator== | ( | TextTag const & | tag | ) | const [virtual] |
1.5.9