InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TreeLazyNotificationData< ItemType >::IgnoreItem Struct Reference

#include <TreeLazyNotificationData.h>

Inheritance diagram for TreeLazyNotificationData< ItemType >::IgnoreItem:

Public Member Functions

void operator() (const ItemType &) const
 

Detailed Description

template<class ItemType>
struct TreeLazyNotificationData< ItemType >::IgnoreItem

This function object can be used by clients to easily ignore a particular node state. For instance if you want to ignore cases where a node was added you simply pass this as the first parameter to ProcessChanges

See Also
ProcessChanges
Parameters
item- The item that should be ignored