cluttermm  1.17.3
New API in cluttermm 1.6
Member Clutter::Actor::get_paint_box (ActorBox& box)
Parameters
boxReturn location for a Clutter::ActorBox.
Returns
true if a 2D paint box could be determined, else false.
Member Clutter::Actor::get_paint_volume () const
Returns
A pointer to a Clutter::PaintVolume, or 0 if no volume could be determined. The returned pointer is not guaranteed to be valid across multiple frames; if you want to keep it, you will need to copy it using clutter_paint_volume_copy().
Member Clutter::Actor::get_transformed_paint_volume (const Glib::RefPtr< Actor >& relative_to_ancestor) const
Parameters
relative_to_ancestorA Clutter::Actor that is an ancestor of self (or 0 for the stage).
Returns
A pointer to a Clutter::PaintVolume, or 0 if no volume could be determined. The returned pointer is not guaranteed to be valid across multiple frames; if you wish to keep it, you will have to copy it using clutter_paint_volume_copy().
Member Clutter::ActorBox::set_origin (float x, float y)
Parameters
xThe X coordinate of the new origin.
yThe Y coordinate of the new origin.
Member Clutter::ActorBox::set_size (float width, float height)
Parameters
widthThe new width.
heightThe new height.
Member Clutter::InputDevice::get_associated_device ()
Returns
A Clutter::InputDevice, or 0.
Member Clutter::InputDevice::get_associated_device () const
Returns
A Clutter::InputDevice, or 0.
Member Clutter::InputDevice::get_axis (guint index_)
Parameters
indexThe index of the axis.
Returns
The axis type.
Member Clutter::InputDevice::get_device_mode () const
Returns
The device mode.
Member Clutter::InputDevice::get_enabled () const
Returns
true if the device is enabled.
Member Clutter::InputDevice::get_has_cursor () const
Returns
true if the device has a cursor.
Member Clutter::InputDevice::get_key (guint index, guint& keyval, ModifierType& modifiers) const
Parameters
indexThe index of the key.
keyvalReturn location for the keyval at index.
modifiersReturn location for the modifiers at index.
Returns
true if a key was set at the given index.
Member Clutter::InputDevice::get_n_axes ()
Returns
The number of axes on the device.
Member Clutter::InputDevice::get_n_keys () const
Returns
The number of registered keys.
Member Clutter::InputDevice::set_enabled (bool enabled=true)
Parameters
enabledtrue to enable the device.
Member Clutter::InputDevice::set_key (guint index, guint keyval, ModifierType modifiers)
Parameters
indexThe index of the key.
keyvalThe keyval.
modifiersA bitmask of modifiers.
Class Clutter::PathConstraint
Member Clutter::PathConstraint::get_offset () const
Returns
The offset.
Member Clutter::PathConstraint::get_path ()
Returns
The Clutter::Path used by the Clutter::PathConstraint, or 0. The returned Clutter::Path is owned by the constraint and it should not be unreferenced.
Member Clutter::PathConstraint::get_path () const
Returns
The Clutter::Path used by the Clutter::PathConstraint, or 0. The returned Clutter::Path is owned by the constraint and it should not be unreferenced.
Member Clutter::PathConstraint::set_offset (float offset)
Parameters
offsetThe offset along the path.
Member Clutter::PathConstraint::set_path (const Glib::RefPtr< Path >& path)
Parameters
pathA Clutter::Path.
Member Clutter::PathConstraint::signal_node_reached ()
Parameters
actorThe Clutter::Actor using the constraint.
indexThe index of the node that has been reached.
Class Clutter::SnapConstraint
Member Clutter::SnapConstraint::get_offset () const
Returns
The offset, in pixels.
Member Clutter::SnapConstraint::get_source ()
Returns
A pointer to the source actor.
Member Clutter::SnapConstraint::get_source () const
Returns
A pointer to the source actor.
Member Clutter::SnapConstraint::set_edges (SnapEdge from_edge, SnapEdge to_edge)
Parameters
from_edgeThe edge on the actor.
to_edgeThe edge on the source.
Member Clutter::SnapConstraint::set_offset (float offset)
Parameters
offsetThe offset to apply, in pixels.
Member Clutter::SnapConstraint::set_source (const Glib::RefPtr< Actor >& source)
Parameters
sourceA Clutter::Actor, or 0 to unset the source.
Member Clutter::Stage::get_accept_focus () const
Returns
true if the Clutter::Stage should accept focus, and false otherwise.
Member Clutter::Stage::set_accept_focus (bool value=true)
Parameters
accept_focustrue to accept focus on show.
Member Clutter::Timeline::get_auto_reverse () const
Returns
true if the timeline should automatically reverse, and false otherwise.
Member Clutter::Timeline::set_auto_reverse (bool reverse=true)
Parameters
reversetrue if the timeline should reverse the direction.