mx-item-factory

mx-item-factory

Synopsis

                    MxItemFactory;
                    MxItemFactoryIface;
ClutterActor*       mx_item_factory_create              (MxItemFactory *factory);

Object Hierarchy

  GInterface
   +----MxItemFactory

Description

Details

MxItemFactory

typedef struct _MxItemFactory MxItemFactory;


MxItemFactoryIface

typedef struct {
  /* vfuncs, not signals */
  ClutterActor *(* create) (MxItemFactory *factory);
} MxItemFactoryIface;

Interface for creating custom items

create () virtual function called when creating a new item

mx_item_factory_create ()

ClutterActor*       mx_item_factory_create              (MxItemFactory *factory);

factory :
Returns :