The Gnome Chemistry Utils 0.13.3
Public Member Functions
gccv::NewLineTextTag Class Reference

New line. More...

#include <text-tag.h>

Inheritance diagram for gccv::NewLineTextTag:
gccv::TextTag

List of all members.

Public Member Functions

 NewLineTextTag ()
virtual ~NewLineTextTag ()
void Filter (PangoAttrList *l, unsigned start, unsigned end)
bool operator== (TextTag const &tag) const
TextTagDuplicate () const

Detailed Description

New line.

TextTag class to start a new line.

Definition at line 937 of file text-tag.h.


Constructor & Destructor Documentation

gccv::NewLineTextTag::NewLineTextTag ( )

Constructs a new NewLineTextTag.

virtual gccv::NewLineTextTag::~NewLineTextTag ( ) [virtual]

The destructor.


Member Function Documentation

TextTag* gccv::NewLineTextTag::Duplicate ( ) const [virtual]

Creates a copy of the NewLineTextTag.

Returns:
the new TextTag.

Implements gccv::TextTag.

void gccv::NewLineTextTag::Filter ( PangoAttrList *  l,
unsigned  start,
unsigned  end 
) [virtual]
Parameters:
la PangoAttrList.
startthe start index of the relevant text.
endthe end index of the relevant text.

Filter method for the NewLineTextTag class. Do not do anything.

Implements gccv::TextTag.

bool gccv::NewLineTextTag::operator== ( TextTag const &  tag) const [virtual]
Parameters:
taga TextTag.

Equality operator.

Returns:
false.

Implements gccv::TextTag.


The documentation for this class was generated from the following file: