3ds Max C++ API Reference
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"

Classes

class  IPFActionListPool
 

Macros

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

Functions

PFExport IPFActionListPoolGetPFActionListPool ()
 Gets PFActionListPool from the scene. More...
 

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

Macro Definition Documentation

◆ PFACTIONLISTPOOL_INTERFACE

#define PFACTIONLISTPOOL_INTERFACE   Interface_ID(0x74f93d09, 0x1eb34500)

◆ GetPFActionListPoolInterface

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

Function Documentation

◆ GetPFActionListPool()

PFExport IPFActionListPool * GetPFActionListPool ( )

Gets PFActionListPool from the scene.