struct CCL::IAttributeFilter

Overview

Attribute filter interface. More…

#include <iattributelist.h>

struct IAttributeFilter: public CCL::IUnknown
{
    // methods

    virtual tbool CCL_API matches (StringID id) const = 0;
};

Inherited Members

public:
    // methods

    virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0;
    virtual unsigned int CCL_API retain () = 0;
    virtual unsigned int CCL_API release () = 0;

Detailed Documentation

Attribute filter interface.

Methods

virtual tbool CCL_API matches (StringID id) const = 0

Tell if the attribute identifier matches a filter condition.