Import line: | Gladeui = imports.gi.Gladeui; |
GIR File: | Gladeui-1.0.gir |
C documentation: | GladeuiXmlNode |
Struct : | XmlNode |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
Create a new Gladeui.XmlNode
Create a new Gladeui.XmlNode
|
||
Create a new Gladeui.XmlNode
Create a new Gladeui.XmlNode
|
||
append_child
(XmlNode child)
:
none
|
Gladeui.XmlNode | |
delete
()
:
none
|
Gladeui.XmlNode | |
get_children
()
:
Gladeui.XmlNode
|
Gladeui.XmlNode | |
get_children_with_comments
()
:
Gladeui.XmlNode
|
Gladeui.XmlNode | |
get_name
()
:
String
|
Gladeui.XmlNode | |
get_parent
()
:
Gladeui.XmlNode
|
Gladeui.XmlNode | |
is_comment
()
:
Boolean
|
Gladeui.XmlNode | |
next
()
:
Gladeui.XmlNode
|
Gladeui.XmlNode | |
next_with_comments
()
:
Gladeui.XmlNode
|
Gladeui.XmlNode | |
remove
()
:
none
|
Gladeui.XmlNode | |
Gladeui.XmlNode | ||
Gladeui.XmlNode | ||
This is a wrapper around glade_xml_node_verify_silent(), only it emits a g_warning() if node_in has a name different than name.
|
Gladeui.XmlNode | |
Gladeui.XmlNode |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gladeui
Method |
Returns:
|
Gladeui
Method |
Reads and creates a ner GladeSignal based on node
|
Gladeui
Method |
|
Gladeui
Method |
Gets a string containing the content of node_in.
|
Gladeui
Method |
|
Gladeui
Method |
|
Gladeui
Method |
|
Gladeui
Method |
|
Gladeui
Method |
|
Gladeui
Method |
|
Gladeui
Method |
|
Gladeui
Method |
Gets an integer value for a node either carried as an attribute or as the content of a child.
|
Gladeui
Method |
This is a wrapper around glade_xml_get_value_int(), only it emits a g_warning() if node_in did not contain the requested tag Returns:
|
Gladeui
Method |
|
Gladeui
Method |
|
Gladeui
Method |
Gladeui.xml_load_sym_from_node
(XmlNode node_in, Module module, String tagname, void* sym_location)
:
Boolean
|
Gladeui
Method |
|
Gladeui
Method |
just a small wrapper arround glade_xml_search_child that displays an error if the child was not found Return Value:
|
Gladeui
Method |
Sets the content of node to content.
|
Gladeui
Method |
Sets the property name in node_in to val
|
Gladeui.GObjectAdaptor
Method |
Gladeui.GObjectAdaptor.from_catalog
(Catalog catalog, XmlNode class_node, Module module)
:
Gladeui.WidgetAdaptor
Dynamicly creates a subclass of GladeWidgetAdaptor and subclasses the closest parent adaptor (parent class adapters must be creates/registerd prior to child classes, otherwise inheritance wont work) and parses in the relevent catalog info.
|
Gladeui.GObjectAdaptor
Method |
This function is called to update widget from node when loading xml files.
|
Gladeui.GObjectAdaptor
Method |
This function is called to write widget to node when writing xml files.
|
Gladeui.GObjectAdaptor
Method |
This function is called to update load a child widget from node when loading xml files (will recurse into glade_widget_read())
|
Gladeui.GObjectAdaptor
Method |
This function is called to write the child widget to node when writing xml files (takes care of packing and recurses into glade_widget_write())
|
Gladeui.Property
Method |
Gladeui.Property.class_update_from_node
(XmlNode node, Module module, Number object_type, PropertyClass property_class, String domain)
:
Boolean
Updates the property_class with the contents of the node in the xml file.
|
Gladeui.Property
Method |
Read the value and any attributes for property from node, assumes Note that object values will only be resolved after the project is completely loaded
|
Gladeui.Property
Method |
write
(XmlContext context, XmlNode node)
:
none
Write property to node
|
Gladeui.Signal
Method |
Writes signal to node
|
Gladeui.Widget
Method |
Gladeui.Widget.read
(Project project, Widget parent, XmlNode node, String internal)
:
Gladeui.Widget
|
Gladeui.Widget
Method |
write
(XmlContext context, XmlNode node)
:
none
Recursively writes out widget and its children and appends the created GladeXmlNode to node.
|
Gladeui.Widget
Method |
Writes out a widget to the xml, takes care of packing properties and special child types.
|
Gladeui.Widget
Method |
write_signals
(XmlContext context, XmlNode node)
:
none
|
Gladeui.Widget
Method |
Writes out a placeholder to the xml
|
Gladeui.Widget
Method |
read_child
(XmlNode node)
:
none
Reads in a child widget from the xml (handles 'child' tag)
|
Gladeui.Widget
Method |
|
Gladeui.Widget
Method |
|
Gladeui.XmlDoc
Method |
get_root
()
:
Gladeui.XmlNode
|
Gladeui.XmlDoc
Method |
set_root
(XmlNode node)
:
none
|