Class
GimpItem
Description [src]
abstract class Gimp.Item : GObject.Object {
parent_instance: GObject
}
Functions to manipulate items.
Functions
gimp_item_get_by_id
Returns a GimpItem
representing item_id
. Since GimpItem
is an
abstract class, the real object type will actually be the proper subclass.
Available since: 3.0
Instance methods
gimp_item_get_lock_position
Get the ‘lock position’ state of the specified item.
Available since: 2.10
gimp_item_get_lock_visibility
Get the ‘lock visibility’ state of the specified item.
Available since: 3.0
gimp_item_set_lock_position
Set the ‘lock position’ state of the specified item.
Available since: 2.10
gimp_item_set_lock_visibility
Set the ‘lock visibility’ state of the specified item.
Available since: 3.0
gimp_item_transform_flip_simple
Flip the specified item either vertically or horizontally.
Available since: 2.2
gimp_item_transform_perspective
Perform a possibly non-affine transformation on the specified item.
Available since: 2.8
gimp_item_transform_rotate
Rotate the specified item about given coordinates through the specified angle.
Available since: 2.8
gimp_item_transform_rotate_simple
Rotate the specified item about given coordinates through the specified angle.
Available since: 2.8
gimp_item_transform_shear
Shear the specified item about its center by the specified magnitude.
Available since: 2.8
Properties
Gimp.Item:id
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct GimpItemClass {
GObjectClass parent_class;
void (* _gimp_reserved1) (
void
);
void (* _gimp_reserved2) (
void
);
void (* _gimp_reserved3) (
void
);
void (* _gimp_reserved4) (
void
);
void (* _gimp_reserved5) (
void
);
void (* _gimp_reserved6) (
void
);
void (* _gimp_reserved7) (
void
);
void (* _gimp_reserved8) (
void
);
}
Class members
parent_class |
|
No description available. | |
_gimp_reserved1 |
|
No description available. | |
_gimp_reserved2 |
|
No description available. | |
_gimp_reserved3 |
|
No description available. | |
_gimp_reserved4 |
|
No description available. | |
_gimp_reserved5 |
|
No description available. | |
_gimp_reserved6 |
|
No description available. | |
_gimp_reserved7 |
|
No description available. | |
_gimp_reserved8 |
|
No description available. |