HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GT_AttributeMapFilter Class Referenceabstract

Used to filter out entries when constructing an attribute map. More...

#include <GT_AttributeMap.h>

Public Member Functions

 GT_AttributeMapFilter ()
 
virtual ~GT_AttributeMapFilter ()
 
virtual bool accept (const UT_StringHolder &name, int index) const =0
 

Detailed Description

Used to filter out entries when constructing an attribute map.

Definition at line 26 of file GT_AttributeMap.h.

Constructor & Destructor Documentation

GT_AttributeMapFilter::GT_AttributeMapFilter ( )
virtual GT_AttributeMapFilter::~GT_AttributeMapFilter ( )
virtual

Member Function Documentation

virtual bool GT_AttributeMapFilter::accept ( const UT_StringHolder name,
int  index 
) const
pure virtual

Override this method when creating a sub-set of a attribute map

Parameters
name
The name of the attribute
index
The attributes index in the current map

The documentation for this class was generated from the following file: