Back to Seed Clases

Gladeui


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gladeui.Project

Class Gladeui.Project

Import line: Gladeui = imports.gi.Gladeui;
GIR File: Gladeui-1.0.gir
C documentation: GladeuiProject
Class : Project
Implements: Gtk.TreeModel
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gladeui
Method
Gladeui.util_file_dialog_new (String title, Project project, Window parent, UtilFileDialogType action) : Gtk.Widget
Gladeui
Method
Gladeui.utils_value_from_string (Number type, String string, Project project, Widget widget) : GObject.Value
Allocates and sets a GValue of type type set to string (using glade conversion routines)
Gladeui.App
Property
active_project : Gladeui.Project
Gladeui.App
Method
Gladeui.App.get_project () : Gladeui.Project
Gladeui.App
Method
Gladeui.App.check_get_project () : Gladeui.Project
Gladeui.App
Method
Gladeui.App.set_project (Project project) : none
Sets the active project in the GladeApp to project.
Gladeui.App
Method
Gladeui.App.add_project (Project project) : none
Gladeui.App
Method
Gladeui.App.remove_project (Project project) : none
Gladeui.App
Method
Gladeui.App.get_project_by_path (String project_path) : Gladeui.Project
Finds an open project with path
Gladeui.App
Method
Gladeui.App.update_instance_count (Project project) : none
Gladeui.Catalog
Method
convert_project (Project project, ProjectFormat new_format) : Boolean
Do any data changes needed to the project for the new format in an undoable way.
Gladeui.Command
Method
Gladeui.Command.set_project_format (Project project, ProjectFormat fmt) : none
Sets the format of the project.
Gladeui.Command
Method
Gladeui.Command.set_project_naming_policy (Project project, NamingPolicy policy) : none
Sets the naming policy of a project
Gladeui.Command
Method
Gladeui.Command.set_properties_list (Project project, Array props) : none
Gladeui.Command
Method
Gladeui.Command.create (WidgetAdaptor adaptor, Widget parent, Placeholder placeholder, Project project) : Gladeui.Widget
Creates a new widget using adaptor and put in place of the placeholder in the project
Gladeui.DesignView
Property
project : Gladeui.Project
Gladeui.DesignView
Method
new Gladeui.DesignView.c_new (Project project) : Gladeui.DesignView
Create a new Gladeui.DesignView
Gladeui.DesignView
Method
Gladeui.DesignView.get_from_project (Project project) : Gladeui.DesignView
Gladeui.DesignView
Method
get_project () : Gladeui.Project
Gladeui.EditorProperty
Method
Gladeui.EditorProperty.show_resource_dialog (Project project, Widget parent, Array filename) : Boolean
Gladeui.EditorProperty
Method
Gladeui.EditorProperty.show_object_dialog (Project project, String title, Widget parent, Number object_type, Widget exception, Widget object) : Boolean
Gladeui.Inspector
Property
project : Gladeui.Project
Gladeui.Inspector
Method
new Gladeui.Inspector.with_project (Project project) : Gladeui.Inspector
Create a new Gladeui.Inspector
Gladeui.Inspector
Method
set_project (Project project) : none
Sets the current project of inspector to project.
Gladeui.Inspector
Method
get_project () : Gladeui.Project
Note that the method does not ref the returned GladeProject.
Gladeui.Placeholder
Method
get_project () : Gladeui.Project
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.Widget
Property
project : Gladeui.Project
Gladeui.Widget
Method
Gladeui.Widget.read (Project project, Widget parent, XmlNode node, String internal) : Gladeui.Widget
Gladeui.Widget
Method
set_project (Project project) : none
Makes widget belong to project.
Gladeui.Widget
Method
get_project () : Gladeui.Project
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:40 GMT+0800 (HKT)