Public Member Functions | Public Attributes

NotifyCustomAttribute Struct Reference

Search for all occurrences

Detailed Description

Structure used with NOTIFY_CUSTOM_ATTRIBUTES_ADDED and NOTIFY_CUSTOM_ATTRIBUTES_REMOVED notifications.

#include <custattrib.h>

Inheritance diagram for NotifyCustomAttribute:
Inheritance graph
[legend]

List of all members.

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.