2006-11-15 18:37:53 -05:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-media</FILE>
|
2007-05-17 08:03:43 -04:00
|
|
|
<TITLE>ClutterMedia</TITLE>
|
2008-02-15 12:16:38 -05:00
|
|
|
ClutterMedia
|
2009-01-16 05:58:51 -05:00
|
|
|
ClutterMediaIface
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_media_set_uri
|
|
|
|
clutter_media_get_uri
|
|
|
|
clutter_media_set_playing
|
|
|
|
clutter_media_get_playing
|
2009-01-16 05:58:51 -05:00
|
|
|
clutter_media_set_progress
|
|
|
|
clutter_media_get_progress
|
2010-01-05 19:44:24 -05:00
|
|
|
clutter_media_set_subtitle_uri
|
|
|
|
clutter_media_get_subtitle_uri
|
2009-01-16 05:58:51 -05:00
|
|
|
clutter_media_set_audio_volume
|
|
|
|
clutter_media_get_audio_volume
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_media_get_can_seek
|
2009-01-16 05:58:51 -05:00
|
|
|
clutter_media_get_buffer_fill
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_media_get_duration
|
|
|
|
clutter_media_set_filename
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_MEDIA
|
|
|
|
CLUTTER_IS_MEDIA
|
|
|
|
CLUTTER_TYPE_MEDIA
|
2006-12-13 13:11:50 -05:00
|
|
|
CLUTTER_MEDIA_GET_INTERFACE
|
2006-11-17 13:45:31 -05:00
|
|
|
<SUBSECTION Private>
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_media_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2007-05-22 05:31:40 -04:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-units</FILE>
|
2007-06-07 11:28:59 -04:00
|
|
|
<TITLE>Unit conversion</TITLE>
|
2009-06-03 06:12:09 -04:00
|
|
|
ClutterUnitType
|
|
|
|
ClutterUnits
|
2009-10-06 12:47:34 -04:00
|
|
|
clutter_units_from_cm
|
2009-07-28 08:43:52 -04:00
|
|
|
clutter_units_from_em
|
|
|
|
clutter_units_from_em_for_font
|
2009-10-19 07:01:38 -04:00
|
|
|
clutter_units_from_mm
|
2009-07-28 08:43:52 -04:00
|
|
|
clutter_units_from_pixels
|
2009-10-19 07:01:38 -04:00
|
|
|
clutter_units_from_pt
|
2009-03-09 14:28:15 -04:00
|
|
|
clutter_units_to_pixels
|
2009-06-03 06:12:09 -04:00
|
|
|
clutter_units_copy
|
|
|
|
clutter_units_free
|
|
|
|
clutter_units_get_unit_type
|
|
|
|
clutter_units_get_unit_value
|
|
|
|
clutter_units_from_string
|
|
|
|
clutter_units_to_string
|
2008-05-15 10:40:44 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2009-06-03 06:12:09 -04:00
|
|
|
ClutterParamSpecUnits
|
|
|
|
clutter_param_spec_units
|
|
|
|
CLUTTER_VALUE_HOLDS_UNITS
|
|
|
|
clutter_value_set_units
|
|
|
|
clutter_value_get_units
|
|
|
|
|
2008-05-15 10:40:44 -04:00
|
|
|
<SUBSECTION Private>
|
2009-06-03 06:12:09 -04:00
|
|
|
CLUTTER_TYPE_UNITS
|
|
|
|
CLUTTER_TYPE_PARAM_UNITS
|
|
|
|
CLUTTER_PARAM_SPEC_UNITS
|
|
|
|
CLUTTER_IS_PARAM_SPEC_UNITS
|
|
|
|
clutter_units_get_type
|
|
|
|
clutter_param_units_get_type
|
2009-10-19 07:01:38 -04:00
|
|
|
clutter_units_cm
|
2009-07-28 08:43:52 -04:00
|
|
|
clutter_units_em
|
|
|
|
clutter_units_em_for_font
|
|
|
|
clutter_units_mm
|
|
|
|
clutter_units_pixels
|
|
|
|
clutter_units_pt
|
2007-05-22 05:31:40 -04:00
|
|
|
</SECTION>
|
|
|
|
|
2006-11-15 18:37:53 -05:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-behaviour</FILE>
|
|
|
|
<TITLE>ClutterBehaviour</TITLE>
|
2007-11-18 10:41:47 -05:00
|
|
|
ClutterBehaviour
|
2006-11-15 18:37:53 -05:00
|
|
|
ClutterBehaviourClass
|
|
|
|
clutter_behaviour_apply
|
|
|
|
clutter_behaviour_remove
|
2007-07-25 09:12:24 -04:00
|
|
|
clutter_behaviour_remove_all
|
2007-05-17 08:03:43 -04:00
|
|
|
clutter_behaviour_is_applied
|
2006-12-08 11:12:52 -05:00
|
|
|
ClutterBehaviourForeachFunc
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_behaviour_actors_foreach
|
2006-12-08 11:12:52 -05:00
|
|
|
clutter_behaviour_get_actors
|
2007-01-16 09:37:54 -05:00
|
|
|
clutter_behaviour_get_n_actors
|
|
|
|
clutter_behaviour_get_nth_actor
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_behaviour_get_alpha
|
|
|
|
clutter_behaviour_set_alpha
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_BEHAVIOUR
|
|
|
|
CLUTTER_IS_BEHAVIOUR
|
|
|
|
CLUTTER_TYPE_BEHAVIOUR
|
|
|
|
CLUTTER_BEHAVIOUR_CLASS
|
|
|
|
CLUTTER_IS_BEHAVIOUR_CLASS
|
|
|
|
CLUTTER_BEHAVIOUR_GET_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterBehaviourPrivate
|
|
|
|
clutter_behaviour_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-alpha</FILE>
|
|
|
|
<TITLE>ClutterAlpha</TITLE>
|
2007-11-18 10:41:47 -05:00
|
|
|
ClutterAlpha
|
|
|
|
ClutterAlphaClass
|
2009-01-20 13:13:36 -05:00
|
|
|
ClutterAlphaFunc
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_alpha_new
|
|
|
|
clutter_alpha_new_full
|
2009-01-16 08:42:06 -05:00
|
|
|
clutter_alpha_new_with_func
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_alpha_set_timeline
|
|
|
|
clutter_alpha_get_timeline
|
2008-11-17 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1014 - Clutter Animation API Improvements
* clutter/Makefile.am:
* clutter/clutter.h: Update the build
* clutter/clutter-types.h: Add AnimationMode, an enumeration
for easing functions.
* clutter/clutter-alpha.[ch]: Add the :mode property to
control the function bound to an Alpha instance using an
enumeration value. Also add six new alpha functions:
- ease-in, ease-out, ease-in-out
- sine-in, sine-out, sine-in-out
* clutter/clutter-deprecated.h: Deprecate the #defines for
the alpha functions. They will be replaced by entries in the
ClutterAnimationMode.
* clutter/clutter-interval.[ch]: Add ClutterInterval, an
object for defining, validating and computing an interval
between two values.
* clutter/clutter-animation.[ch]: Add ClutterAnimation, an
object responsible for animation the properties of a single
actor along an interval of values. ClutterAnimation memory
management is automatic. A simple wrapper method for
ClutterActor is provided:
clutter_actor_animate()
which will create, or update, an animation for the passed
actor.
* clutter/clutter-debug.h:
* clutter/clutter-main.c: Add a new 'animation' debug note.
* clutter/clutter-script.c: Clean up the alpha functions
whitelist, and add the new functions.
* doc/reference/clutter/Makefile.am:
* doc/reference/clutter/clutter-sections.txt: Update the
API reference.
* doc/reference/clutter/clutter-animation.xml: Renamed to
doc/reference/clutter/clutter-animation-tutorial.xml to
avoid clashes with the ClutterAnimation section.
* doc/reference/clutter/clutter-docs.sgml: Renamed to
doc/reference/clutter/clutter-docs.xml, as it was an XML
file and not a SGML file.
* tests/Makefile.am:
* tests/interactive/Makefile.am:
* tests/interactive/test-animation.c:
* tests/interactive/test-easing.c: Add two tests for the
new simple animation API and the easing functions.
* tests/interactive/test-actors.c:
* tests/interactive/test-behave.c:
* tests/interactive/test-depth.c:
* tests/interactive/test-effects.c:
* tests/interactive/test-layout.c:
* tests/interactive/test-multistage.c:
* tests/interactive/test-paint-wrapper.c:
* tests/interactive/test-rotate.c:
* tests/interactive/test-scale.c:
* tests/interactive/test-texture-quality.c:
* tests/interactive/test-threads.c:
* tests/interactive/test-viewport.c: Update interactive tests
to the deprecations and new alpha API.
2008-11-18 04:50:03 -05:00
|
|
|
clutter_alpha_set_mode
|
|
|
|
clutter_alpha_get_mode
|
2009-01-20 13:13:36 -05:00
|
|
|
clutter_alpha_get_alpha
|
2008-11-17 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1014 - Clutter Animation API Improvements
* clutter/Makefile.am:
* clutter/clutter.h: Update the build
* clutter/clutter-types.h: Add AnimationMode, an enumeration
for easing functions.
* clutter/clutter-alpha.[ch]: Add the :mode property to
control the function bound to an Alpha instance using an
enumeration value. Also add six new alpha functions:
- ease-in, ease-out, ease-in-out
- sine-in, sine-out, sine-in-out
* clutter/clutter-deprecated.h: Deprecate the #defines for
the alpha functions. They will be replaced by entries in the
ClutterAnimationMode.
* clutter/clutter-interval.[ch]: Add ClutterInterval, an
object for defining, validating and computing an interval
between two values.
* clutter/clutter-animation.[ch]: Add ClutterAnimation, an
object responsible for animation the properties of a single
actor along an interval of values. ClutterAnimation memory
management is automatic. A simple wrapper method for
ClutterActor is provided:
clutter_actor_animate()
which will create, or update, an animation for the passed
actor.
* clutter/clutter-debug.h:
* clutter/clutter-main.c: Add a new 'animation' debug note.
* clutter/clutter-script.c: Clean up the alpha functions
whitelist, and add the new functions.
* doc/reference/clutter/Makefile.am:
* doc/reference/clutter/clutter-sections.txt: Update the
API reference.
* doc/reference/clutter/clutter-animation.xml: Renamed to
doc/reference/clutter/clutter-animation-tutorial.xml to
avoid clashes with the ClutterAnimation section.
* doc/reference/clutter/clutter-docs.sgml: Renamed to
doc/reference/clutter/clutter-docs.xml, as it was an XML
file and not a SGML file.
* tests/Makefile.am:
* tests/interactive/Makefile.am:
* tests/interactive/test-animation.c:
* tests/interactive/test-easing.c: Add two tests for the
new simple animation API and the easing functions.
* tests/interactive/test-actors.c:
* tests/interactive/test-behave.c:
* tests/interactive/test-depth.c:
* tests/interactive/test-effects.c:
* tests/interactive/test-layout.c:
* tests/interactive/test-multistage.c:
* tests/interactive/test-paint-wrapper.c:
* tests/interactive/test-rotate.c:
* tests/interactive/test-scale.c:
* tests/interactive/test-texture-quality.c:
* tests/interactive/test-threads.c:
* tests/interactive/test-viewport.c: Update interactive tests
to the deprecations and new alpha API.
2008-11-18 04:50:03 -05:00
|
|
|
|
2009-01-16 08:42:06 -05:00
|
|
|
<SUBSECTION>
|
2009-01-20 13:13:36 -05:00
|
|
|
clutter_alpha_set_func
|
|
|
|
clutter_alpha_set_closure
|
2009-01-16 08:42:06 -05:00
|
|
|
|
2008-11-17 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1014 - Clutter Animation API Improvements
* clutter/Makefile.am:
* clutter/clutter.h: Update the build
* clutter/clutter-types.h: Add AnimationMode, an enumeration
for easing functions.
* clutter/clutter-alpha.[ch]: Add the :mode property to
control the function bound to an Alpha instance using an
enumeration value. Also add six new alpha functions:
- ease-in, ease-out, ease-in-out
- sine-in, sine-out, sine-in-out
* clutter/clutter-deprecated.h: Deprecate the #defines for
the alpha functions. They will be replaced by entries in the
ClutterAnimationMode.
* clutter/clutter-interval.[ch]: Add ClutterInterval, an
object for defining, validating and computing an interval
between two values.
* clutter/clutter-animation.[ch]: Add ClutterAnimation, an
object responsible for animation the properties of a single
actor along an interval of values. ClutterAnimation memory
management is automatic. A simple wrapper method for
ClutterActor is provided:
clutter_actor_animate()
which will create, or update, an animation for the passed
actor.
* clutter/clutter-debug.h:
* clutter/clutter-main.c: Add a new 'animation' debug note.
* clutter/clutter-script.c: Clean up the alpha functions
whitelist, and add the new functions.
* doc/reference/clutter/Makefile.am:
* doc/reference/clutter/clutter-sections.txt: Update the
API reference.
* doc/reference/clutter/clutter-animation.xml: Renamed to
doc/reference/clutter/clutter-animation-tutorial.xml to
avoid clashes with the ClutterAnimation section.
* doc/reference/clutter/clutter-docs.sgml: Renamed to
doc/reference/clutter/clutter-docs.xml, as it was an XML
file and not a SGML file.
* tests/Makefile.am:
* tests/interactive/Makefile.am:
* tests/interactive/test-animation.c:
* tests/interactive/test-easing.c: Add two tests for the
new simple animation API and the easing functions.
* tests/interactive/test-actors.c:
* tests/interactive/test-behave.c:
* tests/interactive/test-depth.c:
* tests/interactive/test-effects.c:
* tests/interactive/test-layout.c:
* tests/interactive/test-multistage.c:
* tests/interactive/test-paint-wrapper.c:
* tests/interactive/test-rotate.c:
* tests/interactive/test-scale.c:
* tests/interactive/test-texture-quality.c:
* tests/interactive/test-threads.c:
* tests/interactive/test-viewport.c: Update interactive tests
to the deprecations and new alpha API.
2008-11-18 04:50:03 -05:00
|
|
|
<SUBSECTION>
|
2009-01-20 13:13:36 -05:00
|
|
|
clutter_alpha_register_closure
|
|
|
|
clutter_alpha_register_func
|
2008-11-17 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1014 - Clutter Animation API Improvements
* clutter/Makefile.am:
* clutter/clutter.h: Update the build
* clutter/clutter-types.h: Add AnimationMode, an enumeration
for easing functions.
* clutter/clutter-alpha.[ch]: Add the :mode property to
control the function bound to an Alpha instance using an
enumeration value. Also add six new alpha functions:
- ease-in, ease-out, ease-in-out
- sine-in, sine-out, sine-in-out
* clutter/clutter-deprecated.h: Deprecate the #defines for
the alpha functions. They will be replaced by entries in the
ClutterAnimationMode.
* clutter/clutter-interval.[ch]: Add ClutterInterval, an
object for defining, validating and computing an interval
between two values.
* clutter/clutter-animation.[ch]: Add ClutterAnimation, an
object responsible for animation the properties of a single
actor along an interval of values. ClutterAnimation memory
management is automatic. A simple wrapper method for
ClutterActor is provided:
clutter_actor_animate()
which will create, or update, an animation for the passed
actor.
* clutter/clutter-debug.h:
* clutter/clutter-main.c: Add a new 'animation' debug note.
* clutter/clutter-script.c: Clean up the alpha functions
whitelist, and add the new functions.
* doc/reference/clutter/Makefile.am:
* doc/reference/clutter/clutter-sections.txt: Update the
API reference.
* doc/reference/clutter/clutter-animation.xml: Renamed to
doc/reference/clutter/clutter-animation-tutorial.xml to
avoid clashes with the ClutterAnimation section.
* doc/reference/clutter/clutter-docs.sgml: Renamed to
doc/reference/clutter/clutter-docs.xml, as it was an XML
file and not a SGML file.
* tests/Makefile.am:
* tests/interactive/Makefile.am:
* tests/interactive/test-animation.c:
* tests/interactive/test-easing.c: Add two tests for the
new simple animation API and the easing functions.
* tests/interactive/test-actors.c:
* tests/interactive/test-behave.c:
* tests/interactive/test-depth.c:
* tests/interactive/test-effects.c:
* tests/interactive/test-layout.c:
* tests/interactive/test-multistage.c:
* tests/interactive/test-paint-wrapper.c:
* tests/interactive/test-rotate.c:
* tests/interactive/test-scale.c:
* tests/interactive/test-texture-quality.c:
* tests/interactive/test-threads.c:
* tests/interactive/test-viewport.c: Update interactive tests
to the deprecations and new alpha API.
2008-11-18 04:50:03 -05:00
|
|
|
|
2006-11-15 18:37:53 -05:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_ALPHA
|
|
|
|
CLUTTER_IS_ALPHA
|
|
|
|
CLUTTER_TYPE_ALPHA
|
|
|
|
CLUTTER_ALPHA_CLASS
|
|
|
|
CLUTTER_IS_ALPHA_CLASS
|
|
|
|
CLUTTER_ALPHA_GET_CLASS
|
2008-11-17 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1014 - Clutter Animation API Improvements
* clutter/Makefile.am:
* clutter/clutter.h: Update the build
* clutter/clutter-types.h: Add AnimationMode, an enumeration
for easing functions.
* clutter/clutter-alpha.[ch]: Add the :mode property to
control the function bound to an Alpha instance using an
enumeration value. Also add six new alpha functions:
- ease-in, ease-out, ease-in-out
- sine-in, sine-out, sine-in-out
* clutter/clutter-deprecated.h: Deprecate the #defines for
the alpha functions. They will be replaced by entries in the
ClutterAnimationMode.
* clutter/clutter-interval.[ch]: Add ClutterInterval, an
object for defining, validating and computing an interval
between two values.
* clutter/clutter-animation.[ch]: Add ClutterAnimation, an
object responsible for animation the properties of a single
actor along an interval of values. ClutterAnimation memory
management is automatic. A simple wrapper method for
ClutterActor is provided:
clutter_actor_animate()
which will create, or update, an animation for the passed
actor.
* clutter/clutter-debug.h:
* clutter/clutter-main.c: Add a new 'animation' debug note.
* clutter/clutter-script.c: Clean up the alpha functions
whitelist, and add the new functions.
* doc/reference/clutter/Makefile.am:
* doc/reference/clutter/clutter-sections.txt: Update the
API reference.
* doc/reference/clutter/clutter-animation.xml: Renamed to
doc/reference/clutter/clutter-animation-tutorial.xml to
avoid clashes with the ClutterAnimation section.
* doc/reference/clutter/clutter-docs.sgml: Renamed to
doc/reference/clutter/clutter-docs.xml, as it was an XML
file and not a SGML file.
* tests/Makefile.am:
* tests/interactive/Makefile.am:
* tests/interactive/test-animation.c:
* tests/interactive/test-easing.c: Add two tests for the
new simple animation API and the easing functions.
* tests/interactive/test-actors.c:
* tests/interactive/test-behave.c:
* tests/interactive/test-depth.c:
* tests/interactive/test-effects.c:
* tests/interactive/test-layout.c:
* tests/interactive/test-multistage.c:
* tests/interactive/test-paint-wrapper.c:
* tests/interactive/test-rotate.c:
* tests/interactive/test-scale.c:
* tests/interactive/test-texture-quality.c:
* tests/interactive/test-threads.c:
* tests/interactive/test-viewport.c: Update interactive tests
to the deprecations and new alpha API.
2008-11-18 04:50:03 -05:00
|
|
|
|
2006-11-15 18:37:53 -05:00
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterAlphaPrivate
|
2006-11-17 13:45:31 -05:00
|
|
|
clutter_alpha_get_type
|
2006-11-15 18:37:53 -05:00
|
|
|
</SECTION>
|
|
|
|
|
2006-06-22 05:19:11 -04:00
|
|
|
<SECTION>
|
2009-01-27 10:18:45 -05:00
|
|
|
<FILE>clutter-clone</FILE>
|
|
|
|
<TITLE>ClutterClone</TITLE>
|
|
|
|
ClutterClone
|
|
|
|
ClutterCloneClass
|
|
|
|
clutter_clone_new
|
|
|
|
clutter_clone_set_source
|
|
|
|
clutter_clone_get_source
|
2006-06-22 05:19:11 -04:00
|
|
|
<SUBSECTION Standard>
|
2009-01-27 10:18:45 -05:00
|
|
|
CLUTTER_CLONE
|
|
|
|
CLUTTER_IS_CLONE
|
|
|
|
CLUTTER_TYPE_CLONE
|
|
|
|
CLUTTER_CLONE_CLASS
|
|
|
|
CLUTTER_IS_CLONE_CLASS
|
|
|
|
CLUTTER_CLONE_GET_CLASS
|
2006-06-22 05:19:11 -04:00
|
|
|
<SUBSECTION Private>
|
2009-01-27 10:18:45 -05:00
|
|
|
ClutterClonePrivate
|
|
|
|
clutter_clone_get_type
|
2006-06-22 05:19:11 -04:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-group</FILE>
|
|
|
|
<TITLE>ClutterGroup</TITLE>
|
2007-11-18 10:41:47 -05:00
|
|
|
ClutterGroup
|
|
|
|
ClutterGroupClass
|
2006-06-22 05:19:11 -04:00
|
|
|
clutter_group_new
|
2007-03-22 16:23:29 -04:00
|
|
|
clutter_group_remove_all
|
2007-07-04 09:59:44 -04:00
|
|
|
clutter_group_get_n_children
|
|
|
|
clutter_group_get_nth_child
|
2006-06-22 05:19:11 -04:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_GROUP
|
|
|
|
CLUTTER_IS_GROUP
|
|
|
|
CLUTTER_TYPE_GROUP
|
|
|
|
CLUTTER_GROUP_CLASS
|
|
|
|
CLUTTER_IS_GROUP_CLASS
|
|
|
|
CLUTTER_GROUP_GET_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterGroupPrivate
|
2006-06-22 09:05:45 -04:00
|
|
|
clutter_group_get_type
|
2007-12-21 11:04:39 -05:00
|
|
|
clutter_group_add
|
2006-06-22 05:19:11 -04:00
|
|
|
</SECTION>
|
|
|
|
|
2007-06-07 10:41:35 -04:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-container</FILE>
|
|
|
|
<TITLE>ClutterContainer</TITLE>
|
2007-11-18 10:41:47 -05:00
|
|
|
ClutterContainer
|
2007-06-07 10:41:35 -04:00
|
|
|
ClutterContainerIface
|
|
|
|
clutter_container_add_actor
|
|
|
|
clutter_container_add
|
|
|
|
clutter_container_add_valist
|
|
|
|
clutter_container_remove_actor
|
|
|
|
clutter_container_remove
|
|
|
|
clutter_container_remove_valist
|
|
|
|
clutter_container_get_children
|
|
|
|
clutter_container_foreach
|
2009-05-06 12:57:34 -04:00
|
|
|
clutter_container_foreach_with_internals
|
2008-05-28 09:48:11 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-10-10 12:00:41 -04:00
|
|
|
clutter_container_find_child_by_name
|
2007-08-14 04:01:33 -04:00
|
|
|
clutter_container_raise_child
|
|
|
|
clutter_container_lower_child
|
2007-08-13 13:00:58 -04:00
|
|
|
clutter_container_sort_depth_order
|
2008-05-28 09:48:11 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2008-06-10 13:12:48 -04:00
|
|
|
clutter_container_class_find_child_property
|
|
|
|
clutter_container_class_list_child_properties
|
2008-05-28 09:48:11 -04:00
|
|
|
clutter_container_child_set_property
|
|
|
|
clutter_container_child_get_property
|
|
|
|
clutter_container_child_set
|
|
|
|
clutter_container_child_get
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2008-06-10 13:12:48 -04:00
|
|
|
clutter_container_get_child_meta
|
2008-05-28 09:48:11 -04:00
|
|
|
|
2007-06-07 10:41:35 -04:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_CONTAINER
|
|
|
|
CLUTTER_CONTAINER
|
|
|
|
CLUTTER_IS_CONTAINER
|
|
|
|
CLUTTER_CONTAINER_GET_IFACE
|
|
|
|
<SUBSECTION Private>
|
|
|
|
clutter_container_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2008-05-28 09:48:11 -04:00
|
|
|
<SECTION>
|
2008-06-10 13:12:48 -04:00
|
|
|
<FILE>clutter-child-meta</FILE>
|
|
|
|
<TITLE>ClutterChildMeta</TITLE>
|
|
|
|
ClutterChildMeta
|
|
|
|
ClutterChildMetaClass
|
|
|
|
clutter_child_meta_get_container
|
|
|
|
clutter_child_meta_get_actor
|
2008-05-28 09:48:11 -04:00
|
|
|
<SUBSECTION Standard>
|
2008-06-10 13:12:48 -04:00
|
|
|
CLUTTER_TYPE_CHILD_META
|
|
|
|
CLUTTER_CHILD_META
|
|
|
|
CLUTTER_IS_CHILD_META
|
|
|
|
CLUTTER_CHILD_META_CLASS
|
|
|
|
CLUTTER_IS_CHILD_META_CLASS
|
|
|
|
CLUTTER_CHILD_META_GET_CLASS
|
2008-05-28 09:48:11 -04:00
|
|
|
<SUBSECTION Private>
|
2008-06-10 13:12:48 -04:00
|
|
|
clutter_child_meta_get_type
|
2008-05-28 09:48:11 -04:00
|
|
|
</SECTION>
|
|
|
|
|
2006-11-15 18:37:53 -05:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-rectangle</FILE>
|
|
|
|
<TITLE>ClutterRectangle</TITLE>
|
2007-11-18 10:41:47 -05:00
|
|
|
ClutterRectangle
|
|
|
|
ClutterRectangleClass
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_rectangle_new
|
|
|
|
clutter_rectangle_new_with_color
|
|
|
|
clutter_rectangle_get_color
|
|
|
|
clutter_rectangle_set_color
|
2006-11-20 17:20:48 -05:00
|
|
|
clutter_rectangle_get_border_color
|
|
|
|
clutter_rectangle_set_border_color
|
|
|
|
clutter_rectangle_get_border_width
|
|
|
|
clutter_rectangle_set_border_width
|
2006-11-15 18:37:53 -05:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_RECTANGLE
|
|
|
|
CLUTTER_IS_RECTANGLE
|
|
|
|
CLUTTER_TYPE_RECTANGLE
|
|
|
|
CLUTTER_RECTANGLE_CLASS
|
|
|
|
CLUTTER_IS_RECTANGLE_CLASS
|
|
|
|
CLUTTER_RECTANGLE_GET_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterRectanglePrivate
|
|
|
|
clutter_rectangle_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-actor</FILE>
|
2007-07-01 12:44:24 -04:00
|
|
|
<TITLE>ClutterActor</TITLE>
|
2006-11-15 18:37:53 -05:00
|
|
|
CLUTTER_ACTOR_SET_FLAGS
|
|
|
|
CLUTTER_ACTOR_UNSET_FLAGS
|
|
|
|
CLUTTER_ACTOR_IS_MAPPED
|
|
|
|
CLUTTER_ACTOR_IS_REALIZED
|
|
|
|
CLUTTER_ACTOR_IS_VISIBLE
|
2007-10-10 12:00:41 -04:00
|
|
|
CLUTTER_ACTOR_IS_REACTIVE
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2006-11-17 13:45:31 -05:00
|
|
|
ClutterActorFlags
|
2008-06-10 13:12:48 -04:00
|
|
|
ClutterRequestMode
|
2006-11-15 18:37:53 -05:00
|
|
|
ClutterGeometry
|
|
|
|
CLUTTER_CALLBACK
|
2006-11-17 13:45:31 -05:00
|
|
|
ClutterCallback
|
2006-11-15 18:37:53 -05:00
|
|
|
ClutterActor
|
|
|
|
ClutterActorClass
|
2009-05-06 12:57:34 -04:00
|
|
|
clutter_actor_set_flags
|
|
|
|
clutter_actor_unset_flags
|
|
|
|
clutter_actor_get_flags
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_actor_show
|
2006-12-13 13:11:50 -05:00
|
|
|
clutter_actor_show_all
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_actor_hide
|
2006-12-13 13:11:50 -05:00
|
|
|
clutter_actor_hide_all
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_actor_realize
|
|
|
|
clutter_actor_unrealize
|
|
|
|
clutter_actor_paint
|
|
|
|
clutter_actor_queue_redraw
|
2008-06-10 13:12:48 -04:00
|
|
|
clutter_actor_queue_relayout
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_actor_destroy
|
2007-10-10 12:00:41 -04:00
|
|
|
clutter_actor_event
|
2007-11-19 16:14:16 -05:00
|
|
|
clutter_actor_should_pick_paint
|
2009-05-06 12:57:34 -04:00
|
|
|
clutter_actor_map
|
|
|
|
clutter_actor_unmap
|
2007-10-10 12:00:41 -04:00
|
|
|
|
2008-06-10 13:12:48 -04:00
|
|
|
<SUBSECTION>
|
2009-06-09 09:47:36 -04:00
|
|
|
ClutterAllocationFlags
|
2008-06-10 13:12:48 -04:00
|
|
|
clutter_actor_allocate
|
2008-06-23 12:54:43 -04:00
|
|
|
clutter_actor_allocate_preferred_size
|
2009-05-29 12:53:19 -04:00
|
|
|
clutter_actor_allocate_available_size
|
2008-06-10 13:12:48 -04:00
|
|
|
clutter_actor_get_allocation_box
|
|
|
|
clutter_actor_get_allocation_geometry
|
|
|
|
clutter_actor_get_allocation_vertices
|
|
|
|
clutter_actor_get_preferred_size
|
|
|
|
clutter_actor_get_preferred_width
|
|
|
|
clutter_actor_get_preferred_height
|
|
|
|
clutter_actor_set_fixed_position_set
|
|
|
|
clutter_actor_get_fixed_position_set
|
2009-10-07 10:15:02 -04:00
|
|
|
clutter_actor_set_request_mode
|
|
|
|
clutter_actor_get_request_mode
|
2008-06-10 13:12:48 -04:00
|
|
|
|
2007-10-10 12:00:41 -04:00
|
|
|
<SUBSECTION>
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_actor_set_geometry
|
|
|
|
clutter_actor_get_geometry
|
|
|
|
clutter_actor_set_size
|
2006-12-05 00:16:03 -05:00
|
|
|
clutter_actor_get_size
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_actor_set_position
|
2007-11-15 12:35:47 -05:00
|
|
|
clutter_actor_get_position
|
2007-01-16 09:37:54 -05:00
|
|
|
clutter_actor_set_width
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_actor_get_width
|
2007-01-16 09:37:54 -05:00
|
|
|
clutter_actor_set_height
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_actor_get_height
|
2007-11-15 12:35:47 -05:00
|
|
|
clutter_actor_set_x
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_actor_get_x
|
2007-11-15 12:35:47 -05:00
|
|
|
clutter_actor_set_y
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_actor_get_y
|
2006-12-05 00:16:03 -05:00
|
|
|
clutter_actor_move_by
|
2007-11-18 10:41:47 -05:00
|
|
|
clutter_actor_set_rotation
|
2009-01-23 12:25:43 -05:00
|
|
|
clutter_actor_set_z_rotation_from_gravity
|
2007-11-18 10:41:47 -05:00
|
|
|
clutter_actor_get_rotation
|
2009-01-23 12:25:43 -05:00
|
|
|
clutter_actor_get_z_rotation_gravity
|
2008-02-15 05:46:20 -05:00
|
|
|
clutter_actor_is_rotated
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_actor_set_opacity
|
|
|
|
clutter_actor_get_opacity
|
|
|
|
clutter_actor_set_name
|
|
|
|
clutter_actor_get_name
|
2007-11-15 12:35:47 -05:00
|
|
|
clutter_actor_get_gid
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_actor_set_clip
|
|
|
|
clutter_actor_remove_clip
|
|
|
|
clutter_actor_has_clip
|
2007-11-15 12:35:47 -05:00
|
|
|
clutter_actor_get_clip
|
2007-10-10 12:00:41 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_actor_set_parent
|
|
|
|
clutter_actor_get_parent
|
|
|
|
clutter_actor_reparent
|
|
|
|
clutter_actor_unparent
|
|
|
|
clutter_actor_raise
|
|
|
|
clutter_actor_lower
|
|
|
|
clutter_actor_raise_top
|
|
|
|
clutter_actor_lower_bottom
|
2008-06-10 13:12:48 -04:00
|
|
|
clutter_actor_get_stage
|
actor: Add internal child flag
ClutterActor checks, when destroying and reparenting, if the parent
actor implements the Container interface, and automatically calls the
remove() method to perform a clean removal.
Actors implementing Container, though, might have internal children;
that is, children that are not added through the Container API. It is
already possible to iterate through them using the Container API to
avoid breaking invariants - but calling clutter_actor_destroy() on
these children (even from the Container implementation, and thus outside
of Clutter's control) will either lead to leaks or to segmentation
faults.
Clutter needs a way to distinguish a clutter_actor_set_parent() done on
an internal child from one done on a "public" child; for this reason, a
push/pop pair of functions should be available to Actor implementations
to mark the section where they wish to add internal children:
➔ clutter_actor_push_internal ();
...
clutter_actor_set_parent (child1, parent);
clutter_actor_set_parent (child2, parent);
...
➔ clutter_actor_pop_internal ();
The set_parent() call will automatically set the newly added
INTERNAL_CHILD private flag on each child, and both
clutter_actor_destroy() and clutter_actor_unparent() will check for the
flag before deciding whether to call the Container's remove method.
2009-12-18 18:20:04 -05:00
|
|
|
clutter_actor_push_internal
|
|
|
|
clutter_actor_pop_internal
|
2007-10-10 12:00:41 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_actor_set_depth
|
|
|
|
clutter_actor_get_depth
|
|
|
|
clutter_actor_set_scale
|
2009-01-23 12:25:43 -05:00
|
|
|
clutter_actor_set_scale_full
|
|
|
|
clutter_actor_set_scale_with_gravity
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_actor_get_scale
|
2009-01-23 12:25:43 -05:00
|
|
|
clutter_actor_get_scale_center
|
|
|
|
clutter_actor_get_scale_gravity
|
2008-02-15 05:46:20 -05:00
|
|
|
clutter_actor_is_scaled
|
2007-07-01 12:44:24 -04:00
|
|
|
clutter_actor_apply_transform_to_point
|
2007-12-15 08:02:06 -05:00
|
|
|
clutter_actor_transform_stage_point
|
2008-02-15 05:46:20 -05:00
|
|
|
clutter_actor_apply_relative_transform_to_point
|
2008-06-10 13:12:48 -04:00
|
|
|
clutter_actor_get_transformed_position
|
|
|
|
clutter_actor_get_transformed_size
|
|
|
|
clutter_actor_get_paint_opacity
|
2008-11-12 09:16:35 -05:00
|
|
|
clutter_actor_get_paint_visibility
|
2008-06-10 13:12:48 -04:00
|
|
|
clutter_actor_get_abs_allocation_vertices
|
[actor] Allow changing the transformations matrix
Currently, the transformation matrix for an actor is constructed
from scenegraph-related accessors. An actor, though, can call COGL
API to add new transformations inside the paint() implementation,
for instance:
static void
my_foo_paint (ClutterActor *a)
{
...
cogl_translate (-scroll_x, -scroll_y, 0);
...
}
Unfortunately these transformations will be completely ignored by
the scenegraph machinery; for instance, getting the actor-relative
coordinates from event coordinates is going to break badly because
of this.
In order to make the scenegraph aware of the potential of additional
transformations, we need a ::apply_transform() virtual function. This
vfunc will pass a CoglMatrix which can be used to apply additional
operations:
static void
my_foo_apply_transform (ClutterActor *a, CoglMatrix *m)
{
CLUTTER_ACTOR_CLASS (my_foo_parent_class)->apply_transform (a, m);
...
cogl_matrix_translate (m, -scroll_x, -scroll_y, 0);
...
}
The ::paint() implementation will be called with the actor already
using the newly applied transformation matrix, as expected:
static void
my_foo_paint (ClutterActor *a)
{
...
}
The ::apply_transform() implementations *must* chain up, so that the
various transformations of each class are preserved. The default
implementation inside ClutterActor applies all the transformations
defined by the scenegraph-related accessors.
Actors performing transformations inside the paint() function will
continue to work as previously.
2009-07-01 08:59:13 -04:00
|
|
|
clutter_actor_get_transformation_matrix
|
2007-10-10 12:00:41 -04:00
|
|
|
|
2007-11-28 09:16:37 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
clutter_actor_set_anchor_point
|
|
|
|
clutter_actor_get_anchor_point
|
|
|
|
clutter_actor_set_anchor_point_from_gravity
|
2009-01-23 12:25:43 -05:00
|
|
|
clutter_actor_get_anchor_point_gravity
|
2008-02-04 17:35:10 -05:00
|
|
|
clutter_actor_move_anchor_point
|
|
|
|
clutter_actor_move_anchor_point_from_gravity
|
2007-10-10 12:00:41 -04:00
|
|
|
|
2007-11-15 12:35:47 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
clutter_actor_set_reactive
|
|
|
|
clutter_actor_get_reactive
|
2008-02-04 17:35:10 -05:00
|
|
|
clutter_actor_set_shader
|
|
|
|
clutter_actor_get_shader
|
2007-12-15 08:02:06 -05:00
|
|
|
clutter_actor_set_shader_param
|
2008-12-19 12:28:42 -05:00
|
|
|
clutter_actor_set_shader_param_float
|
|
|
|
clutter_actor_set_shader_param_int
|
2007-11-15 12:35:47 -05:00
|
|
|
|
2008-12-11 10:01:28 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
clutter_actor_grab_key_focus
|
2008-12-23 11:59:14 -05:00
|
|
|
clutter_actor_get_pango_context
|
2009-01-07 09:53:54 -05:00
|
|
|
clutter_actor_create_pango_context
|
2009-02-02 04:01:41 -05:00
|
|
|
clutter_actor_create_pango_layout
|
2009-07-13 11:18:27 -04:00
|
|
|
clutter_actor_is_in_clone_paint
|
2009-12-01 09:55:01 -05:00
|
|
|
clutter_actor_set_text_direction
|
|
|
|
clutter_actor_get_text_direction
|
2008-12-11 10:01:28 -05:00
|
|
|
|
2009-06-16 07:47:19 -04:00
|
|
|
<SUBSECTION>
|
|
|
|
ClutterActorBox
|
|
|
|
clutter_actor_box_new
|
|
|
|
clutter_actor_box_copy
|
|
|
|
clutter_actor_box_free
|
|
|
|
clutter_actor_box_equal
|
2009-06-16 11:30:41 -04:00
|
|
|
clutter_actor_box_get_x
|
|
|
|
clutter_actor_box_get_y
|
|
|
|
clutter_actor_box_get_width
|
|
|
|
clutter_actor_box_get_height
|
2009-06-16 07:47:19 -04:00
|
|
|
clutter_actor_box_get_origin
|
|
|
|
clutter_actor_box_get_size
|
|
|
|
clutter_actor_box_get_area
|
|
|
|
clutter_actor_box_contains
|
|
|
|
clutter_actor_box_from_vertices
|
2009-12-11 18:48:58 -05:00
|
|
|
clutter_actor_box_clamp_to_pixel
|
|
|
|
clutter_actor_box_interpolate
|
2009-06-16 07:47:19 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
ClutterVertex
|
|
|
|
clutter_vertex_new
|
|
|
|
clutter_vertex_copy
|
|
|
|
clutter_vertex_free
|
|
|
|
clutter_vertex_equal
|
|
|
|
|
2006-11-15 18:37:53 -05:00
|
|
|
<SUBSECTION Standard>
|
2006-12-13 13:11:50 -05:00
|
|
|
CLUTTER_TYPE_GEOMETRY
|
|
|
|
CLUTTER_TYPE_ACTOR_BOX
|
2007-07-04 09:59:44 -04:00
|
|
|
CLUTTER_TYPE_VERTEX
|
2006-11-15 18:37:53 -05:00
|
|
|
CLUTTER_ACTOR
|
|
|
|
CLUTTER_IS_ACTOR
|
|
|
|
CLUTTER_TYPE_ACTOR
|
|
|
|
CLUTTER_ACTOR_CLASS
|
|
|
|
CLUTTER_IS_ACTOR_CLASS
|
|
|
|
CLUTTER_ACTOR_GET_CLASS
|
2006-11-17 13:45:31 -05:00
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterActorPrivate
|
|
|
|
clutter_actor_get_type
|
|
|
|
clutter_actor_box_get_type
|
|
|
|
clutter_geometry_get_type
|
2007-07-04 09:59:44 -04:00
|
|
|
clutter_vertex_get_type
|
2006-11-15 18:37:53 -05:00
|
|
|
</SECTION>
|
|
|
|
|
2006-06-22 05:19:11 -04:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-texture</FILE>
|
|
|
|
<TITLE>ClutterTexture</TITLE>
|
2007-11-15 12:35:47 -05:00
|
|
|
ClutterTexture
|
|
|
|
ClutterTextureClass
|
2007-07-01 12:44:24 -04:00
|
|
|
ClutterTextureFlags
|
2008-06-12 07:41:03 -04:00
|
|
|
ClutterTextureQuality
|
2006-06-22 05:19:11 -04:00
|
|
|
clutter_texture_new
|
2008-04-25 09:37:36 -04:00
|
|
|
clutter_texture_new_from_file
|
2008-02-04 17:35:10 -05:00
|
|
|
clutter_texture_new_from_actor
|
2009-05-19 07:51:29 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-07-24 13:39:58 -04:00
|
|
|
CLUTTER_TEXTURE_ERROR
|
|
|
|
ClutterTextureError
|
2008-04-25 09:37:36 -04:00
|
|
|
clutter_texture_set_from_file
|
2007-07-01 12:44:24 -04:00
|
|
|
clutter_texture_set_from_rgb_data
|
|
|
|
clutter_texture_set_from_yuv_data
|
2007-12-21 10:09:08 -05:00
|
|
|
clutter_texture_set_area_from_rgb_data
|
2006-06-22 05:19:11 -04:00
|
|
|
clutter_texture_get_base_size
|
2009-05-19 07:51:29 -04:00
|
|
|
clutter_texture_get_pixel_format
|
2009-05-28 12:18:13 -04:00
|
|
|
clutter_texture_get_max_tile_waste
|
2008-04-25 09:37:36 -04:00
|
|
|
clutter_texture_get_filter_quality
|
|
|
|
clutter_texture_set_filter_quality
|
|
|
|
clutter_texture_get_cogl_texture
|
|
|
|
clutter_texture_set_cogl_texture
|
2009-01-27 11:41:51 -05:00
|
|
|
clutter_texture_get_cogl_material
|
|
|
|
clutter_texture_set_cogl_material
|
2009-05-19 07:51:29 -04:00
|
|
|
clutter_texture_get_sync_size
|
|
|
|
clutter_texture_set_sync_size
|
|
|
|
clutter_texture_get_repeat
|
|
|
|
clutter_texture_set_repeat
|
|
|
|
clutter_texture_get_keep_aspect_ratio
|
|
|
|
clutter_texture_set_keep_aspect_ratio
|
|
|
|
clutter_texture_get_load_async
|
|
|
|
clutter_texture_set_load_async
|
|
|
|
clutter_texture_get_load_data_async
|
|
|
|
clutter_texture_set_load_data_async
|
2007-11-15 12:35:47 -05:00
|
|
|
|
2006-06-22 05:19:11 -04:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TEXTURE
|
|
|
|
CLUTTER_IS_TEXTURE
|
|
|
|
CLUTTER_TYPE_TEXTURE
|
|
|
|
CLUTTER_TEXTURE_CLASS
|
|
|
|
CLUTTER_IS_TEXTURE_CLASS
|
|
|
|
CLUTTER_TEXTURE_GET_CLASS
|
2007-11-15 12:35:47 -05:00
|
|
|
|
2006-06-22 05:19:11 -04:00
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterTexturePrivate
|
2007-07-24 13:39:58 -04:00
|
|
|
clutter_texture_error_quark
|
2006-06-22 09:05:45 -04:00
|
|
|
clutter_texture_get_type
|
2006-06-22 05:19:11 -04:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-stage</FILE>
|
2007-07-01 12:44:24 -04:00
|
|
|
<TITLE>ClutterStage</TITLE>
|
2007-08-21 11:47:51 -04:00
|
|
|
ClutterStage
|
|
|
|
ClutterStageClass
|
2007-08-15 15:50:16 -04:00
|
|
|
CLUTTER_STAGE_WIDTH
|
|
|
|
CLUTTER_STAGE_HEIGHT
|
2006-06-22 05:19:11 -04:00
|
|
|
clutter_stage_get_default
|
2008-06-10 13:12:48 -04:00
|
|
|
clutter_stage_new
|
|
|
|
clutter_stage_is_default
|
2008-05-15 10:40:44 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2006-06-22 05:19:11 -04:00
|
|
|
clutter_stage_set_color
|
|
|
|
clutter_stage_get_color
|
2009-06-09 09:05:03 -04:00
|
|
|
clutter_stage_set_fullscreen
|
|
|
|
clutter_stage_get_fullscreen
|
2007-03-22 16:23:29 -04:00
|
|
|
clutter_stage_show_cursor
|
|
|
|
clutter_stage_hide_cursor
|
2009-04-24 10:05:02 -04:00
|
|
|
ClutterPickMode
|
2006-06-22 05:19:11 -04:00
|
|
|
clutter_stage_get_actor_at_pos
|
2008-05-15 10:40:44 -04:00
|
|
|
clutter_stage_ensure_current
|
2009-01-14 10:05:03 -05:00
|
|
|
clutter_stage_ensure_viewport
|
2009-06-09 11:29:29 -04:00
|
|
|
clutter_stage_ensure_redraw
|
2008-06-10 13:12:48 -04:00
|
|
|
clutter_stage_queue_redraw
|
2007-04-25 10:22:24 -04:00
|
|
|
clutter_stage_event
|
2007-10-10 12:00:41 -04:00
|
|
|
clutter_stage_set_key_focus
|
2007-11-21 06:55:26 -05:00
|
|
|
clutter_stage_get_key_focus
|
2008-05-15 10:40:44 -04:00
|
|
|
clutter_stage_read_pixels
|
2009-07-14 08:47:35 -04:00
|
|
|
clutter_stage_set_throttle_motion_events
|
|
|
|
clutter_stage_get_throttle_motion_events
|
2009-12-08 21:04:56 -05:00
|
|
|
clutter_stage_set_use_alpha
|
|
|
|
clutter_stage_get_use_alpha
|
2007-10-10 12:00:41 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-08-21 11:47:51 -04:00
|
|
|
ClutterPerspective
|
2007-07-01 12:44:24 -04:00
|
|
|
clutter_stage_set_perspective
|
|
|
|
clutter_stage_get_perspective
|
2007-10-10 12:00:41 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-07-01 12:44:24 -04:00
|
|
|
clutter_stage_set_title
|
|
|
|
clutter_stage_get_title
|
2007-07-31 13:01:52 -04:00
|
|
|
clutter_stage_set_user_resizable
|
|
|
|
clutter_stage_get_user_resizable
|
2007-11-21 06:55:26 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
ClutterFog
|
|
|
|
clutter_stage_set_use_fog
|
|
|
|
clutter_stage_get_use_fog
|
|
|
|
clutter_stage_set_fog
|
|
|
|
clutter_stage_get_fog
|
|
|
|
|
2006-06-22 05:19:11 -04:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_STAGE
|
|
|
|
CLUTTER_IS_STAGE
|
|
|
|
CLUTTER_TYPE_STAGE
|
|
|
|
CLUTTER_STAGE_CLASS
|
|
|
|
CLUTTER_IS_STAGE_CLASS
|
|
|
|
CLUTTER_STAGE_GET_CLASS
|
2008-06-10 13:12:48 -04:00
|
|
|
CLUTTER_STAGE_TYPE
|
2007-07-01 12:44:24 -04:00
|
|
|
CLUTTER_TYPE_PERSPECTIVE
|
2007-11-23 08:11:10 -05:00
|
|
|
CLUTTER_TYPE_FOG
|
2006-06-22 05:19:11 -04:00
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterStagePrivate
|
2006-06-22 09:05:45 -04:00
|
|
|
clutter_stage_get_type
|
2007-03-27 05:39:00 -04:00
|
|
|
clutter_perspective_get_type
|
2007-11-21 06:55:26 -05:00
|
|
|
clutter_fog_get_type
|
2007-12-21 11:04:39 -05:00
|
|
|
clutter_stage_add
|
2006-06-22 05:19:11 -04:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-timeline</FILE>
|
|
|
|
<TITLE>ClutterTimeline</TITLE>
|
2007-08-20 05:17:23 -04:00
|
|
|
ClutterTimeline
|
|
|
|
ClutterTimelineClass
|
2006-06-22 05:19:11 -04:00
|
|
|
clutter_timeline_new
|
2007-06-07 06:26:07 -04:00
|
|
|
clutter_timeline_clone
|
2007-11-15 12:03:55 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_timeline_set_duration
|
|
|
|
clutter_timeline_get_duration
|
|
|
|
clutter_timeline_set_loop
|
|
|
|
clutter_timeline_get_loop
|
|
|
|
clutter_timeline_set_delay
|
|
|
|
clutter_timeline_get_delay
|
|
|
|
ClutterTimelineDirection
|
|
|
|
clutter_timeline_set_direction
|
|
|
|
clutter_timeline_get_direction
|
|
|
|
|
2007-11-15 12:35:47 -05:00
|
|
|
<SUBSECTION>
|
2006-06-22 05:19:11 -04:00
|
|
|
clutter_timeline_start
|
|
|
|
clutter_timeline_pause
|
|
|
|
clutter_timeline_stop
|
|
|
|
clutter_timeline_rewind
|
|
|
|
clutter_timeline_skip
|
|
|
|
clutter_timeline_advance
|
2009-06-04 08:05:12 -04:00
|
|
|
clutter_timeline_get_elapsed_time
|
2007-11-30 08:20:15 -05:00
|
|
|
clutter_timeline_get_delta
|
2007-11-15 12:03:55 -05:00
|
|
|
clutter_timeline_get_progress
|
2006-06-22 05:19:11 -04:00
|
|
|
clutter_timeline_is_playing
|
2007-11-15 12:03:55 -05:00
|
|
|
|
2008-03-18 13:51:08 -04:00
|
|
|
<SUBSECTION>
|
|
|
|
clutter_timeline_add_marker_at_time
|
2008-05-15 10:40:44 -04:00
|
|
|
clutter_timeline_has_marker
|
2008-03-18 13:51:08 -04:00
|
|
|
clutter_timeline_list_markers
|
|
|
|
clutter_timeline_remove_marker
|
|
|
|
clutter_timeline_advance_to_marker
|
|
|
|
|
2006-06-22 05:19:11 -04:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TIMELINE
|
|
|
|
CLUTTER_IS_TIMELINE
|
|
|
|
CLUTTER_TYPE_TIMELINE
|
|
|
|
CLUTTER_TIMELINE_CLASS
|
|
|
|
CLUTTER_IS_TIMELINE_CLASS
|
|
|
|
CLUTTER_TIMELINE_GET_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterTimelinePrivate
|
2006-06-22 09:05:45 -04:00
|
|
|
clutter_timeline_get_type
|
2009-06-10 09:54:19 -04:00
|
|
|
clutter_timeline_do_tick
|
2006-06-22 05:19:11 -04:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
2006-11-15 18:37:53 -05:00
|
|
|
<FILE>clutter-behaviour-path</FILE>
|
2006-12-05 00:16:03 -05:00
|
|
|
<TITLE>ClutterBehaviourPath</TITLE>
|
2007-11-18 10:41:47 -05:00
|
|
|
ClutterBehaviourPath
|
2006-11-15 18:37:53 -05:00
|
|
|
ClutterBehaviourPathClass
|
|
|
|
clutter_behaviour_path_new
|
2008-12-05 08:13:37 -05:00
|
|
|
clutter_behaviour_path_new_with_description
|
|
|
|
clutter_behaviour_path_new_with_knots
|
|
|
|
clutter_behaviour_path_set_path
|
|
|
|
clutter_behaviour_path_get_path
|
2007-11-18 10:41:47 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
ClutterKnot
|
|
|
|
clutter_knot_copy
|
|
|
|
clutter_knot_free
|
|
|
|
clutter_knot_equal
|
|
|
|
|
2006-06-22 05:19:11 -04:00
|
|
|
<SUBSECTION Standard>
|
2006-12-13 13:11:50 -05:00
|
|
|
CLUTTER_TYPE_KNOT
|
2006-11-15 18:37:53 -05:00
|
|
|
CLUTTER_BEHAVIOUR_PATH
|
|
|
|
CLUTTER_IS_BEHAVIOUR_PATH
|
|
|
|
CLUTTER_TYPE_BEHAVIOUR_PATH
|
|
|
|
CLUTTER_BEHAVIOUR_PATH_CLASS
|
|
|
|
CLUTTER_IS_BEHAVIOUR_PATH_CLASS
|
|
|
|
CLUTTER_BEHAVIOUR_PATH_GET_CLASS
|
2006-06-22 09:05:45 -04:00
|
|
|
<SUBSECTION Private>
|
2006-11-15 18:37:53 -05:00
|
|
|
ClutterBehaviourPathPrivate
|
2006-12-05 00:16:03 -05:00
|
|
|
clutter_knot_get_type
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_behaviour_path_get_type
|
2006-06-22 05:19:11 -04:00
|
|
|
</SECTION>
|
|
|
|
|
2008-12-05 08:13:37 -05:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-path</FILE>
|
|
|
|
<TITLE>ClutterPath</TITLE>
|
|
|
|
ClutterPath
|
|
|
|
ClutterPathClass
|
|
|
|
ClutterPathCallback
|
|
|
|
ClutterPathNodeType
|
|
|
|
clutter_path_new
|
|
|
|
clutter_path_new_with_description
|
2008-12-11 10:01:28 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2008-12-05 08:13:37 -05:00
|
|
|
clutter_path_add_move_to
|
|
|
|
clutter_path_add_rel_move_to
|
|
|
|
clutter_path_add_line_to
|
|
|
|
clutter_path_add_rel_line_to
|
|
|
|
clutter_path_add_curve_to
|
|
|
|
clutter_path_add_rel_curve_to
|
|
|
|
clutter_path_add_close
|
|
|
|
clutter_path_add_string
|
|
|
|
clutter_path_add_node
|
2008-12-05 13:37:31 -05:00
|
|
|
clutter_path_add_cairo_path
|
2008-12-11 10:01:28 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2008-12-05 08:13:37 -05:00
|
|
|
clutter_path_get_n_nodes
|
|
|
|
clutter_path_get_node
|
|
|
|
clutter_path_get_nodes
|
|
|
|
clutter_path_foreach
|
|
|
|
clutter_path_insert_node
|
|
|
|
clutter_path_remove_node
|
|
|
|
clutter_path_replace_node
|
|
|
|
clutter_path_get_description
|
|
|
|
clutter_path_set_description
|
2008-12-05 13:37:31 -05:00
|
|
|
clutter_path_to_cairo_path
|
2008-12-05 08:13:37 -05:00
|
|
|
clutter_path_clear
|
|
|
|
clutter_path_get_position
|
|
|
|
clutter_path_get_length
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
ClutterPathNode
|
|
|
|
clutter_path_node_copy
|
|
|
|
clutter_path_node_free
|
|
|
|
clutter_path_node_equal
|
2008-12-19 12:25:18 -05:00
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_PATH
|
|
|
|
CLUTTER_TYPE_PATH_NODE
|
|
|
|
CLUTTER_PATH
|
|
|
|
CLUTTER_PATH_CLASS
|
|
|
|
CLUTTER_IS_PATH
|
|
|
|
CLUTTER_IS_PATH_CLASS
|
|
|
|
CLUTTER_PATH_GET_CLASS
|
|
|
|
CLUTTER_PATH_RELATIVE
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterPathPrivate
|
|
|
|
clutter_path_get_type
|
|
|
|
clutter_path_node_get_type
|
2008-12-05 08:13:37 -05:00
|
|
|
</SECTION>
|
|
|
|
|
2006-06-22 05:19:11 -04:00
|
|
|
<SECTION>
|
2006-11-15 18:37:53 -05:00
|
|
|
<FILE>clutter-behaviour-opacity</FILE>
|
|
|
|
<TITLE>ClutterBehaviourOpacity</TITLE>
|
2007-08-07 10:03:30 -04:00
|
|
|
ClutterBehaviourOpacity
|
|
|
|
ClutterBehaviourOpacityClass
|
2007-11-18 10:41:47 -05:00
|
|
|
clutter_behaviour_opacity_new
|
2008-01-18 06:02:34 -05:00
|
|
|
clutter_behaviour_opacity_set_bounds
|
|
|
|
clutter_behaviour_opacity_get_bounds
|
2007-11-18 10:41:47 -05:00
|
|
|
<SUBSECTION Standard>
|
2006-11-15 18:37:53 -05:00
|
|
|
CLUTTER_BEHAVIOUR_OPACITY
|
|
|
|
CLUTTER_IS_BEHAVIOUR_OPACITY
|
|
|
|
CLUTTER_TYPE_BEHAVIOUR_OPACITY
|
|
|
|
CLUTTER_BEHAVIOUR_OPACITY_CLASS
|
|
|
|
CLUTTER_IS_BEHAVIOUR_OPACITY_CLASS
|
|
|
|
CLUTTER_BEHAVIOUR_OPACITY_GET_CLASS
|
2006-06-22 05:19:11 -04:00
|
|
|
<SUBSECTION Private>
|
2006-11-15 18:37:53 -05:00
|
|
|
ClutterBehaviourOpacityPrivate
|
|
|
|
clutter_behaviour_opacity_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2007-04-16 06:25:47 -04:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-behaviour-rotate</FILE>
|
|
|
|
<TITLE>ClutterBehaviourRotate</TITLE>
|
|
|
|
ClutterRotateAxis
|
|
|
|
ClutterRotateDirection
|
2007-11-18 10:41:47 -05:00
|
|
|
ClutterBehaviourRotate
|
|
|
|
ClutterBehaviourRotateClass
|
2007-04-16 06:25:47 -04:00
|
|
|
clutter_behaviour_rotate_new
|
|
|
|
clutter_behaviour_rotate_set_axis
|
|
|
|
clutter_behaviour_rotate_get_axis
|
2007-07-01 12:44:24 -04:00
|
|
|
clutter_behaviour_rotate_set_direction
|
|
|
|
clutter_behaviour_rotate_get_direction
|
|
|
|
clutter_behaviour_rotate_set_bounds
|
2007-04-16 06:25:47 -04:00
|
|
|
clutter_behaviour_rotate_get_bounds
|
2007-07-24 18:33:30 -04:00
|
|
|
clutter_behaviour_rotate_set_center
|
|
|
|
clutter_behaviour_rotate_get_center
|
2007-04-16 06:25:47 -04:00
|
|
|
<SUBSECTION Standard>
|
2007-05-17 08:03:43 -04:00
|
|
|
CLUTTER_TYPE_BEHAVIOUR_ROTATE
|
2007-04-16 06:25:47 -04:00
|
|
|
CLUTTER_BEHAVIOUR_ROTATE
|
|
|
|
CLUTTER_IS_BEHAVIOUR_ROTATE
|
|
|
|
CLUTTER_BEHAVIOUR_ROTATE_CLASS
|
|
|
|
CLUTTER_IS_BEHAVIOUR_ROTATE_CLASS
|
|
|
|
CLUTTER_BEHAVIOUR_ROTATE_GET_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterBehaviourRotatePrivate
|
|
|
|
clutter_behaviour_rotate_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2006-11-15 18:37:53 -05:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-behaviour-scale</FILE>
|
|
|
|
<TITLE>ClutterBehaviourScale</TITLE>
|
2006-12-05 00:16:03 -05:00
|
|
|
ClutterGravity
|
2007-11-18 10:41:47 -05:00
|
|
|
ClutterBehaviourScale
|
|
|
|
ClutterBehaviourScaleClass
|
2006-11-15 18:37:53 -05:00
|
|
|
clutter_behaviour_scale_new
|
2008-01-17 09:31:14 -05:00
|
|
|
clutter_behaviour_scale_set_bounds
|
2007-05-17 08:03:43 -04:00
|
|
|
clutter_behaviour_scale_get_bounds
|
2006-11-15 18:37:53 -05:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_BEHAVIOUR_SCALE
|
|
|
|
CLUTTER_IS_BEHAVIOUR_SCALE
|
|
|
|
CLUTTER_TYPE_BEHAVIOUR_SCALE
|
|
|
|
CLUTTER_BEHAVIOUR_SCALE_CLASS
|
|
|
|
CLUTTER_IS_BEHAVIOUR_SCALE_CLASS
|
|
|
|
CLUTTER_BEHAVIOUR_SCALE_GET_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterBehaviourScalePrivate
|
|
|
|
clutter_behaviour_scale_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2007-04-30 04:39:20 -04:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-behaviour-ellipse</FILE>
|
|
|
|
<TITLE>ClutterBehaviourEllipse</TITLE>
|
2007-11-18 10:41:47 -05:00
|
|
|
ClutterBehaviourEllipse
|
2007-04-30 04:39:20 -04:00
|
|
|
ClutterBehaviourEllipseClass
|
|
|
|
clutter_behaviour_ellipse_new
|
|
|
|
clutter_behaviour_ellipse_set_center
|
|
|
|
clutter_behaviour_ellipse_get_center
|
2007-11-18 10:41:47 -05:00
|
|
|
clutter_behaviour_ellipse_set_angle_start
|
|
|
|
clutter_behaviour_ellipse_get_angle_start
|
2007-05-17 08:03:43 -04:00
|
|
|
clutter_behaviour_ellipse_set_angle_end
|
2007-11-18 10:41:47 -05:00
|
|
|
clutter_behaviour_ellipse_get_angle_end
|
2007-05-17 08:03:43 -04:00
|
|
|
clutter_behaviour_ellipse_set_angle_tilt
|
2007-11-18 10:41:47 -05:00
|
|
|
clutter_behaviour_ellipse_get_angle_tilt
|
2007-05-17 08:03:43 -04:00
|
|
|
clutter_behaviour_ellipse_set_height
|
2007-11-18 10:41:47 -05:00
|
|
|
clutter_behaviour_ellipse_get_height
|
2007-05-17 08:03:43 -04:00
|
|
|
clutter_behaviour_ellipse_set_width
|
2007-11-18 10:41:47 -05:00
|
|
|
clutter_behaviour_ellipse_get_width
|
2007-07-28 13:10:40 -04:00
|
|
|
clutter_behaviour_ellipse_set_tilt
|
|
|
|
clutter_behaviour_ellipse_get_tilt
|
2007-07-26 11:05:45 -04:00
|
|
|
clutter_behaviour_ellipse_set_direction
|
2007-11-18 10:41:47 -05:00
|
|
|
clutter_behaviour_ellipse_get_direction
|
2007-04-30 04:39:20 -04:00
|
|
|
<SUBSECTION Standard>
|
2007-05-17 08:03:43 -04:00
|
|
|
CLUTTER_TYPE_BEHAVIOUR_ELLIPSE
|
2007-04-30 04:39:20 -04:00
|
|
|
CLUTTER_BEHAVIOUR_ELLIPSE
|
|
|
|
CLUTTER_BEHAVIOUR_ELLIPSE_CLASS
|
|
|
|
CLUTTER_IS_BEHAVIOUR_ELLIPSE
|
|
|
|
CLUTTER_IS_BEHAVIOUR_ELLIPSE_CLASS
|
|
|
|
CLUTTER_BEHAVIOUR_ELLIPSE_GET_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterBehaviourEllipsePrivate
|
|
|
|
clutter_behaviour_ellipse_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
2007-03-22 16:23:29 -04:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-backend</FILE>
|
|
|
|
<TITLE>ClutterBackend</TITLE>
|
2007-03-25 07:47:53 -04:00
|
|
|
clutter_get_default_backend
|
2007-07-31 06:38:48 -04:00
|
|
|
clutter_backend_set_resolution
|
2008-12-23 11:59:14 -05:00
|
|
|
clutter_backend_get_resolution
|
2007-04-19 11:26:17 -04:00
|
|
|
clutter_backend_set_double_click_time
|
2008-12-23 11:59:14 -05:00
|
|
|
clutter_backend_get_double_click_time
|
2007-04-19 11:26:17 -04:00
|
|
|
clutter_backend_set_double_click_distance
|
2008-12-23 11:59:14 -05:00
|
|
|
clutter_backend_get_double_click_distance
|
2008-06-10 13:12:48 -04:00
|
|
|
clutter_backend_set_font_options
|
|
|
|
clutter_backend_get_font_options
|
2008-12-23 11:59:14 -05:00
|
|
|
clutter_backend_set_font_name
|
|
|
|
clutter_backend_get_font_name
|
2007-03-22 16:23:29 -04:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_BACKEND
|
|
|
|
CLUTTER_IS_BACKEND
|
|
|
|
CLUTTER_BACKEND_CLASS
|
|
|
|
CLUTTER_IS_BACKEND_CLASS
|
|
|
|
CLUTTER_BACKEND_GET_CLASS
|
|
|
|
CLUTTER_TYPE_BACKEND
|
|
|
|
<SUBSECTION Private>
|
2007-08-07 10:03:30 -04:00
|
|
|
ClutterBackend
|
2007-03-22 16:23:29 -04:00
|
|
|
ClutterBackendClass
|
2007-07-01 12:44:24 -04:00
|
|
|
ClutterBackendPrivate
|
2007-03-22 16:23:29 -04:00
|
|
|
clutter_backend_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2006-06-22 05:19:11 -04:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-util</FILE>
|
2007-06-07 11:28:59 -04:00
|
|
|
<TITLE>Utilities</TITLE>
|
2006-06-22 05:19:11 -04:00
|
|
|
clutter_util_next_p2
|
2008-05-15 10:40:44 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-06-09 09:20:13 -04:00
|
|
|
clutter_timeout_pool_new
|
|
|
|
clutter_timeout_pool_add
|
|
|
|
clutter_timeout_pool_remove
|
2008-05-15 10:40:44 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_frame_source_add
|
|
|
|
clutter_frame_source_add_full
|
|
|
|
|
2009-03-09 13:56:48 -04:00
|
|
|
<SUBSECTION>
|
2008-05-15 10:40:44 -04:00
|
|
|
ClutterParamSpecFixed
|
|
|
|
clutter_param_spec_fixed
|
|
|
|
CLUTTER_VALUE_HOLDS_FIXED
|
|
|
|
clutter_value_set_fixed
|
|
|
|
clutter_value_get_fixed
|
|
|
|
|
2009-03-09 13:56:48 -04:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
ClutterTimeoutPool
|
|
|
|
|
2007-12-15 09:36:27 -05:00
|
|
|
<SUBSECTION Private>
|
2008-05-15 10:40:44 -04:00
|
|
|
CLUTTER_TYPE_PARAM_FIXED
|
|
|
|
CLUTTER_PARAM_SPEC_FIXED
|
|
|
|
CLUTTER_IS_PARAM_SPEC_FIXED
|
|
|
|
clutter_param_fixed_get_type
|
2006-06-22 05:19:11 -04:00
|
|
|
</SECTION>
|
|
|
|
|
2009-03-09 13:56:48 -04:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-feature</FILE>
|
|
|
|
<TITLE>GL Features</TITLE>
|
|
|
|
ClutterFeatureFlags
|
|
|
|
clutter_feature_available
|
|
|
|
clutter_feature_get_all
|
|
|
|
</SECTION>
|
|
|
|
|
2006-06-22 05:19:11 -04:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-color</FILE>
|
2007-06-07 11:28:59 -04:00
|
|
|
<TITLE>Colors</TITLE>
|
2006-06-22 05:19:11 -04:00
|
|
|
ClutterColor
|
2008-10-17 12:23:46 -04:00
|
|
|
clutter_color_new
|
2006-12-14 17:19:08 -05:00
|
|
|
clutter_color_copy
|
|
|
|
clutter_color_free
|
2009-02-28 11:16:09 -05:00
|
|
|
clutter_color_equal
|
|
|
|
clutter_color_hash
|
2008-10-17 12:23:46 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2009-02-28 11:16:09 -05:00
|
|
|
clutter_color_from_string
|
|
|
|
clutter_color_to_string
|
2006-12-27 13:19:34 -05:00
|
|
|
clutter_color_from_hls
|
2009-02-28 11:16:09 -05:00
|
|
|
clutter_color_to_hls
|
2006-12-27 13:19:34 -05:00
|
|
|
clutter_color_from_pixel
|
2009-02-28 11:16:09 -05:00
|
|
|
clutter_color_to_pixel
|
2008-10-17 12:23:46 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2006-06-22 05:19:11 -04:00
|
|
|
clutter_color_add
|
|
|
|
clutter_color_subtract
|
|
|
|
clutter_color_lighten
|
|
|
|
clutter_color_darken
|
|
|
|
clutter_color_shade
|
2008-10-17 12:23:46 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
ClutterParamSpecColor
|
|
|
|
clutter_param_spec_color
|
|
|
|
CLUTTER_VALUE_HOLDS_COLOR
|
|
|
|
clutter_value_set_color
|
|
|
|
clutter_value_get_color
|
|
|
|
|
2006-12-13 13:11:50 -05:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_COLOR
|
2008-10-17 12:23:46 -04:00
|
|
|
CLUTTER_TYPE_PARAM_COLOR
|
|
|
|
CLUTTER_PARAM_SPEC_COLOR
|
|
|
|
CLUTTER_IS_PARAM_SPEC_COLOR
|
|
|
|
|
2006-12-12 15:20:04 -05:00
|
|
|
<SUBSECTION Private>
|
|
|
|
clutter_color_get_type
|
2008-10-17 12:23:46 -04:00
|
|
|
clutter_param_color_get_type
|
2006-06-22 05:19:11 -04:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-event</FILE>
|
2007-06-07 11:28:59 -04:00
|
|
|
<TITLE>Events</TITLE>
|
2007-03-22 16:23:29 -04:00
|
|
|
CLUTTER_CURRENT_TIME
|
|
|
|
CLUTTER_PRIORITY_EVENTS
|
2007-07-01 12:44:24 -04:00
|
|
|
ClutterModifierType
|
2007-03-22 16:23:29 -04:00
|
|
|
ClutterScrollDirection
|
|
|
|
ClutterStageState
|
2006-06-22 05:19:11 -04:00
|
|
|
ClutterEventType
|
2007-03-22 16:23:29 -04:00
|
|
|
ClutterEvent
|
2007-10-10 12:00:41 -04:00
|
|
|
ClutterEventFlags
|
2006-06-22 05:19:11 -04:00
|
|
|
ClutterButtonEvent
|
2007-03-22 16:23:29 -04:00
|
|
|
ClutterKeyEvent
|
2006-06-22 05:19:11 -04:00
|
|
|
ClutterMotionEvent
|
2007-03-23 05:59:02 -04:00
|
|
|
ClutterScrollEvent
|
2007-03-22 16:23:29 -04:00
|
|
|
ClutterStageStateEvent
|
2007-10-10 12:00:41 -04:00
|
|
|
ClutterCrossingEvent
|
2006-06-22 05:19:11 -04:00
|
|
|
ClutterInputDevice
|
|
|
|
clutter_event_new
|
|
|
|
clutter_event_copy
|
|
|
|
clutter_event_free
|
2006-12-13 13:11:50 -05:00
|
|
|
clutter_event_type
|
2008-05-15 10:40:44 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-03-22 16:23:29 -04:00
|
|
|
clutter_event_get_coords
|
|
|
|
clutter_event_get_state
|
|
|
|
clutter_event_get_time
|
2007-10-10 12:00:41 -04:00
|
|
|
clutter_event_get_source
|
2008-05-15 10:40:44 -04:00
|
|
|
clutter_event_get_stage
|
2009-06-06 10:27:37 -04:00
|
|
|
clutter_event_get_flags
|
2008-05-15 10:40:44 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-03-22 16:23:29 -04:00
|
|
|
clutter_event_get
|
|
|
|
clutter_event_peek
|
|
|
|
clutter_event_put
|
|
|
|
clutter_events_pending
|
2008-05-15 10:40:44 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2009-06-06 10:27:37 -04:00
|
|
|
clutter_event_get_button
|
|
|
|
clutter_event_get_click_count
|
2008-05-15 10:40:44 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2009-06-06 10:27:37 -04:00
|
|
|
clutter_event_get_key_symbol
|
|
|
|
clutter_event_get_key_code
|
|
|
|
clutter_event_get_key_unicode
|
2006-06-22 05:19:11 -04:00
|
|
|
clutter_keysym_to_unicode
|
2008-06-10 13:12:48 -04:00
|
|
|
|
2009-06-06 10:27:37 -04:00
|
|
|
<SUBSECTION>
|
|
|
|
clutter_event_get_related
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_event_get_scroll_direction
|
|
|
|
|
2008-06-25 12:49:41 -04:00
|
|
|
<SUBSECTION>
|
2009-06-23 10:45:42 -04:00
|
|
|
ClutterInputDeviceType
|
2009-06-19 13:06:02 -04:00
|
|
|
clutter_event_get_device
|
2008-06-25 12:49:41 -04:00
|
|
|
clutter_event_get_device_id
|
2009-06-19 13:06:02 -04:00
|
|
|
clutter_event_get_device_type
|
2008-06-25 12:49:41 -04:00
|
|
|
clutter_get_input_device_for_id
|
2009-06-19 13:06:02 -04:00
|
|
|
clutter_input_device_get_device_id
|
|
|
|
clutter_input_device_get_device_type
|
2008-06-25 12:49:41 -04:00
|
|
|
|
2009-02-19 10:01:33 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
clutter_get_current_event_time
|
2009-11-12 17:33:15 -05:00
|
|
|
clutter_get_current_event
|
2009-02-19 10:01:33 -05:00
|
|
|
|
2006-12-13 13:11:50 -05:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_EVENT
|
2006-12-12 15:20:04 -05:00
|
|
|
<SUBSECTION Private>
|
2007-08-07 10:03:30 -04:00
|
|
|
ClutterAnyEvent
|
2006-12-12 15:20:04 -05:00
|
|
|
clutter_event_get_type
|
2006-06-22 05:19:11 -04:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-main</FILE>
|
2007-06-07 11:28:59 -04:00
|
|
|
<TITLE>General</TITLE>
|
2008-06-25 12:49:41 -04:00
|
|
|
CLUTTER_PRIORITY_REDRAW
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2006-11-15 18:37:53 -05:00
|
|
|
ClutterInitError
|
2006-06-22 05:19:11 -04:00
|
|
|
clutter_init
|
2006-12-05 00:16:03 -05:00
|
|
|
clutter_init_with_args
|
|
|
|
clutter_get_option_group
|
2008-09-25 07:09:22 -04:00
|
|
|
clutter_get_option_group_without_init
|
2008-06-10 13:12:48 -04:00
|
|
|
|
2007-08-08 06:20:14 -04:00
|
|
|
<SUBSECTION>
|
2006-06-22 05:19:11 -04:00
|
|
|
clutter_main
|
|
|
|
clutter_main_quit
|
|
|
|
clutter_main_level
|
2007-11-18 10:41:47 -05:00
|
|
|
|
2007-08-08 06:20:14 -04:00
|
|
|
<SUBSECTION>
|
|
|
|
clutter_get_debug_enabled
|
|
|
|
clutter_get_show_fps
|
2007-07-01 12:44:24 -04:00
|
|
|
clutter_get_timestamp
|
2007-11-15 12:35:47 -05:00
|
|
|
clutter_get_actor_by_gid
|
|
|
|
clutter_set_default_frame_rate
|
2007-11-19 11:30:56 -05:00
|
|
|
clutter_get_default_frame_rate
|
|
|
|
clutter_set_motion_events_enabled
|
2007-10-10 12:00:41 -04:00
|
|
|
clutter_get_motion_events_enabled
|
2008-06-10 13:12:48 -04:00
|
|
|
clutter_clear_glyph_cache
|
2009-01-27 09:25:50 -05:00
|
|
|
ClutterFontFlags
|
|
|
|
clutter_set_font_flags
|
|
|
|
clutter_get_font_flags
|
2008-11-12 09:16:35 -05:00
|
|
|
clutter_get_font_map
|
2009-12-01 09:59:44 -05:00
|
|
|
ClutterTextDirection
|
2009-12-01 09:55:01 -05:00
|
|
|
clutter_get_default_text_direction
|
2007-11-18 10:41:47 -05:00
|
|
|
|
2007-08-08 06:20:14 -04:00
|
|
|
<SUBSECTION>
|
|
|
|
clutter_threads_set_lock_functions
|
|
|
|
clutter_threads_init
|
|
|
|
clutter_threads_enter
|
|
|
|
clutter_threads_leave
|
|
|
|
clutter_threads_add_idle
|
|
|
|
clutter_threads_add_idle_full
|
|
|
|
clutter_threads_add_timeout
|
|
|
|
clutter_threads_add_timeout_full
|
2008-05-09 12:27:06 -04:00
|
|
|
clutter_threads_add_frame_source
|
|
|
|
clutter_threads_add_frame_source_full
|
2009-05-28 12:18:13 -04:00
|
|
|
clutter_threads_add_repaint_func
|
|
|
|
clutter_threads_remove_repaint_func
|
2008-05-09 12:27:06 -04:00
|
|
|
|
2007-11-18 10:41:47 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
clutter_get_keyboard_grab
|
|
|
|
clutter_get_pointer_grab
|
|
|
|
clutter_grab_keyboard
|
|
|
|
clutter_grab_pointer
|
|
|
|
clutter_ungrab_keyboard
|
|
|
|
clutter_ungrab_pointer
|
2008-06-25 12:49:41 -04:00
|
|
|
clutter_grab_pointer_for_device
|
|
|
|
clutter_ungrab_pointer_for_device
|
2007-11-18 10:41:47 -05:00
|
|
|
|
2008-01-23 06:08:39 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
clutter_do_event
|
|
|
|
|
2007-08-07 10:03:58 -04:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_INIT_ERROR
|
2006-12-05 00:16:03 -05:00
|
|
|
<SUBSECTION Private>
|
|
|
|
clutter_init_error_quark
|
2007-08-06 16:46:54 -04:00
|
|
|
clutter_base_init
|
|
|
|
clutter_redraw
|
2006-11-20 07:02:24 -05:00
|
|
|
</SECTION>
|
|
|
|
|
2007-03-22 16:23:29 -04:00
|
|
|
<SECTION>
|
2007-11-15 12:35:47 -05:00
|
|
|
<FILE>clutter-x11</FILE>
|
|
|
|
<TITLE>X11 Specific Support</TITLE>
|
2008-05-15 10:40:44 -04:00
|
|
|
clutter_x11_set_display
|
|
|
|
clutter_x11_disable_event_retrieval
|
2008-07-10 10:48:14 -04:00
|
|
|
clutter_x11_has_event_retrieval
|
2008-05-15 10:40:44 -04:00
|
|
|
clutter_x11_get_stage_from_window
|
|
|
|
clutter_x11_handle_event
|
2007-11-15 12:35:47 -05:00
|
|
|
clutter_x11_get_default_display
|
|
|
|
clutter_x11_get_default_screen
|
|
|
|
clutter_x11_get_root_window
|
|
|
|
clutter_x11_get_stage_visual
|
|
|
|
clutter_x11_get_stage_window
|
|
|
|
clutter_x11_set_stage_foreign
|
|
|
|
clutter_x11_trap_x_errors
|
|
|
|
clutter_x11_untrap_x_errors
|
2008-07-10 10:48:14 -04:00
|
|
|
clutter_x11_has_composite_extension
|
2009-02-19 10:01:33 -05:00
|
|
|
clutter_x11_get_current_event_time
|
2007-10-10 12:00:41 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-11-15 12:35:47 -05:00
|
|
|
ClutterX11FilterFunc
|
|
|
|
ClutterX11FilterReturn
|
|
|
|
clutter_x11_add_filter
|
|
|
|
clutter_x11_remove_filter
|
2008-06-25 12:49:41 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
ClutterX11XInputDevice
|
|
|
|
ClutterX11XInputEventTypes
|
|
|
|
clutter_x11_get_input_devices
|
|
|
|
clutter_x11_has_xinput
|
2008-07-10 10:48:14 -04:00
|
|
|
clutter_x11_enable_xinput
|
2009-03-18 13:06:56 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
ClutterX11TexturePixmap
|
|
|
|
ClutterX11TexturePixmapClass
|
|
|
|
clutter_x11_texture_pixmap_new
|
|
|
|
clutter_x11_texture_pixmap_new_with_pixmap
|
|
|
|
clutter_x11_texture_pixmap_new_with_window
|
|
|
|
clutter_x11_texture_pixmap_set_pixmap
|
|
|
|
clutter_x11_texture_pixmap_set_window
|
|
|
|
clutter_x11_texture_pixmap_sync_window
|
|
|
|
clutter_x11_texture_pixmap_update_area
|
|
|
|
clutter_x11_texture_pixmap_set_automatic
|
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_X11_TYPE_TEXTURE_PIXMAP
|
|
|
|
CLUTTER_X11_TEXTURE_PIXMAP
|
|
|
|
CLUTTER_X11_IS_TEXTURE_PIXMAP
|
|
|
|
CLUTTER_X11_TEXTURE_PIXMAP_CLASS
|
|
|
|
CLUTTER_X11_IS_TEXTURE_PIXMAP_CLASS
|
|
|
|
CLUTTER_X11_TEXTURE_PIXMAP_GET_CLASS
|
|
|
|
clutter_x11_texture_pixmap_get_type
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterX11TexturePixmapPrivate
|
2007-03-22 16:23:29 -04:00
|
|
|
</SECTION>
|
|
|
|
|
2008-03-26 18:22:32 -04:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-win32</FILE>
|
|
|
|
<TITLE>Win32 Specific Support</TITLE>
|
2008-05-15 10:40:44 -04:00
|
|
|
clutter_win32_disable_event_retrieval
|
|
|
|
clutter_win32_set_stage_foreign
|
2008-06-10 13:12:48 -04:00
|
|
|
clutter_win32_get_stage_from_window
|
|
|
|
clutter_win32_get_stage_window
|
2008-03-26 18:22:32 -04:00
|
|
|
</SECTION>
|
|
|
|
|
2006-11-20 07:02:24 -05:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-version</FILE>
|
2007-06-07 11:28:59 -04:00
|
|
|
<TITLE>Versioning Macros</TITLE>
|
2006-11-20 07:02:24 -05:00
|
|
|
CLUTTER_MAJOR_VERSION
|
|
|
|
CLUTTER_MINOR_VERSION
|
|
|
|
CLUTTER_MICRO_VERSION
|
|
|
|
CLUTTER_VERSION
|
|
|
|
CLUTTER_VERSION_S
|
|
|
|
CLUTTER_VERSION_HEX
|
2009-10-30 07:02:35 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2006-11-20 07:02:24 -05:00
|
|
|
CLUTTER_CHECK_VERSION
|
2009-10-30 07:02:35 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-03-22 16:23:29 -04:00
|
|
|
CLUTTER_FLAVOUR
|
2007-07-01 12:44:24 -04:00
|
|
|
CLUTTER_COGL
|
|
|
|
CLUTTER_NO_FPU
|
2009-10-30 07:02:35 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2009-12-01 09:59:44 -05:00
|
|
|
clutter_major_version
|
|
|
|
clutter_minor_version
|
|
|
|
clutter_micro_version
|
2009-10-30 07:02:35 -04:00
|
|
|
clutter_check_version
|
2006-06-22 05:19:11 -04:00
|
|
|
</SECTION>
|
2007-05-31 14:33:42 -04:00
|
|
|
|
2007-07-09 17:38:54 -04:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-behaviour-depth</FILE>
|
|
|
|
<TITLE>ClutterBehaviourDepth</TITLE>
|
2007-08-07 10:03:30 -04:00
|
|
|
ClutterBehaviourDepth
|
|
|
|
ClutterBehaviourDepthClass
|
2007-11-18 10:41:47 -05:00
|
|
|
clutter_behaviour_depth_new
|
2008-01-21 11:07:28 -05:00
|
|
|
clutter_behaviour_depth_set_bounds
|
|
|
|
clutter_behaviour_depth_get_bounds
|
2007-11-18 10:41:47 -05:00
|
|
|
<SUBSECTION Standard>
|
2007-07-09 17:38:54 -04:00
|
|
|
CLUTTER_BEHAVIOUR_DEPTH
|
|
|
|
CLUTTER_IS_BEHAVIOUR_DEPTH
|
|
|
|
CLUTTER_TYPE_BEHAVIOUR_DEPTH
|
|
|
|
CLUTTER_BEHAVIOUR_DEPTH_CLASS
|
|
|
|
CLUTTER_IS_BEHAVIOUR_DEPTH_CLASS
|
|
|
|
CLUTTER_BEHAVIOUR_DEPTH_GET_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterBehaviourDepthPrivate
|
|
|
|
clutter_behaviour_depth_get_type
|
|
|
|
</SECTION>
|
2007-10-09 09:29:03 -04:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-script</FILE>
|
|
|
|
<TITLE>ClutterScript</TITLE>
|
|
|
|
ClutterScript
|
|
|
|
ClutterScriptClass
|
|
|
|
clutter_script_new
|
|
|
|
ClutterScriptError
|
|
|
|
clutter_script_load_from_data
|
|
|
|
clutter_script_load_from_file
|
2008-06-24 12:47:43 -04:00
|
|
|
clutter_script_add_search_paths
|
|
|
|
clutter_script_lookup_filename
|
2007-11-15 10:24:43 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-10-09 09:29:03 -04:00
|
|
|
clutter_script_get_object
|
|
|
|
clutter_script_get_objects
|
2007-10-18 08:31:07 -04:00
|
|
|
clutter_script_unmerge_objects
|
|
|
|
clutter_script_ensure_objects
|
2008-08-27 08:16:56 -04:00
|
|
|
clutter_script_list_objects
|
2007-11-15 10:24:43 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
ClutterScriptConnectFunc
|
|
|
|
clutter_script_connect_signals
|
|
|
|
clutter_script_connect_signals_full
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-10-26 05:05:06 -04:00
|
|
|
clutter_script_get_type_from_name
|
2007-11-14 06:32:24 -05:00
|
|
|
clutter_get_script_id
|
2007-11-15 10:24:43 -05:00
|
|
|
|
2007-10-09 09:29:03 -04:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_SCRIPT
|
|
|
|
CLUTTER_SCRIPT
|
|
|
|
CLUTTER_IS_SCRIPT
|
|
|
|
CLUTTER_SCRIPT_CLASS
|
|
|
|
CLUTTER_IS_SCRIPT_CLASS
|
|
|
|
CLUTTER_SCRIPT_GET_CLASS
|
|
|
|
CLUTTER_SCRIPT_ERROR
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterScriptPrivate
|
|
|
|
clutter_script_get_type
|
|
|
|
clutter_script_error_quark
|
|
|
|
</SECTION>
|
2007-10-25 10:46:59 -04:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-scriptable</FILE>
|
|
|
|
<TITLE>ClutterScriptable</TITLE>
|
2008-06-12 07:41:03 -04:00
|
|
|
ClutterScriptable
|
2007-10-25 10:46:59 -04:00
|
|
|
ClutterScriptableIface
|
2007-11-14 06:32:24 -05:00
|
|
|
clutter_scriptable_set_id
|
|
|
|
clutter_scriptable_get_id
|
2007-10-25 10:46:59 -04:00
|
|
|
clutter_scriptable_parse_custom_node
|
|
|
|
clutter_scriptable_set_custom_property
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_SCRIPTABLE
|
|
|
|
CLUTTER_SCRIPTABLE
|
|
|
|
CLUTTER_IS_SCRIPTABLE
|
|
|
|
CLUTTER_SCRIPTABLE_GET_IFACE
|
|
|
|
<SUBSECTION Private>
|
|
|
|
clutter_scriptable_get_type
|
|
|
|
</SECTION>
|
2007-11-15 05:02:25 -05:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-model</FILE>
|
|
|
|
<TITLE>ClutterModel</TITLE>
|
|
|
|
ClutterModel
|
|
|
|
ClutterModelClass
|
2007-11-30 08:20:15 -05:00
|
|
|
clutter_model_set_names
|
2007-11-15 05:02:25 -05:00
|
|
|
clutter_model_set_types
|
2007-12-15 08:02:06 -05:00
|
|
|
clutter_model_get_column_name
|
|
|
|
clutter_model_get_column_type
|
|
|
|
clutter_model_get_n_columns
|
|
|
|
clutter_model_get_n_rows
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-11-15 05:02:25 -05:00
|
|
|
clutter_model_append
|
2008-01-07 12:17:43 -05:00
|
|
|
clutter_model_appendv
|
2007-11-15 05:02:25 -05:00
|
|
|
clutter_model_prepend
|
2008-01-07 12:17:43 -05:00
|
|
|
clutter_model_prependv
|
2007-11-15 05:02:25 -05:00
|
|
|
clutter_model_insert
|
2008-01-14 05:13:35 -05:00
|
|
|
clutter_model_insertv
|
2007-11-15 05:02:25 -05:00
|
|
|
clutter_model_insert_value
|
|
|
|
clutter_model_remove
|
2007-12-15 08:02:06 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
ClutterModelForeachFunc
|
|
|
|
clutter_model_foreach
|
2007-11-15 05:02:25 -05:00
|
|
|
clutter_model_set_sorting_column
|
|
|
|
clutter_model_get_sorting_column
|
2007-12-15 08:02:06 -05:00
|
|
|
ClutterModelSortFunc
|
2007-11-15 05:02:25 -05:00
|
|
|
clutter_model_set_sort
|
2007-12-15 08:02:06 -05:00
|
|
|
clutter_model_resort
|
|
|
|
ClutterModelFilterFunc
|
2007-11-15 05:02:25 -05:00
|
|
|
clutter_model_set_filter
|
2009-04-29 10:40:13 -04:00
|
|
|
clutter_model_get_filter_set
|
2007-12-15 08:02:06 -05:00
|
|
|
clutter_model_filter_iter
|
|
|
|
clutter_model_filter_row
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_model_get_first_iter
|
|
|
|
clutter_model_get_last_iter
|
|
|
|
clutter_model_get_iter_at_row
|
|
|
|
|
2007-11-15 05:02:25 -05:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_MODEL
|
|
|
|
CLUTTER_MODEL
|
|
|
|
CLUTTER_IS_MODEL
|
|
|
|
CLUTTER_MODEL_CLASS
|
|
|
|
CLUTTER_IS_MODEL_CLASS
|
|
|
|
CLUTTER_MODEL_GET_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterModelPrivate
|
2007-11-15 12:35:47 -05:00
|
|
|
clutter_model_get_type
|
2007-11-15 05:02:25 -05:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-model-iter</FILE>
|
|
|
|
<TITLE>ClutterModelIter</TITLE>
|
|
|
|
ClutterModelIter
|
|
|
|
ClutterModelIterClass
|
2008-05-15 10:40:44 -04:00
|
|
|
clutter_model_iter_copy
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-11-15 05:02:25 -05:00
|
|
|
clutter_model_iter_get
|
|
|
|
clutter_model_iter_get_valist
|
|
|
|
clutter_model_iter_get_value
|
|
|
|
clutter_model_iter_set
|
|
|
|
clutter_model_iter_set_valist
|
|
|
|
clutter_model_iter_set_value
|
2007-12-15 08:02:06 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-11-15 05:02:25 -05:00
|
|
|
clutter_model_iter_is_first
|
|
|
|
clutter_model_iter_is_last
|
|
|
|
clutter_model_iter_next
|
|
|
|
clutter_model_iter_prev
|
2007-12-15 08:02:06 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-11-15 05:02:25 -05:00
|
|
|
clutter_model_iter_get_model
|
|
|
|
clutter_model_iter_get_row
|
2007-12-15 08:02:06 -05:00
|
|
|
|
2007-11-15 05:02:25 -05:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_MODEL_ITER
|
|
|
|
CLUTTER_MODEL_ITER
|
|
|
|
CLUTTER_IS_MODEL_ITER
|
|
|
|
CLUTTER_MODEL_ITER_CLASS
|
2007-11-15 05:04:49 -05:00
|
|
|
CLUTTER_IS_MODEL_ITER_CLASS
|
2007-11-15 05:02:25 -05:00
|
|
|
CLUTTER_MODEL_GET_CLASS
|
2007-11-18 10:41:47 -05:00
|
|
|
CLUTTER_MODEL_ITER_GET_CLASS
|
2007-11-15 05:02:25 -05:00
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterModelIterPrivate
|
2007-11-15 12:35:47 -05:00
|
|
|
clutter_model_iter_get_type
|
2007-11-15 05:02:25 -05:00
|
|
|
</SECTION>
|
2007-11-19 16:14:16 -05:00
|
|
|
|
2007-12-14 12:25:55 -05:00
|
|
|
<SECTION>
|
2008-01-09 09:34:24 -05:00
|
|
|
<FILE>clutter-list-model</FILE>
|
|
|
|
<TITLE>ClutterListModel</TITLE>
|
|
|
|
ClutterListModel
|
2009-02-19 10:01:33 -05:00
|
|
|
ClutterListModelClass
|
2008-01-09 09:34:24 -05:00
|
|
|
clutter_list_model_new
|
|
|
|
clutter_list_model_newv
|
2007-12-14 12:25:55 -05:00
|
|
|
<SUBSECTION Standard>
|
2008-01-09 09:34:24 -05:00
|
|
|
CLUTTER_TYPE_LIST_MODEL
|
|
|
|
CLUTTER_LIST_MODEL
|
|
|
|
CLUTTER_IS_LIST_MODEL
|
2009-02-19 10:01:33 -05:00
|
|
|
CLUTTER_IS_LIST_MODEL_CLASS
|
|
|
|
CLUTTER_LIST_MODEL_CLASS
|
|
|
|
CLUTTER_LIST_MODEL_GET_CLASS
|
2007-12-14 12:25:55 -05:00
|
|
|
<SUBSECTION Private>
|
2009-02-19 10:01:33 -05:00
|
|
|
ClutterListModelPrivate
|
2008-01-09 09:34:24 -05:00
|
|
|
clutter_list_model_get_type
|
2007-12-14 12:25:55 -05:00
|
|
|
</SECTION>
|
|
|
|
|
2007-11-19 16:14:16 -05:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-score</FILE>
|
|
|
|
<TITLE>ClutterScore</TITLE>
|
|
|
|
ClutterScore
|
|
|
|
ClutterScoreClass
|
|
|
|
clutter_score_new
|
2007-12-04 11:26:19 -05:00
|
|
|
clutter_score_set_loop
|
|
|
|
clutter_score_get_loop
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2007-11-19 16:14:16 -05:00
|
|
|
clutter_score_append
|
2008-03-18 18:07:17 -04:00
|
|
|
clutter_score_append_at_marker
|
2007-11-19 16:14:16 -05:00
|
|
|
clutter_score_remove
|
|
|
|
clutter_score_remove_all
|
2007-12-04 11:26:19 -05:00
|
|
|
clutter_score_get_timeline
|
|
|
|
clutter_score_list_timelines
|
2007-11-19 16:14:16 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_score_start
|
|
|
|
clutter_score_pause
|
|
|
|
clutter_score_stop
|
|
|
|
clutter_score_is_playing
|
|
|
|
clutter_score_rewind
|
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_IS_SCORE
|
|
|
|
CLUTTER_IS_SCORE_CLASS
|
|
|
|
CLUTTER_SCORE
|
|
|
|
CLUTTER_SCORE_CLASS
|
|
|
|
CLUTTER_SCORE_GET_CLASS
|
|
|
|
CLUTTER_TYPE_SCORE
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterScorePrivate
|
|
|
|
clutter_score_get_type
|
|
|
|
</SECTION>
|
2007-12-15 08:02:06 -05:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-shader</FILE>
|
2009-10-21 12:43:34 -04:00
|
|
|
<TITLE>Shaders</TITLE>
|
2007-12-15 08:02:06 -05:00
|
|
|
ClutterShaderError
|
|
|
|
ClutterShader
|
|
|
|
ClutterShaderClass
|
|
|
|
clutter_shader_new
|
|
|
|
clutter_shader_set_vertex_source
|
|
|
|
clutter_shader_get_vertex_source
|
|
|
|
clutter_shader_set_fragment_source
|
|
|
|
clutter_shader_get_fragment_source
|
2008-05-15 10:40:44 -04:00
|
|
|
clutter_shader_compile
|
2007-12-15 08:02:06 -05:00
|
|
|
clutter_shader_release
|
2008-05-15 10:40:44 -04:00
|
|
|
clutter_shader_is_compiled
|
2007-12-15 08:02:06 -05:00
|
|
|
clutter_shader_set_is_enabled
|
|
|
|
clutter_shader_get_is_enabled
|
2008-12-11 10:01:28 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2008-11-18 10:08:40 -05:00
|
|
|
clutter_shader_set_uniform
|
|
|
|
clutter_shader_get_cogl_program
|
|
|
|
clutter_shader_get_cogl_fragment_shader
|
|
|
|
clutter_shader_get_cogl_vertex_shader
|
2008-12-11 10:01:28 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
CLUTTER_VALUE_HOLDS_SHADER_FLOAT
|
|
|
|
clutter_value_set_shader_float
|
|
|
|
clutter_value_get_shader_float
|
|
|
|
CLUTTER_VALUE_HOLDS_SHADER_INT
|
|
|
|
clutter_value_set_shader_int
|
|
|
|
clutter_value_get_shader_int
|
|
|
|
CLUTTER_VALUE_HOLDS_SHADER_MATRIX
|
|
|
|
clutter_value_set_shader_matrix
|
|
|
|
clutter_value_get_shader_matrix
|
2007-12-15 08:02:06 -05:00
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_IS_SHADER
|
|
|
|
CLUTTER_IS_SHADER_CLASS
|
|
|
|
CLUTTER_SHADER
|
|
|
|
CLUTTER_SHADER_CLASS
|
|
|
|
CLUTTER_SHADER_ERROR
|
|
|
|
CLUTTER_SHADER_GET_CLASS
|
|
|
|
CLUTTER_TYPE_SHADER
|
2008-12-19 12:28:42 -05:00
|
|
|
CLUTTER_TYPE_SHADER_FLOAT
|
|
|
|
CLUTTER_TYPE_SHADER_INT
|
|
|
|
CLUTTER_TYPE_SHADER_MATRIX
|
|
|
|
|
2007-12-15 08:02:06 -05:00
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterShaderPrivate
|
|
|
|
clutter_shader_get_type
|
2009-03-16 11:00:55 -04:00
|
|
|
ClutterShaderFloat
|
2008-12-19 12:28:42 -05:00
|
|
|
clutter_shader_float_get_type
|
2009-03-16 11:00:55 -04:00
|
|
|
ClutterShaderInt
|
2008-12-19 12:28:42 -05:00
|
|
|
clutter_shader_int_get_type
|
2009-03-16 11:00:55 -04:00
|
|
|
ClutterShaderMatrix
|
2008-12-19 12:28:42 -05:00
|
|
|
clutter_shader_matrix_get_type
|
2007-12-15 08:02:06 -05:00
|
|
|
clutter_shader_error_quark
|
|
|
|
</SECTION>
|
2008-11-17 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1014 - Clutter Animation API Improvements
* clutter/Makefile.am:
* clutter/clutter.h: Update the build
* clutter/clutter-types.h: Add AnimationMode, an enumeration
for easing functions.
* clutter/clutter-alpha.[ch]: Add the :mode property to
control the function bound to an Alpha instance using an
enumeration value. Also add six new alpha functions:
- ease-in, ease-out, ease-in-out
- sine-in, sine-out, sine-in-out
* clutter/clutter-deprecated.h: Deprecate the #defines for
the alpha functions. They will be replaced by entries in the
ClutterAnimationMode.
* clutter/clutter-interval.[ch]: Add ClutterInterval, an
object for defining, validating and computing an interval
between two values.
* clutter/clutter-animation.[ch]: Add ClutterAnimation, an
object responsible for animation the properties of a single
actor along an interval of values. ClutterAnimation memory
management is automatic. A simple wrapper method for
ClutterActor is provided:
clutter_actor_animate()
which will create, or update, an animation for the passed
actor.
* clutter/clutter-debug.h:
* clutter/clutter-main.c: Add a new 'animation' debug note.
* clutter/clutter-script.c: Clean up the alpha functions
whitelist, and add the new functions.
* doc/reference/clutter/Makefile.am:
* doc/reference/clutter/clutter-sections.txt: Update the
API reference.
* doc/reference/clutter/clutter-animation.xml: Renamed to
doc/reference/clutter/clutter-animation-tutorial.xml to
avoid clashes with the ClutterAnimation section.
* doc/reference/clutter/clutter-docs.sgml: Renamed to
doc/reference/clutter/clutter-docs.xml, as it was an XML
file and not a SGML file.
* tests/Makefile.am:
* tests/interactive/Makefile.am:
* tests/interactive/test-animation.c:
* tests/interactive/test-easing.c: Add two tests for the
new simple animation API and the easing functions.
* tests/interactive/test-actors.c:
* tests/interactive/test-behave.c:
* tests/interactive/test-depth.c:
* tests/interactive/test-effects.c:
* tests/interactive/test-layout.c:
* tests/interactive/test-multistage.c:
* tests/interactive/test-paint-wrapper.c:
* tests/interactive/test-rotate.c:
* tests/interactive/test-scale.c:
* tests/interactive/test-texture-quality.c:
* tests/interactive/test-threads.c:
* tests/interactive/test-viewport.c: Update interactive tests
to the deprecations and new alpha API.
2008-11-18 04:50:03 -05:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Implicit Animations</TITLE>
|
|
|
|
<FILE>clutter-animation</FILE>
|
|
|
|
ClutterAnimation
|
|
|
|
ClutterAnimationClass
|
|
|
|
ClutterAnimationMode
|
|
|
|
clutter_animation_new
|
2009-01-08 08:16:20 -05:00
|
|
|
clutter_animation_set_object
|
|
|
|
clutter_animation_get_object
|
2008-11-17 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1014 - Clutter Animation API Improvements
* clutter/Makefile.am:
* clutter/clutter.h: Update the build
* clutter/clutter-types.h: Add AnimationMode, an enumeration
for easing functions.
* clutter/clutter-alpha.[ch]: Add the :mode property to
control the function bound to an Alpha instance using an
enumeration value. Also add six new alpha functions:
- ease-in, ease-out, ease-in-out
- sine-in, sine-out, sine-in-out
* clutter/clutter-deprecated.h: Deprecate the #defines for
the alpha functions. They will be replaced by entries in the
ClutterAnimationMode.
* clutter/clutter-interval.[ch]: Add ClutterInterval, an
object for defining, validating and computing an interval
between two values.
* clutter/clutter-animation.[ch]: Add ClutterAnimation, an
object responsible for animation the properties of a single
actor along an interval of values. ClutterAnimation memory
management is automatic. A simple wrapper method for
ClutterActor is provided:
clutter_actor_animate()
which will create, or update, an animation for the passed
actor.
* clutter/clutter-debug.h:
* clutter/clutter-main.c: Add a new 'animation' debug note.
* clutter/clutter-script.c: Clean up the alpha functions
whitelist, and add the new functions.
* doc/reference/clutter/Makefile.am:
* doc/reference/clutter/clutter-sections.txt: Update the
API reference.
* doc/reference/clutter/clutter-animation.xml: Renamed to
doc/reference/clutter/clutter-animation-tutorial.xml to
avoid clashes with the ClutterAnimation section.
* doc/reference/clutter/clutter-docs.sgml: Renamed to
doc/reference/clutter/clutter-docs.xml, as it was an XML
file and not a SGML file.
* tests/Makefile.am:
* tests/interactive/Makefile.am:
* tests/interactive/test-animation.c:
* tests/interactive/test-easing.c: Add two tests for the
new simple animation API and the easing functions.
* tests/interactive/test-actors.c:
* tests/interactive/test-behave.c:
* tests/interactive/test-depth.c:
* tests/interactive/test-effects.c:
* tests/interactive/test-layout.c:
* tests/interactive/test-multistage.c:
* tests/interactive/test-paint-wrapper.c:
* tests/interactive/test-rotate.c:
* tests/interactive/test-scale.c:
* tests/interactive/test-texture-quality.c:
* tests/interactive/test-threads.c:
* tests/interactive/test-viewport.c: Update interactive tests
to the deprecations and new alpha API.
2008-11-18 04:50:03 -05:00
|
|
|
clutter_animation_set_mode
|
|
|
|
clutter_animation_get_mode
|
|
|
|
clutter_animation_set_duration
|
|
|
|
clutter_animation_get_duration
|
|
|
|
clutter_animation_set_loop
|
|
|
|
clutter_animation_get_loop
|
|
|
|
clutter_animation_set_timeline
|
|
|
|
clutter_animation_get_timeline
|
|
|
|
clutter_animation_set_alpha
|
|
|
|
clutter_animation_get_alpha
|
2009-03-16 10:02:09 -04:00
|
|
|
clutter_animation_completed
|
2008-11-17 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1014 - Clutter Animation API Improvements
* clutter/Makefile.am:
* clutter/clutter.h: Update the build
* clutter/clutter-types.h: Add AnimationMode, an enumeration
for easing functions.
* clutter/clutter-alpha.[ch]: Add the :mode property to
control the function bound to an Alpha instance using an
enumeration value. Also add six new alpha functions:
- ease-in, ease-out, ease-in-out
- sine-in, sine-out, sine-in-out
* clutter/clutter-deprecated.h: Deprecate the #defines for
the alpha functions. They will be replaced by entries in the
ClutterAnimationMode.
* clutter/clutter-interval.[ch]: Add ClutterInterval, an
object for defining, validating and computing an interval
between two values.
* clutter/clutter-animation.[ch]: Add ClutterAnimation, an
object responsible for animation the properties of a single
actor along an interval of values. ClutterAnimation memory
management is automatic. A simple wrapper method for
ClutterActor is provided:
clutter_actor_animate()
which will create, or update, an animation for the passed
actor.
* clutter/clutter-debug.h:
* clutter/clutter-main.c: Add a new 'animation' debug note.
* clutter/clutter-script.c: Clean up the alpha functions
whitelist, and add the new functions.
* doc/reference/clutter/Makefile.am:
* doc/reference/clutter/clutter-sections.txt: Update the
API reference.
* doc/reference/clutter/clutter-animation.xml: Renamed to
doc/reference/clutter/clutter-animation-tutorial.xml to
avoid clashes with the ClutterAnimation section.
* doc/reference/clutter/clutter-docs.sgml: Renamed to
doc/reference/clutter/clutter-docs.xml, as it was an XML
file and not a SGML file.
* tests/Makefile.am:
* tests/interactive/Makefile.am:
* tests/interactive/test-animation.c:
* tests/interactive/test-easing.c: Add two tests for the
new simple animation API and the easing functions.
* tests/interactive/test-actors.c:
* tests/interactive/test-behave.c:
* tests/interactive/test-depth.c:
* tests/interactive/test-effects.c:
* tests/interactive/test-layout.c:
* tests/interactive/test-multistage.c:
* tests/interactive/test-paint-wrapper.c:
* tests/interactive/test-rotate.c:
* tests/interactive/test-scale.c:
* tests/interactive/test-texture-quality.c:
* tests/interactive/test-threads.c:
* tests/interactive/test-viewport.c: Update interactive tests
to the deprecations and new alpha API.
2008-11-18 04:50:03 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2009-03-16 10:02:09 -04:00
|
|
|
clutter_animation_bind
|
|
|
|
clutter_animation_bind_interval
|
2009-08-25 07:16:41 -04:00
|
|
|
clutter_animation_update
|
2009-03-16 10:16:18 -04:00
|
|
|
clutter_animation_update_interval
|
2008-11-17 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1014 - Clutter Animation API Improvements
* clutter/Makefile.am:
* clutter/clutter.h: Update the build
* clutter/clutter-types.h: Add AnimationMode, an enumeration
for easing functions.
* clutter/clutter-alpha.[ch]: Add the :mode property to
control the function bound to an Alpha instance using an
enumeration value. Also add six new alpha functions:
- ease-in, ease-out, ease-in-out
- sine-in, sine-out, sine-in-out
* clutter/clutter-deprecated.h: Deprecate the #defines for
the alpha functions. They will be replaced by entries in the
ClutterAnimationMode.
* clutter/clutter-interval.[ch]: Add ClutterInterval, an
object for defining, validating and computing an interval
between two values.
* clutter/clutter-animation.[ch]: Add ClutterAnimation, an
object responsible for animation the properties of a single
actor along an interval of values. ClutterAnimation memory
management is automatic. A simple wrapper method for
ClutterActor is provided:
clutter_actor_animate()
which will create, or update, an animation for the passed
actor.
* clutter/clutter-debug.h:
* clutter/clutter-main.c: Add a new 'animation' debug note.
* clutter/clutter-script.c: Clean up the alpha functions
whitelist, and add the new functions.
* doc/reference/clutter/Makefile.am:
* doc/reference/clutter/clutter-sections.txt: Update the
API reference.
* doc/reference/clutter/clutter-animation.xml: Renamed to
doc/reference/clutter/clutter-animation-tutorial.xml to
avoid clashes with the ClutterAnimation section.
* doc/reference/clutter/clutter-docs.sgml: Renamed to
doc/reference/clutter/clutter-docs.xml, as it was an XML
file and not a SGML file.
* tests/Makefile.am:
* tests/interactive/Makefile.am:
* tests/interactive/test-animation.c:
* tests/interactive/test-easing.c: Add two tests for the
new simple animation API and the easing functions.
* tests/interactive/test-actors.c:
* tests/interactive/test-behave.c:
* tests/interactive/test-depth.c:
* tests/interactive/test-effects.c:
* tests/interactive/test-layout.c:
* tests/interactive/test-multistage.c:
* tests/interactive/test-paint-wrapper.c:
* tests/interactive/test-rotate.c:
* tests/interactive/test-scale.c:
* tests/interactive/test-texture-quality.c:
* tests/interactive/test-threads.c:
* tests/interactive/test-viewport.c: Update interactive tests
to the deprecations and new alpha API.
2008-11-18 04:50:03 -05:00
|
|
|
clutter_animation_has_property
|
2009-03-16 10:16:18 -04:00
|
|
|
clutter_animation_unbind_property
|
2008-11-17 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1014 - Clutter Animation API Improvements
* clutter/Makefile.am:
* clutter/clutter.h: Update the build
* clutter/clutter-types.h: Add AnimationMode, an enumeration
for easing functions.
* clutter/clutter-alpha.[ch]: Add the :mode property to
control the function bound to an Alpha instance using an
enumeration value. Also add six new alpha functions:
- ease-in, ease-out, ease-in-out
- sine-in, sine-out, sine-in-out
* clutter/clutter-deprecated.h: Deprecate the #defines for
the alpha functions. They will be replaced by entries in the
ClutterAnimationMode.
* clutter/clutter-interval.[ch]: Add ClutterInterval, an
object for defining, validating and computing an interval
between two values.
* clutter/clutter-animation.[ch]: Add ClutterAnimation, an
object responsible for animation the properties of a single
actor along an interval of values. ClutterAnimation memory
management is automatic. A simple wrapper method for
ClutterActor is provided:
clutter_actor_animate()
which will create, or update, an animation for the passed
actor.
* clutter/clutter-debug.h:
* clutter/clutter-main.c: Add a new 'animation' debug note.
* clutter/clutter-script.c: Clean up the alpha functions
whitelist, and add the new functions.
* doc/reference/clutter/Makefile.am:
* doc/reference/clutter/clutter-sections.txt: Update the
API reference.
* doc/reference/clutter/clutter-animation.xml: Renamed to
doc/reference/clutter/clutter-animation-tutorial.xml to
avoid clashes with the ClutterAnimation section.
* doc/reference/clutter/clutter-docs.sgml: Renamed to
doc/reference/clutter/clutter-docs.xml, as it was an XML
file and not a SGML file.
* tests/Makefile.am:
* tests/interactive/Makefile.am:
* tests/interactive/test-animation.c:
* tests/interactive/test-easing.c: Add two tests for the
new simple animation API and the easing functions.
* tests/interactive/test-actors.c:
* tests/interactive/test-behave.c:
* tests/interactive/test-depth.c:
* tests/interactive/test-effects.c:
* tests/interactive/test-layout.c:
* tests/interactive/test-multistage.c:
* tests/interactive/test-paint-wrapper.c:
* tests/interactive/test-rotate.c:
* tests/interactive/test-scale.c:
* tests/interactive/test-texture-quality.c:
* tests/interactive/test-threads.c:
* tests/interactive/test-viewport.c: Update interactive tests
to the deprecations and new alpha API.
2008-11-18 04:50:03 -05:00
|
|
|
clutter_animation_get_interval
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_actor_animate
|
|
|
|
clutter_actor_animate_with_timeline
|
|
|
|
clutter_actor_animate_with_alpha
|
2009-03-09 17:11:40 -04:00
|
|
|
clutter_actor_animatev
|
|
|
|
clutter_actor_animate_with_timelinev
|
|
|
|
clutter_actor_animate_with_alphav
|
2009-03-16 10:02:09 -04:00
|
|
|
clutter_actor_get_animation
|
2008-11-17 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1014 - Clutter Animation API Improvements
* clutter/Makefile.am:
* clutter/clutter.h: Update the build
* clutter/clutter-types.h: Add AnimationMode, an enumeration
for easing functions.
* clutter/clutter-alpha.[ch]: Add the :mode property to
control the function bound to an Alpha instance using an
enumeration value. Also add six new alpha functions:
- ease-in, ease-out, ease-in-out
- sine-in, sine-out, sine-in-out
* clutter/clutter-deprecated.h: Deprecate the #defines for
the alpha functions. They will be replaced by entries in the
ClutterAnimationMode.
* clutter/clutter-interval.[ch]: Add ClutterInterval, an
object for defining, validating and computing an interval
between two values.
* clutter/clutter-animation.[ch]: Add ClutterAnimation, an
object responsible for animation the properties of a single
actor along an interval of values. ClutterAnimation memory
management is automatic. A simple wrapper method for
ClutterActor is provided:
clutter_actor_animate()
which will create, or update, an animation for the passed
actor.
* clutter/clutter-debug.h:
* clutter/clutter-main.c: Add a new 'animation' debug note.
* clutter/clutter-script.c: Clean up the alpha functions
whitelist, and add the new functions.
* doc/reference/clutter/Makefile.am:
* doc/reference/clutter/clutter-sections.txt: Update the
API reference.
* doc/reference/clutter/clutter-animation.xml: Renamed to
doc/reference/clutter/clutter-animation-tutorial.xml to
avoid clashes with the ClutterAnimation section.
* doc/reference/clutter/clutter-docs.sgml: Renamed to
doc/reference/clutter/clutter-docs.xml, as it was an XML
file and not a SGML file.
* tests/Makefile.am:
* tests/interactive/Makefile.am:
* tests/interactive/test-animation.c:
* tests/interactive/test-easing.c: Add two tests for the
new simple animation API and the easing functions.
* tests/interactive/test-actors.c:
* tests/interactive/test-behave.c:
* tests/interactive/test-depth.c:
* tests/interactive/test-effects.c:
* tests/interactive/test-layout.c:
* tests/interactive/test-multistage.c:
* tests/interactive/test-paint-wrapper.c:
* tests/interactive/test-rotate.c:
* tests/interactive/test-scale.c:
* tests/interactive/test-texture-quality.c:
* tests/interactive/test-threads.c:
* tests/interactive/test-viewport.c: Update interactive tests
to the deprecations and new alpha API.
2008-11-18 04:50:03 -05:00
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_ANIMATION
|
|
|
|
CLUTTER_ANIMATION
|
|
|
|
CLUTTER_ANIMATION_CLASS
|
|
|
|
CLUTTER_IS_ANIMATION
|
|
|
|
CLUTTER_IS_ANIMATION_CLASS
|
|
|
|
CLUTTER_ANIMATION_GET_CLASS
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterAnimationPrivate
|
|
|
|
clutter_animation_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Value intervals</TITLE>
|
|
|
|
<FILE>clutter-interval</FILE>
|
|
|
|
ClutterInterval
|
|
|
|
ClutterIntervalClass
|
|
|
|
clutter_interval_new
|
|
|
|
clutter_interval_new_with_values
|
|
|
|
clutter_interval_clone
|
|
|
|
clutter_interval_get_value_type
|
|
|
|
clutter_interval_set_initial_value
|
|
|
|
clutter_interval_get_initial_value
|
|
|
|
clutter_interval_peek_initial_value
|
|
|
|
clutter_interval_set_final_value
|
|
|
|
clutter_interval_get_final_value
|
|
|
|
clutter_interval_peek_final_value
|
|
|
|
clutter_interval_set_interval
|
|
|
|
clutter_interval_get_interval
|
|
|
|
|
2008-12-19 12:30:50 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
clutter_interval_compute_value
|
2008-12-11 10:01:28 -05:00
|
|
|
clutter_interval_validate
|
2008-12-19 12:30:50 -05:00
|
|
|
|
2009-01-08 08:31:27 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
ClutterProgressFunc
|
|
|
|
clutter_interval_register_progress_func
|
|
|
|
|
2008-11-17 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1014 - Clutter Animation API Improvements
* clutter/Makefile.am:
* clutter/clutter.h: Update the build
* clutter/clutter-types.h: Add AnimationMode, an enumeration
for easing functions.
* clutter/clutter-alpha.[ch]: Add the :mode property to
control the function bound to an Alpha instance using an
enumeration value. Also add six new alpha functions:
- ease-in, ease-out, ease-in-out
- sine-in, sine-out, sine-in-out
* clutter/clutter-deprecated.h: Deprecate the #defines for
the alpha functions. They will be replaced by entries in the
ClutterAnimationMode.
* clutter/clutter-interval.[ch]: Add ClutterInterval, an
object for defining, validating and computing an interval
between two values.
* clutter/clutter-animation.[ch]: Add ClutterAnimation, an
object responsible for animation the properties of a single
actor along an interval of values. ClutterAnimation memory
management is automatic. A simple wrapper method for
ClutterActor is provided:
clutter_actor_animate()
which will create, or update, an animation for the passed
actor.
* clutter/clutter-debug.h:
* clutter/clutter-main.c: Add a new 'animation' debug note.
* clutter/clutter-script.c: Clean up the alpha functions
whitelist, and add the new functions.
* doc/reference/clutter/Makefile.am:
* doc/reference/clutter/clutter-sections.txt: Update the
API reference.
* doc/reference/clutter/clutter-animation.xml: Renamed to
doc/reference/clutter/clutter-animation-tutorial.xml to
avoid clashes with the ClutterAnimation section.
* doc/reference/clutter/clutter-docs.sgml: Renamed to
doc/reference/clutter/clutter-docs.xml, as it was an XML
file and not a SGML file.
* tests/Makefile.am:
* tests/interactive/Makefile.am:
* tests/interactive/test-animation.c:
* tests/interactive/test-easing.c: Add two tests for the
new simple animation API and the easing functions.
* tests/interactive/test-actors.c:
* tests/interactive/test-behave.c:
* tests/interactive/test-depth.c:
* tests/interactive/test-effects.c:
* tests/interactive/test-layout.c:
* tests/interactive/test-multistage.c:
* tests/interactive/test-paint-wrapper.c:
* tests/interactive/test-rotate.c:
* tests/interactive/test-scale.c:
* tests/interactive/test-texture-quality.c:
* tests/interactive/test-threads.c:
* tests/interactive/test-viewport.c: Update interactive tests
to the deprecations and new alpha API.
2008-11-18 04:50:03 -05:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_INTERVAL
|
|
|
|
CLUTTER_INTERVAL
|
|
|
|
CLUTTER_INTERVAL_CLASS
|
|
|
|
CLUTTER_IS_INTERVAL
|
|
|
|
CLUTTER_IS_INTERVAL_CLASS
|
|
|
|
CLUTTER_INTERVAL_GET_CLASS
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterIntervalPrivate
|
|
|
|
clutter_interval_get_type
|
|
|
|
</SECTION>
|
2008-12-08 09:22:39 -05:00
|
|
|
|
2008-12-11 10:37:21 -05:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-cairo-texture</FILE>
|
2009-01-07 09:53:54 -05:00
|
|
|
<TITLE>ClutterCairoTexture</TITLE>
|
2008-12-11 10:37:21 -05:00
|
|
|
ClutterCairoTexture
|
|
|
|
ClutterCairoTextureClass
|
|
|
|
clutter_cairo_texture_new
|
|
|
|
clutter_cairo_texture_set_surface_size
|
|
|
|
clutter_cairo_texture_get_surface_size
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_cairo_texture_create
|
|
|
|
clutter_cairo_texture_create_region
|
2009-05-28 12:18:13 -04:00
|
|
|
clutter_cairo_texture_clear
|
2008-12-11 10:37:21 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_cairo_set_source_color
|
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_CAIRO_TEXTURE
|
|
|
|
CLUTTER_CAIRO_TEXTURE
|
|
|
|
CLUTTER_IS_CAIRO_TEXTURE
|
|
|
|
CLUTTER_CAIRO_TEXTURE_CLASS
|
|
|
|
CLUTTER_IS_CAIRO_TEXTURE_CLASS
|
|
|
|
CLUTTER_CAIRO_TEXTURE_GET_CLASS
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterCairoTexturePrivate
|
|
|
|
clutter_cairo_texture_get_type
|
2009-01-09 09:26:35 -05:00
|
|
|
</SECTION>
|
2009-01-07 07:06:33 -05:00
|
|
|
|
2008-12-11 10:01:28 -05:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>ClutterText</TITLE>
|
|
|
|
<FILE>clutter-text</FILE>
|
|
|
|
ClutterText
|
|
|
|
ClutterTextClass
|
|
|
|
clutter_text_new
|
|
|
|
clutter_text_new_full
|
|
|
|
clutter_text_new_with_text
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_text_set_text
|
2009-02-02 06:08:37 -05:00
|
|
|
clutter_text_set_markup
|
2008-12-11 10:01:28 -05:00
|
|
|
clutter_text_get_text
|
|
|
|
clutter_text_set_activatable
|
|
|
|
clutter_text_get_activatable
|
|
|
|
clutter_text_set_attributes
|
|
|
|
clutter_text_get_attributes
|
|
|
|
clutter_text_set_color
|
|
|
|
clutter_text_get_color
|
|
|
|
clutter_text_set_ellipsize
|
|
|
|
clutter_text_get_ellipsize
|
|
|
|
clutter_text_set_font_name
|
|
|
|
clutter_text_get_font_name
|
2009-01-06 10:29:44 -05:00
|
|
|
clutter_text_set_password_char
|
|
|
|
clutter_text_get_password_char
|
2008-12-11 10:01:28 -05:00
|
|
|
clutter_text_set_justify
|
|
|
|
clutter_text_get_justify
|
|
|
|
clutter_text_get_layout
|
2009-02-02 18:55:30 -05:00
|
|
|
clutter_text_set_line_alignment
|
|
|
|
clutter_text_get_line_alignment
|
2008-12-11 10:01:28 -05:00
|
|
|
clutter_text_set_line_wrap
|
|
|
|
clutter_text_get_line_wrap
|
|
|
|
clutter_text_set_line_wrap_mode
|
|
|
|
clutter_text_get_line_wrap_mode
|
|
|
|
clutter_text_set_max_length
|
|
|
|
clutter_text_get_max_length
|
|
|
|
clutter_text_set_selectable
|
|
|
|
clutter_text_get_selectable
|
2008-12-16 07:42:44 -05:00
|
|
|
clutter_text_set_selection
|
2008-12-11 10:01:28 -05:00
|
|
|
clutter_text_get_selection
|
|
|
|
clutter_text_set_selection_bound
|
|
|
|
clutter_text_get_selection_bound
|
2009-01-06 19:30:59 -05:00
|
|
|
clutter_text_set_single_line_mode
|
|
|
|
clutter_text_get_single_line_mode
|
2008-12-11 10:01:28 -05:00
|
|
|
clutter_text_set_use_markup
|
|
|
|
clutter_text_get_use_markup
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_text_set_editable
|
|
|
|
clutter_text_get_editable
|
|
|
|
clutter_text_insert_text
|
|
|
|
clutter_text_insert_unichar
|
|
|
|
clutter_text_delete_chars
|
|
|
|
clutter_text_delete_text
|
2009-05-06 12:08:25 -04:00
|
|
|
clutter_text_delete_selection
|
2008-12-11 10:01:28 -05:00
|
|
|
clutter_text_get_chars
|
|
|
|
clutter_text_set_cursor_color
|
|
|
|
clutter_text_get_cursor_color
|
2009-04-06 10:22:31 -04:00
|
|
|
clutter_text_set_selection_color
|
|
|
|
clutter_text_get_selection_color
|
2008-12-11 10:01:28 -05:00
|
|
|
clutter_text_set_cursor_position
|
|
|
|
clutter_text_get_cursor_position
|
|
|
|
clutter_text_set_cursor_visible
|
|
|
|
clutter_text_get_cursor_visible
|
2008-12-16 05:43:05 -05:00
|
|
|
clutter_text_set_cursor_size
|
|
|
|
clutter_text_get_cursor_size
|
2008-12-11 10:01:28 -05:00
|
|
|
|
2008-12-16 12:44:13 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
clutter_text_activate
|
2009-05-06 12:18:12 -04:00
|
|
|
clutter_text_position_to_coords
|
2009-09-09 07:15:23 -04:00
|
|
|
clutter_text_set_preedit_string
|
2008-12-16 12:44:13 -05:00
|
|
|
|
2008-12-11 10:01:28 -05:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_IS_TEXT
|
|
|
|
CLUTTER_IS_TEXT_CLASS
|
|
|
|
CLUTTER_TEXT
|
|
|
|
CLUTTER_TEXT_CLASS
|
|
|
|
CLUTTER_TEXT_GET_CLASS
|
|
|
|
CLUTTER_TYPE_TEXT
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterTextPrivate
|
|
|
|
clutter_text_get_type
|
2008-12-11 10:37:21 -05:00
|
|
|
</SECTION>
|
2009-01-09 09:26:35 -05:00
|
|
|
|
2009-01-08 08:31:27 -05:00
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-animatable</FILE>
|
|
|
|
<TITLE>ClutterAnimatable</TITLE>
|
|
|
|
ClutterAnimatable
|
|
|
|
ClutterAnimatableIface
|
|
|
|
clutter_animatable_animate_property
|
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_ANIMATABLE
|
|
|
|
CLUTTER_ANIMATABLE
|
|
|
|
CLUTTER_IS_ANIMATABLE
|
|
|
|
CLUTTER_ANIMATABLE_GET_IFACE
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
clutter_animatable_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2009-01-09 09:26:35 -05:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Key Bindings</TITLE>
|
|
|
|
<FILE>clutter-binding-pool</FILE>
|
|
|
|
ClutterBindingPool
|
|
|
|
ClutterBindingActionFunc
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_binding_pool_new
|
|
|
|
clutter_binding_pool_get_for_class
|
|
|
|
clutter_binding_pool_find
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_binding_pool_install_action
|
|
|
|
clutter_binding_pool_install_closure
|
|
|
|
clutter_binding_pool_override_action
|
|
|
|
clutter_binding_pool_override_closure
|
|
|
|
clutter_binding_pool_find_action
|
|
|
|
clutter_binding_pool_remove_action
|
|
|
|
clutter_binding_pool_block_action
|
|
|
|
clutter_binding_pool_unblock_action
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_binding_pool_activate
|
2009-01-14 10:05:03 -05:00
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_BINDING_POOL
|
|
|
|
CLUTTER_IS_BINDING_POOL
|
|
|
|
CLUTTER_TYPE_BINDING_POOL
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
clutter_binding_pool_get_type
|
2009-01-09 09:26:35 -05:00
|
|
|
</SECTION>
|
2009-03-18 13:06:56 -04:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>GLX Specific Support</TITLE>
|
|
|
|
<FILE>clutter-glx</FILE>
|
|
|
|
ClutterGLXTexturePixmap
|
|
|
|
ClutterGLXTexturePixmapClass
|
|
|
|
clutter_glx_texture_pixmap_new
|
|
|
|
clutter_glx_texture_pixmap_new_with_pixmap
|
|
|
|
clutter_glx_texture_pixmap_new_with_window
|
|
|
|
clutter_glx_texture_pixmap_using_extension
|
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_GLX_IS_TEXTURE_PIXMAP
|
|
|
|
CLUTTER_GLX_IS_TEXTURE_PIXMAP_CLASS
|
|
|
|
CLUTTER_GLX_TEXTURE_PIXMAP
|
|
|
|
CLUTTER_GLX_TEXTURE_PIXMAP_CLASS
|
|
|
|
CLUTTER_GLX_TEXTURE_PIXMAP_GET_CLASS
|
|
|
|
CLUTTER_GLX_TYPE_TEXTURE_PIXMAP
|
|
|
|
clutter_glx_texture_pixmap_get_type
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterGLXTexturePixmapPrivate
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>EGL Specific Support</TITLE>
|
|
|
|
<FILE>clutter-eglnative</FILE>
|
|
|
|
clutter_egl_display
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>EGLX Specific Support</TITLE>
|
|
|
|
<FILE>clutter-eglx</FILE>
|
|
|
|
clutter_eglx_display
|
|
|
|
</SECTION>
|
2009-10-10 08:52:46 -04:00
|
|
|
|
|
|
|
<SECTION>
|
2009-10-21 12:43:34 -04:00
|
|
|
<TITLE>Stage Manager</TITLE>
|
2009-10-10 08:52:46 -04:00
|
|
|
<FILE>clutter-stage-manager</FILE>
|
|
|
|
ClutterStageManager
|
|
|
|
ClutterStageManagerClass
|
|
|
|
clutter_stage_manager_get_default
|
|
|
|
clutter_stage_manager_set_default_stage
|
|
|
|
clutter_stage_manager_get_default_stage
|
|
|
|
clutter_stage_manager_list_stages
|
|
|
|
clutter_stage_manager_peek_stages
|
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_STAGE_MANAGER
|
|
|
|
CLUTTER_STAGE_MANAGER
|
|
|
|
CLUTTER_STAGE_MANAGER_CLASS
|
|
|
|
CLUTTER_IS_STAGE_MANAGER
|
|
|
|
CLUTTER_IS_STAGE_MANAGER_CLASS
|
|
|
|
CLUTTER_STAGE_MANAGER_GET_CLASS
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
clutter_stage_manager_get_type
|
|
|
|
</SECTION>
|
2009-09-15 11:24:47 -04:00
|
|
|
|
|
|
|
<SECTION>
|
2009-10-19 07:01:38 -04:00
|
|
|
<TITLE>ClutterLayoutManager</TITLE>
|
2009-09-15 11:24:47 -04:00
|
|
|
<FILE>clutter-layout-manager</FILE>
|
|
|
|
ClutterLayoutManager
|
|
|
|
ClutterLayoutManagerClass
|
|
|
|
clutter_layout_manager_get_preferred_width
|
|
|
|
clutter_layout_manager_get_preferred_height
|
|
|
|
clutter_layout_manager_allocate
|
|
|
|
clutter_layout_manager_layout_changed
|
2009-09-16 09:58:30 -04:00
|
|
|
clutter_layout_manager_set_container
|
2009-09-15 11:24:47 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_layout_manager_get_child_meta
|
|
|
|
clutter_layout_manager_child_set
|
|
|
|
clutter_layout_manager_child_set_property
|
|
|
|
clutter_layout_manager_child_get
|
|
|
|
clutter_layout_manager_child_get_property
|
|
|
|
|
2009-12-01 09:59:44 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
clutter_layout_manager_find_child_property
|
|
|
|
clutter_layout_manager_list_child_properties
|
|
|
|
|
2009-12-11 19:02:43 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
clutter_layout_manager_begin_animation
|
|
|
|
clutter_layout_manager_end_animation
|
|
|
|
clutter_layout_manager_get_animation_progress
|
|
|
|
|
2009-09-15 11:24:47 -04:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_LAYOUT_MANAGER
|
|
|
|
CLUTTER_LAYOUT_MANAGER
|
|
|
|
CLUTTER_LAYOUT_MANAGER_CLASS
|
|
|
|
CLUTTER_IS_LAYOUT_MANAGER
|
|
|
|
CLUTTER_IS_LAYOUT_MANAGER_CLASS
|
|
|
|
CLUTTER_LAYOUT_MANAGER_GET_CLASS
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
clutter_layout_manager_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>ClutterFixedLayout</TITLE>
|
|
|
|
<FILE>clutter-fixed-layout</FILE>
|
|
|
|
ClutterFixedLayout
|
|
|
|
ClutterFixedLayoutClass
|
|
|
|
clutter_fixed_layout_new
|
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_FIXED_LAYOUT
|
|
|
|
CLUTTER_FIXED_LAYOUT
|
|
|
|
CLUTTER_FIXED_LAYOUT_CLASS
|
|
|
|
CLUTTER_IS_FIXED_LAYOUT
|
|
|
|
CLUTTER_IS_FIXED_LAYOUT_CLASS
|
|
|
|
CLUTTER_FIXED_LAYOUT_GET_CLASS
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
clutter_fixed_layout_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>ClutterBinLayout</TITLE>
|
|
|
|
<FILE>clutter-bin-layout</FILE>
|
|
|
|
ClutterBinAlignment
|
|
|
|
ClutterBinLayout
|
|
|
|
ClutterBinLayoutClass
|
|
|
|
clutter_bin_layout_new
|
|
|
|
clutter_bin_layout_set_alignment
|
|
|
|
clutter_bin_layout_get_alignment
|
2009-09-16 10:51:13 -04:00
|
|
|
clutter_bin_layout_add
|
2009-09-15 11:24:47 -04:00
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_BIN_LAYOUT
|
|
|
|
CLUTTER_BIN_LAYOUT
|
|
|
|
CLUTTER_BIN_LAYOUT_CLASS
|
|
|
|
CLUTTER_IS_BIN_LAYOUT
|
|
|
|
CLUTTER_IS_BIN_LAYOUT_CLASS
|
|
|
|
CLUTTER_BIN_LAYOUT_GET_CLASS
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterBinLayoutPrivate
|
|
|
|
clutter_bin_layout_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>ClutterBox</TITLE>
|
|
|
|
<FILE>clutter-box</FILE>
|
|
|
|
ClutterBox
|
|
|
|
ClutterBoxClass
|
|
|
|
clutter_box_new
|
2009-09-16 10:48:28 -04:00
|
|
|
clutter_box_set_layout_manager
|
2009-09-15 11:24:47 -04:00
|
|
|
clutter_box_get_layout_manager
|
2009-09-17 13:21:51 -04:00
|
|
|
clutter_box_set_color
|
|
|
|
clutter_box_get_color
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2009-09-16 06:10:45 -04:00
|
|
|
clutter_box_pack
|
|
|
|
clutter_box_packv
|
2009-12-04 11:54:22 -05:00
|
|
|
clutter_box_pack_after
|
|
|
|
clutter_box_pack_before
|
|
|
|
clutter_box_pack_at
|
2009-09-15 11:24:47 -04:00
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_BOX
|
|
|
|
CLUTTER_BOX
|
|
|
|
CLUTTER_BOX_CLASS
|
|
|
|
CLUTTER_IS_BOX
|
|
|
|
CLUTTER_IS_BOX_CLASS
|
|
|
|
CLUTTER_BOX_GET_CLASS
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterBoxPrivate
|
|
|
|
clutter_box_get_type
|
|
|
|
</SECTION>
|
2009-09-15 12:37:11 -04:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>ClutterLayoutMeta</TITLE>
|
|
|
|
<FILE>clutter-layout-meta</FILE>
|
|
|
|
ClutterLayoutMeta
|
|
|
|
ClutterLayoutMetaClass
|
|
|
|
clutter_layout_meta_get_manager
|
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_LAYOUT_META
|
|
|
|
CLUTTER_LAYOUT_META
|
|
|
|
CLUTTER_LAYOUT_META_CLASS
|
|
|
|
CLUTTER_IS_LAYOUT_META
|
|
|
|
CLUTTER_IS_LAYOUT_META_CLASS
|
|
|
|
CLUTTER_LAYOUT_META_GET_CLASS
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
clutter_layout_meta_get_type
|
|
|
|
</SECTION>
|
2009-09-18 12:28:02 -04:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>clutter-flow-layout</FILE>
|
|
|
|
<TITLE>ClutterFlowLayout</TITLE>
|
|
|
|
ClutterFlowOrientation
|
|
|
|
ClutterFlowLayout
|
|
|
|
ClutterFlowLayoutClass
|
|
|
|
clutter_flow_layout_new
|
2009-10-19 07:01:38 -04:00
|
|
|
clutter_flow_layout_set_homogeneous
|
|
|
|
clutter_flow_layout_get_homogeneous
|
2009-09-18 12:28:02 -04:00
|
|
|
clutter_flow_layout_set_orientation
|
|
|
|
clutter_flow_layout_get_orientation
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_flow_layout_set_column_spacing
|
|
|
|
clutter_flow_layout_get_column_spacing
|
|
|
|
clutter_flow_layout_set_row_spacing
|
|
|
|
clutter_flow_layout_get_row_spacing
|
|
|
|
clutter_flow_layout_set_column_width
|
|
|
|
clutter_flow_layout_get_column_width
|
|
|
|
clutter_flow_layout_set_row_height
|
|
|
|
clutter_flow_layout_get_row_height
|
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_FLOW_LAYOUT
|
|
|
|
CLUTTER_FLOW_LAYOUT
|
|
|
|
CLUTTER_FLOW_LAYOUT_CLASS
|
|
|
|
CLUTTER_IS_FLOW_LAYOUT
|
|
|
|
CLUTTER_IS_FLOW_LAYOUT_CLASS
|
|
|
|
CLUTTER_FLOW_LAYOUT_GET_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterFlowLayoutPrivate
|
|
|
|
clutter_flow_layout_get_type
|
|
|
|
</SECTION>
|
2009-10-13 07:15:25 -04:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>ClutterBoxLayout</TITLE>
|
|
|
|
<FILE>clutter-box-layout</FILE>
|
|
|
|
ClutterBoxAlignment
|
|
|
|
ClutterBoxLayout
|
|
|
|
ClutterBoxLayoutClass
|
|
|
|
clutter_box_layout_new
|
|
|
|
clutter_box_layout_set_pack_start
|
|
|
|
clutter_box_layout_get_pack_start
|
|
|
|
clutter_box_layout_set_spacing
|
|
|
|
clutter_box_layout_get_spacing
|
|
|
|
clutter_box_layout_set_vertical
|
|
|
|
clutter_box_layout_get_vertical
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_box_layout_pack
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
clutter_box_layout_set_alignment
|
|
|
|
clutter_box_layout_get_alignment
|
|
|
|
clutter_box_layout_set_expand
|
|
|
|
clutter_box_layout_get_expand
|
|
|
|
clutter_box_layout_set_fill
|
|
|
|
clutter_box_layout_get_fill
|
|
|
|
|
2009-12-12 20:07:44 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
clutter_box_layout_set_use_animations
|
|
|
|
clutter_box_layout_get_use_animations
|
|
|
|
clutter_box_layout_set_easing_duration
|
|
|
|
clutter_box_layout_get_easing_duration
|
|
|
|
clutter_box_layout_set_easing_mode
|
|
|
|
clutter_box_layout_get_easing_mode
|
|
|
|
|
2009-10-13 07:15:25 -04:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
CLUTTER_TYPE_BOX_LAYOUT
|
|
|
|
CLUTTER_BOX_LAYOUT
|
|
|
|
CLUTTER_BOX_LAYOUT_CLASS
|
|
|
|
CLUTTER_IS_BOX_LAYOUT
|
|
|
|
CLUTTER_IS_BOX_LAYOUT_CLASS
|
|
|
|
CLUTTER_BOX_LAYOUT_GET_CLASS
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
ClutterBoxLayoutPrivate
|
|
|
|
clutter_box_layout_get_type
|
|
|
|
</SECTION>
|