GObject.Object
Gladeui.Command
Import line: | Gladeui = imports.gi.Gladeui; |
GIR File: | Gladeui-1.0.gir |
C documentation: | GladeuiCommand |
Class : | Command |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
description : String
read only
|
Gladeui.Command | |
group_id : Number
read only
|
Gladeui.Command | |
parent : GObject.Object
read only
|
Gladeui.Command |
Method / Constructor | Defined By | |
---|---|---|
new Gladeui.Command
(Object properties)
Create a new Gladeui.Command
Create a new Gladeui.Command
|
||
|
Gladeui.Command | |
|
Gladeui.Command | |
Gladeui.Command.copy
(Array widgets)
:
none
Copies the list of widgets and adds them to the clipboard.
Copies the list of widgets and adds them to the clipboard.
|
Gladeui.Command | |
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
Creates a new widget using adaptor and put in place of the placeholder in the project
|
Gladeui.Command | |
Gladeui.Command.cut
(Array widgets)
:
none
Removes the list of widgets and adds them to the clipboard.
Removes the list of widgets and adds them to the clipboard.
|
Gladeui.Command | |
Gladeui.Command.delete
(Array widgets)
:
none
Performs a delete command on the list of widgets.
Performs a delete command on the list of widgets.
|
Gladeui.Command | |
Performs a drag-n-drop command, i.e.
Performs a drag-n-drop command, i.e. removes the list of widgets and adds them to the new parent, possibly replacing placeholder (note toplevels dont need a parent; the active project will be used when pasting toplevel objects).
|
Gladeui.Command | |
Gladeui.Command.get_group_depth
()
:
Number
|
Gladeui.Command | |
Sets locked to be in a locked up state spoken for by widget, locked widgets cannot be removed from the project until unlocked.
Sets locked to be in a locked up state spoken for by widget, locked widgets cannot be removed from the project until unlocked.
|
Gladeui.Command | |
Performs a paste command on all widgets in widgets to parent, possibly replacing placeholder (note toplevels dont need a parent; the active project will be used when pasting toplevel objects).
Performs a paste command on all widgets in widgets to parent, possibly replacing placeholder (note toplevels dont need a parent; the active project will be used when pasting toplevel objects).
|
Gladeui.Command | |
Gladeui.Command.pop_group
()
:
none
Mark the end of a command group.
Mark the end of a command group.
|
Gladeui.Command | |
|
Gladeui.Command | |
Gladeui.Command.set_i18n
(Property property, Boolean translatable, Boolean has_context, String context, String comment)
:
none
Sets the i18n data on the property.
Sets the i18n data on the property.
|
Gladeui.Command | |
|
Gladeui.Command | |
Sets the format of the project.
Sets the format of the project.
|
Gladeui.Command | |
Sets the naming policy of a project
Sets the naming policy of a project
|
Gladeui.Command | |
|
Gladeui.Command | |
|
Gladeui.Command | |
Gladeui.Command.unlock_widget
(Widget widget)
:
none
Unlocks widget so that it can be removed from the project again
Unlocks widget so that it can be removed from the project again
|
Gladeui.Command | |
collapse
(Command other)
:
none
Merges other into command, so that command now covers both commands and other can be dispensed with.
Merges other into command, so that command now covers both commands and other can be dispensed with.
|
Gladeui.Command | |
execute
()
:
Boolean
Executes command
Executes command
|
Gladeui.Command | |
undo
()
:
Boolean
Undo the effects of command
Undo the effects of command
|
Gladeui.Command | |
Checks whether command and other can be unified to make one single command.
Checks whether command and other can be unified to make one single command.
|
Gladeui.Command |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gladeui.Project
Signal |
|
Gladeui.Project
Method |
next_undo_item
()
:
Gladeui.Command
Gets the next undo item on project's command stack.
|
Gladeui.Project
Method |
next_redo_item
()
:
Gladeui.Command
Gets the next redo item on project's command stack.
|
Gladeui.Project
Method |
push_undo
(Command cmd)
:
none
Pushes a newly created GladeCommand onto projects stack.
|