3ds Max C++ API Reference
IPViewItemCreator.h File Reference

Interface for PViewItemCreator. More...

#include "PFExport.h"
#include "../ifnpub.h"

Classes

class  IPViewItemCreator
 

Macros

#define PVIEWITEMCREATOR_INTERFACE   Interface_ID(0x74f93d0b, 0x1eb34500)
 
#define GetPViewItemCreatorInterface(obj)   (IPViewItemCreator*)(obj->GetInterface(PVIEWITEMCREATOR_INTERFACE))
 

Detailed Description

Interface for PViewItemCreator.

A ClassDesc2 should implement the interface to be able to create PViewItems in the Pview.

Macro Definition Documentation

◆ PVIEWITEMCREATOR_INTERFACE

#define PVIEWITEMCREATOR_INTERFACE   Interface_ID(0x74f93d0b, 0x1eb34500)

◆ GetPViewItemCreatorInterface

#define GetPViewItemCreatorInterface (   obj)    (IPViewItemCreator*)(obj->GetInterface(PVIEWITEMCREATOR_INTERFACE))