ParticleFlow/IPFActionListPool.h File Reference
 
 
 
ParticleFlow/IPFActionListPool.h File Reference
#include "PFExport.h"
#include "../notify.h"
#include "../ifnpub.h"

File Description

The interface and a method are used to access a list of all ActionList objects in the current scene.

It is possible to register notification with the object thus getting notification each time when the set of all ActionLists is changing (create, clone, delete).

Classes

class   IPFActionListPool

Defines

#define  PFACTIONLISTPOOL_INTERFACE   Interface_ID(0x74f93d09, 0x1eb34500)
#define  GetPFActionListPoolInterface(obj)   ((IPFActionListPool*)obj->GetInterface(PFACTIONLISTPOOL_INTERFACE))

Functions

PFExport IPFActionListPool GetPFActionListPool ()
  Gets PFActionListPool from the scene.

Define Documentation

#define PFACTIONLISTPOOL_INTERFACE   Interface_ID(0x74f93d09, 0x1eb34500)
#define GetPFActionListPoolInterface (   obj )    ((IPFActionListPool*)obj->GetInterface(PFACTIONLISTPOOL_INTERFACE))

Function Documentation

PFExport IPFActionListPool * GetPFActionListPool ( )

Gets PFActionListPool from the scene.