3ds Max C++ API Reference
ICameraContainer::IChangeNotifier Class Referenceabstract

Notification callback interface for ICameraContainer. More...

#include <ICameraContainer.h>

+ Inheritance diagram for ICameraContainer::IChangeNotifier:

Public Member Functions

virtual void NotifyCameraChanged ()=0
 Notifies that something has changed in the camera. More...
 

Protected Member Functions

virtual ~IChangeNotifier ()
 Protected destructor prevents deletion through this interface. More...
 

Detailed Description

Notification callback interface for ICameraContainer.

When registered with an ICameraContainer, this interface will be called whenever a relevant change occurs in the parameters of the camera.

Constructor & Destructor Documentation

◆ ~IChangeNotifier()

virtual ~IChangeNotifier ( )
inlineprotectedvirtual

Protected destructor prevents deletion through this interface.

222 {}

Member Function Documentation

◆ NotifyCameraChanged()

virtual void NotifyCameraChanged ( )
pure virtual

Notifies that something has changed in the camera.

Implemented in BaseTranslator_Camera, and BaseTranslator_INode.