NotifyCustomAttribute Struct Reference
 
 
 
NotifyCustomAttribute Struct Reference

#include <custattrib.h>

Inheritance diagram for NotifyCustomAttribute:
MaxHeapOperators

Class Description

Structure used with NOTIFY_CUSTOM_ATTRIBUTES_ADDED and NOTIFY_CUSTOM_ATTRIBUTES_REMOVED notifications.

Public Member Functions

  NotifyCustomAttribute (Animatable *owner=NULL, Animatable *custAttr=NULL)

Public Attributes

Animatable m_owner
  The owner of the custom attribute that was added or is about to be removed.
Animatable m_customAttribute
  The custom attribuet that was added or is about to be removed.

Constructor & Destructor Documentation

NotifyCustomAttribute ( Animatable owner = NULL,
Animatable custAttr = NULL 
) [inline]
                                                                                    : 
                m_owner(owner), m_customAttribute(custAttr) {};

Member Data Documentation

The owner of the custom attribute that was added or is about to be removed.

The custom attribuet that was added or is about to be removed.