The Gnome Chemistry Utils
0.14.9
|
Rise. More...
#include <text-tag.h>
Public Member Functions | |
RiseTextTag (double rise) | |
virtual | ~RiseTextTag () |
void | Filter (PangoAttrList *l, unsigned start, unsigned end) |
bool | operator== (TextTag const &tag) const |
TextTag * | Duplicate () const |
double | GetRise () const |
![]() | |
TextTag (Tag tag, TagPriority priority=TagPriorityFirst) | |
virtual | ~TextTag () |
virtual bool | NeedsNewRun () |
virtual TextTag * | Restrict (TextTag *tag) |
Tag | GetTag (void) const |
TagPriority | GetPriority (void) const |
void | SetStartIndex (unsigned val) |
unsigned | GetStartIndex (void) const |
unsigned & | GetRefStartIndex (void) |
void | SetEndIndex (unsigned val) |
unsigned | GetEndIndex (void) const |
unsigned & | GetRefEndIndex (void) |
bool | GetStacked (void) |
bool | GetNewLine (void) |
Additional Inherited Members | |
![]() | |
static Tag | RegisterTagType () |
static bool | Order (TextTag *first, TextTag *last) |
![]() | |
static Tag | MaxTag |
![]() | |
bool | m_Stacked |
bool | m_NewLine |
gccv::RiseTextTag::RiseTextTag | ( | double | rise | ) |
rise | the vertical offset. |
Constructs a RiseTextTag with rise as vertical offset above the base line. Negative values puts the text under the base line.
|
virtual |
The destructor.
|
virtual |
Creates a copy of the RiseTextTag with the same vertical offset above the base line.
Implements gccv::TextTag.
|
virtual |
l | a PangoAttrList. |
start | the start index of the relevant text. |
end | the end index of the relevant text. |
Filter method for the RiseTextTag class.
Implements gccv::TextTag.
|
inline |
Definition at line 854 of file text-tag.h.
|
virtual |
tag | a TextTag. |
Equality operator.
Implements gccv::TextTag.