IPFActionListPool.h File Reference

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

#include "PFExport.h"
#include "..\notify.h"
#include "..\ifnpub.h"

Go to the source code of this file.

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.

Detailed 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).

Definition in file IPFActionListPool.h.


Define Documentation

#define PFACTIONLISTPOOL_INTERFACE   Interface_ID(0x74f93d09, 0x1eb34500)

Definition at line 25 of file IPFActionListPool.h.

#define GetPFActionListPoolInterface (   obj )    ((IPFActionListPool*)obj->GetInterface(PFACTIONLISTPOOL_INTERFACE))

Definition at line 27 of file IPFActionListPool.h.


Function Documentation

PFExport IPFActionListPool * GetPFActionListPool ( )

Gets PFActionListPool from the scene.