GObject.Object
Gladeui.GObjectAdaptor
Import line: | Gladeui = imports.gi.Gladeui; |
GIR File: | Gladeui-1.0.gir |
C documentation: | GladeuiGObjectAdaptor |
Class : | GObjectAdaptor |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
book : String
|
Gladeui.GObjectAdaptor | |
catalog : String
|
Gladeui.GObjectAdaptor | |
cursor : void*
read only
|
Gladeui.GObjectAdaptor | |
generic_name : String
|
Gladeui.GObjectAdaptor | |
icon_name : String
|
Gladeui.GObjectAdaptor | |
name : String
|
Gladeui.GObjectAdaptor | |
special_child_type : String
|
Gladeui.GObjectAdaptor | |
title : String
|
Gladeui.GObjectAdaptor | |
type : Number
|
Gladeui.GObjectAdaptor |
Method / Constructor | Defined By | |
---|---|---|
new Gladeui.GObjectAdaptor
(Object properties)
Create a new Gladeui.GObjectAdaptor
Create a new Gladeui.GObjectAdaptor
|
||
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.
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 | |
|
Gladeui.GObjectAdaptor | |
|
Gladeui.GObjectAdaptor | |
Gladeui.GObjectAdaptor.list_adaptors
()
:
Array
Compiles a list of all registered adaptors.
Compiles a list of all registered adaptors.
|
Gladeui.GObjectAdaptor | |
An adaptor function to be called on widget actions.
An adaptor function to be called on widget actions.
|
Gladeui.GObjectAdaptor | |
Gladeui.GObjectAdaptor | ||
Gladeui.GObjectAdaptor | ||
This delagate function is used to create dynamically customized submenus.
This delagate function is used to create dynamically customized submenus. Called only for actions that dont have children.
|
Gladeui.GObjectAdaptor | |
Adds child to container.
Adds child to container.
|
Gladeui.GObjectAdaptor | |
An adaptor function to be called on widget actions.
An adaptor function to be called on widget actions.
|
Gladeui.GObjectAdaptor | |
Gets child's packing property identified by property_name.
Gets child's packing property identified by property_name.
|
Gladeui.GObjectAdaptor | |
Sets child's packing property identified by property_name to value.
Sets child's packing property identified by property_name to value.
|
Gladeui.GObjectAdaptor | |
This delagate function is always called whenever setting any properties with the exception of load time, and copy/paste time (basicly the two places where we recreate a hierarchy that we already know "works") its basicly an optional backend provided boundry checker for properties.
This delagate function is always called whenever setting any properties with the exception of load time, and copy/paste time (basicly the two places where we recreate a hierarchy that we already know "works") its basicly an optional backend provided boundry checker for properties. will silently return TRUE if the class did not provide a verify function.
|
Gladeui.GObjectAdaptor | |
This function is called to construct a GObject instance for a GladeWidget of the said adaptor.
This function is called to construct a GObject instance for a GladeWidget of the said adaptor. (provided for language bindings that may need to construct a wrapper object).
|
Gladeui.GObjectAdaptor | |
create_editable
(EditorPageType type)
:
Gladeui.Editable
This is used to allow the backend to override the way an editor page is layed out (note that editor widgets are created on demand and not at startup).
This is used to allow the backend to override the way an editor page is layed out (note that editor widgets are created on demand and not at startup).
|
Gladeui.GObjectAdaptor | |
to commit property changes Creates a GladeEditorProperty to edit klass
to commit property changes Creates a GladeEditorProperty to edit klass
|
Gladeui.GObjectAdaptor | |
create_eprop_by_name
(String property_id, Boolean packing, Boolean use_command)
:
Gladeui.EditorProperty
to commit property changes Creates a GladeEditorProperty to edit GladePropertyClass name in adaptor
to commit property changes Creates a GladeEditorProperty to edit GladePropertyClass name in adaptor
|
Gladeui.GObjectAdaptor | |
|
Gladeui.GObjectAdaptor | |
Checks whether widget depends on another to be placed earlier in the glade file.
Checks whether widget depends on another to be placed earlier in the glade file. the resulting glade file.
|
Gladeui.GObjectAdaptor | |
from_pspec
(ParamSpec spec)
:
Gladeui.WidgetAdaptor
Assumes pspec is a property in an object class wrapped by adaptor, this function will search for the specific parent adaptor class which originally introduced pspec.
Assumes pspec is a property in an object class wrapped by adaptor, this function will search for the specific parent adaptor class which originally introduced pspec.
|
Gladeui.GObjectAdaptor | |
Lists the children of container.
Lists the children of container.
|
Gladeui.GObjectAdaptor | |
Retrieves the internal object internal_name from object
Retrieves the internal object internal_name from object
|
Gladeui.GObjectAdaptor | |
get_pack_property_class
(String name)
:
Gladeui.PropertyClass
Retrieves the GladePropertyClass for name in
Retrieves the GladePropertyClass for name in
|
Gladeui.GObjectAdaptor | |
Gets the default value for property_id on a widget governed by
Gets the default value for property_id on a widget governed by
|
Gladeui.GObjectAdaptor | |
get_parent_adaptor
()
:
Gladeui.WidgetAdaptor
|
Gladeui.GObjectAdaptor | |
Gets value of property_name on object.
Gets value of property_name on object.
|
Gladeui.GObjectAdaptor | |
get_property_class
(String name)
:
Gladeui.PropertyClass
Retrieves the GladePropertyClass for name in adaptor
Retrieves the GladePropertyClass for name in adaptor
|
Gladeui.GObjectAdaptor | |
get_signal_class
(String name)
:
Gladeui.SignalClass
Looks up signal class name on adaptor.
Looks up signal class name on adaptor.
|
Gladeui.GObjectAdaptor | |
|
Gladeui.GObjectAdaptor | |
is_container
()
:
Boolean
Checks whether or not this adaptor has support to interface with child objects.
Checks whether or not this adaptor has support to interface with child objects.
|
Gladeui.GObjectAdaptor | |
Gladeui.GObjectAdaptor | ||
Gladeui.GObjectAdaptor | ||
pack_actions_new
()
:
Array
Create a list of packing actions.
Create a list of packing actions.
|
Gladeui.GObjectAdaptor | |
post_create
(Object object, CreateReason reason)
:
none
An adaptor function to be called after the object is created
An adaptor function to be called after the object is created
|
Gladeui.GObjectAdaptor | |
query
()
:
Boolean
certain properties upon creation of this class.
certain properties upon creation of this class.
|
Gladeui.GObjectAdaptor | |
This function is called to update load a child widget from node when loading xml files (will recurse into glade_widget_read())
This function is called to update load a child widget from node when loading xml files (will recurse into glade_widget_read())
|
Gladeui.GObjectAdaptor | |
This function is called to update widget from node when loading xml files.
This function is called to update widget from node when loading xml files.
|
Gladeui.GObjectAdaptor | |
register
()
:
none
Registers adaptor into the Glade core (every supported object type must have a registered adaptor).
Registers adaptor into the Glade core (every supported object type must have a registered adaptor).
|
Gladeui.GObjectAdaptor | |
Removes child from container.
Removes child from container.
|
Gladeui.GObjectAdaptor | |
Replaces old_obj with new_obj in container while positioning property values.
Replaces old_obj with new_obj in container while positioning property values.
|
Gladeui.GObjectAdaptor | |
This delagate function is used to apply the property value on the runtime object.
This delagate function is used to apply the property value on the runtime object.
|
Gladeui.GObjectAdaptor | |
For normal properties this is used to serialize property values, for custom properties its still needed to update the UI for undo/redo items etc.
For normal properties this is used to serialize property values, for custom properties its still needed to update the UI for undo/redo items etc.
|
Gladeui.GObjectAdaptor | |
This delagate function is always called whenever setting any properties with the exception of load time, and copy/paste time (basicly the two places where we recreate a hierarchy that we already know "works") its basicly an optional backend provided boundry checker for properties.
This delagate function is always called whenever setting any properties with the exception of load time, and copy/paste time (basicly the two places where we recreate a hierarchy that we already know "works") its basicly an optional backend provided boundry checker for properties. will silently return TRUE if the class did not provide a verify function.
|
Gladeui.GObjectAdaptor | |
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())
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.GObjectAdaptor | |
This function is called to write widget to node when writing xml files.
This function is called to write widget to node when writing xml files.
|
Gladeui.GObjectAdaptor |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gladeui.Widget
Property |
adaptor : Gladeui.GObjectAdaptor
|