The Gnome Chemistry Utils 0.13.3
|
Gnome Chemistry Canvas library namespace. More...
Gnome Chemistry Canvas library namespace.
The namespace used for the canvas C++ classes used by GChemPaint.
enum gccv::Anchor |
Anchor Text anchoring modes.
Definition at line 60 of file gccv/structs.h.
enum gccv::ArrowHeads |
Arrow heads of a line.
ArrowHeadNone |
No arrow head. |
ArrowHeadFull |
Full arrow head |
ArrowHeadLeft |
Half left arrow hea |
ArrowHeadRight |
Half right arrow head |
Definition at line 90 of file gccv/structs.h.
enum gccv::BracketsTypes |
Enumeration of the known brackets types.
Enumeration of the brackets use modes.
Definition at line 39 of file gccv/brackets.h.
enum gccv::Tag |
Text attributes support.
Invalid |
Invalid tag. |
Family |
Font family. |
Size |
Font size. |
Style |
Font style. |
Weight |
Font weight. |
Variant |
Font variant. |
Stretch |
Font stretch. |
Underline |
Text underline mode. |
Overline |
Text overline mode. |
Strikethrough |
Text strikethrough mode. |
Foreground |
Foreground color. |
Background |
Background color. |
Rise |
Vertical position. |
Position |
Normal, Subscript or Superscript. |
NewLine |
Insert a new line. |
MaxTag |
First unused value. Larger values might be used by applications. |
Definition at line 39 of file text-tag.h.
enum gccv::TagPriority |
Used for ordering tags.
TagPriorityFirst |
Puts the Tag on the front of the list so that it will be considered before other tags. The default value. |
TagPriorityLast |
Puts the Tag on the back of the list. Only PositionTextTag has this priority. |
Definition at line 110 of file text-tag.h.
enum gccv::TextDecoration |
Can be used for underline, overline or strikethrough.
TextDecorationNone |
No line. |
TextDecorationDefault |
High for underline, low for overline and medium for strikethrough |
TextDecorationHigh |
Line at the hightest position. |
TextDecorationMedium |
Line at intermediate position. |
TextDecorationLow |
Line at the lowest position. |
TextDecorationDouble |
Two lines, one at high and the other at low position. |
TextDecorationSquiggle |
Line oscillating between highest and lowest position. |
Definition at line 116 of file gccv/structs.h.
enum gccv::TextPosition |
Describes the position of the scripts relative to the base line.
Definition at line 104 of file gccv/structs.h.