Class

LasemMathmlOperatorElement

Description

class Lasem.MathmlOperatorElement : Lasem.MathmlPresentationToken {
  presentation_token: LsmMathmlPresentationToken,
  form: LsmMathmlEnumAttribute,
  fence: LsmMathmlBooleanAttribute,
  separator: LsmMathmlBooleanAttribute,
  left_space: LsmMathmlSpaceAttribute,
  right_space: LsmMathmlSpaceAttribute,
  stretchy: LsmMathmlBooleanAttribute,
  symmetric: LsmMathmlBooleanAttribute,
  max_size: LsmMathmlSpaceAttribute,
  min_size: LsmMathmlSpaceAttribute,
  large_op: LsmMathmlBooleanAttribute,
  movable_limits: LsmMathmlBooleanAttribute,
  accent: LsmMathmlBooleanAttribute,
  is_large_op: gboolean
}
No description available.

Constructors

lsm_mathml_operator_element_new
No description available.

Instance methods

lsm_mathml_operator_element_get_slant
No description available.
Methods inherited from LsmMathmlPresentationToken (1)
lsm_mathml_presentation_token_get_text
No description available.
Methods inherited from LsmMathmlElement (7)
lsm_mathml_element_get_bbox
No description available.
lsm_mathml_element_get_embellished_core
No description available.
lsm_mathml_element_is_inferred_row
No description available.
lsm_mathml_element_layout
No description available.
lsm_mathml_element_measure
No description available.
lsm_mathml_element_render
No description available.
lsm_mathml_element_update

Update the actual property of an element and it’s children. This function parses the element attributes and also make elements inherit style from their parents.

Methods inherited from LsmDomElement (3)
lsm_dom_element_get_attribute
No description available.
lsm_dom_element_get_tag_name
No description available.
lsm_dom_element_set_attribute

Set the atribute value.

Methods inherited from LsmDomNode (18)
lsm_dom_node_append_child

Adds the node new_child to the end of the list of children of this node. If the new_child is already in the tree, it is first removed.

lsm_dom_node_changed
No description available.
lsm_dom_node_get_child_nodes
No description available.
lsm_dom_node_get_first_child
No description available.
lsm_dom_node_get_last_child
No description available.
lsm_dom_node_get_next_sibling
No description available.
lsm_dom_node_get_node_name

Gets the node name.

lsm_dom_node_get_node_type
No description available.
lsm_dom_node_get_node_value

Gets the node value.

lsm_dom_node_get_owner_document
No description available.
lsm_dom_node_get_parent_node
No description available.
lsm_dom_node_get_previous_sibling
No description available.
lsm_dom_node_has_child_nodes
No description available.
lsm_dom_node_insert_before

Inserts the node new_child before the existing child node ref_child. If ref_child is null, insert new_child at the end of the list of children. If the new_child is already in the tree, it is first removed.

lsm_dom_node_remove_child

Removes the child node indicated by old_child from the list of children, and returns it.

lsm_dom_node_replace_child

Replaces the child node old_child with new_child in the list of children, and returns the old_child node. If the new_child is already in the tree, it is first removed.

lsm_dom_node_set_node_value
No description available.
lsm_dom_node_write_to_stream
No description available.
Methods inherited from GObject (42)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject.Object::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct LasemMathmlOperatorElementClass {
  LsmMathmlPresentationTokenClass parent_class;
  
}
No description available.
Class members
parent_class: LsmMathmlPresentationTokenClass
No description available.