mutter/tests/data
Emmanuele Bassi 0411ba7d32 actor: Parse actions, constraints and effects members
ClutterActor should allow attaching actions, constraints and effects
just like it allows behaviours, e.g.:

  {
    ...
    "constraints" : [
      {
        "type" : "ClutterAlignConstraint",
        "source" : "stage",
        "align-axis" : "x-axis",
        "factor" : 0.5
      },
      {
        "type" : "ClutterAlignConstraint",
        "source" : "stage",
        "align-axis" : "y-axis",
        "factor" : 0.5
      }
    ],
    ...
  }

or:

  {
    ...
    "actions" : [
      {
        "type" : "ClutterDragAction",
        "signals" : [
          { "name" : "drag-end", "handler" : "on_drag_end" }
        ]
      }
    ],
    ...
  }

In order to do so, we use the Scriptable interface implementation and
add three new custom properties accepting an array; then we parse each
member of the array as a new object.
2010-06-17 17:35:00 +01:00
..
clutter-1.0.suppressions
light0.png
Makefile.am script: Support layout manager properties 2010-06-07 22:45:34 +01:00
redhand_alpha.png
redhand.png
test-animator-1.json
test-animator-2.json
test-animator-3.json
test-script-animation.json
test-script-child.json
test-script-implicit-alpha.json
test-script-layout-property.json script: Support layout manager properties 2010-06-07 22:45:34 +01:00
test-script-model.json
test-script-named-object.json actor: Parse actions, constraints and effects members 2010-06-17 17:35:00 +01:00
test-script-object-property.json
test-script-single.json
test-script.json
test-state-1.json Do not use wildcards in test-state 2010-05-21 14:22:56 +01:00