Back to Seed Clases

Gladeui


Classes

Interfaces

Structs

Unions

Enums

Struct Gladeui.XmlNode

Import line: Gladeui = imports.gi.Gladeui;
GIR File: Gladeui-1.0.gir
C documentation: GladeuiXmlNode
Struct : XmlNode
  Show / Hide Inherited methods, properties and signals
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gladeui
Method
Gladeui.parameter_list_new_from_node (Array list, XmlNode node) : Array
Returns:
Gladeui
Method
Gladeui.signal_read (XmlNode node) : Gladeui.Signal
Reads and creates a ner GladeSignal based on node
Gladeui
Method
Gladeui.xml_get_boolean (XmlNode node, String name, Boolean _default) : Boolean
Gladeui
Method
Gladeui.xml_get_content (XmlNode node_in) : String
Gets a string containing the content of node_in.
Gladeui
Method
Gladeui.xml_get_property_boolean (XmlNode node_in, String name, Boolean _default) : Boolean
Gladeui
Method
Gladeui.xml_get_property_double (XmlNode node_in, String name, Number _default) : Number
Gladeui
Method
Gladeui.xml_get_property_int (XmlNode node_in, String name, Number _default) : Number
Gladeui
Method
Gladeui.xml_get_property_string (XmlNode node_in, String name) : String
Gladeui
Method
Gladeui.xml_get_property_string_required (XmlNode node_in, String name, String xtra) : String
Gladeui
Method
Gladeui.xml_get_property_targetable_versions (XmlNode node_in, String name) : Array
Gladeui
Method
Gladeui.xml_get_property_version (XmlNode node_in, String name, Object out_values) : Boolean
Gladeui
Method
Gladeui.xml_get_value_int (XmlNode node_in, String name, Object out_values) : Boolean
Gets an integer value for a node either carried as an attribute or as the content of a child.
Gladeui
Method
Gladeui.xml_get_value_int_required (XmlNode node, String name, Object out_values) : Boolean
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.xml_get_value_string (XmlNode node, String name) : String
Gladeui
Method
Gladeui.xml_get_value_string_required (XmlNode node, String name, String xtra_info) : String
Gladeui
Method
Gladeui.xml_load_sym_from_node (XmlNode node_in, Module module, String tagname, void* sym_location) : Boolean
Gladeui
Method
Gladeui.xml_search_child (XmlNode node, String name) : Gladeui.XmlNode
Gladeui
Method
Gladeui.xml_search_child_required (XmlNode tree, String name) : Gladeui.XmlNode
just a small wrapper arround glade_xml_search_child that displays an error if the child was not found Return Value:
Gladeui
Method
Gladeui.xml_set_content (XmlNode node_in, String content) : none
Sets the content of node to content.
Gladeui
Method
Gladeui.xml_set_value (XmlNode node_in, String name, String val) : none
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
read_widget (Widget widget, XmlNode node) : none
This function is called to update widget from node when loading xml files.
Gladeui.GObjectAdaptor
Method
write_widget (Widget widget, XmlContext context, XmlNode node) : none
This function is called to write widget to node when writing xml files.
Gladeui.GObjectAdaptor
Method
read_child (Widget widget, XmlNode node) : none
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
write_child (Widget widget, XmlContext context, XmlNode node) : none
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 (Project project, XmlNode node) : none
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
write (ProjectFormat fmt, XmlContext context, XmlNode node) : none
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
write_child (Widget child, XmlContext context, XmlNode node) : none
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
write_placeholder (Object object, XmlContext context, XmlNode node) : none
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
write_special_child_prop (Object object, XmlContext context, XmlNode node) : none
Gladeui.Widget
Method
set_child_type_from_node (Object child, XmlNode node) : none
Gladeui.XmlDoc
Method
get_root () : Gladeui.XmlNode
Gladeui.XmlDoc
Method
set_root (XmlNode node) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:41 GMT+0800 (HKT)