![]()  | 
  
    Hot Door CORE 0.8.3
    
   Adobe® Illustrator® Plug-in Library 
   | 
 
Allows a variety of art types and attributes to be specified when searching for art that either includes or excludes such settings. More...
#include <hdicoreTypes.h>
Public Member Functions | |
| MatchArtSpec () | |
| Constructs a new MatchArtSpec object with default values.   | |
| MatchArtSpec (const MatchArtType arts_, const MatchArtAttribute attrs_, const MatchArtSearch type_) | |
| Constructs a new MatchArtSpec object with the specified values.   | |
| virtual | ~MatchArtSpec () | 
| Destructs a MatchArtSpec object.   | |
Public Attributes | |
| MatchArtType | arts | 
| A bitwise OR of MatchArtType enum values to indicate the desired (or undesired) art.  | |
| MatchArtAttribute | attributes | 
| A bitwise OR of MatchArtAttribute enum values to indicate the desired (or undesired) art attributes.  | |
| MatchArtSearch | type | 
| Whether to include or exclude the specified art and attributes when searching for art.  | |
Allows a variety of art types and attributes to be specified when searching for art that either includes or excludes such settings.
| hdi::core::MatchArtSpec::MatchArtSpec | ( | ) | 
Constructs a new MatchArtSpec object with default values.
| hdi::core::MatchArtSpec::MatchArtSpec | ( | const MatchArtType | arts_, | 
| const MatchArtAttribute | attrs_, | ||
| const MatchArtSearch | type_ | ||
| ) | 
Constructs a new MatchArtSpec object with the specified values.
| arts_ | Art types to include or exclude | 
| attrs_ | Attributes of the specified art types that should be included or excluded | 
| type_ | Whether the search is including or excluding the art types specified with the given attributes | 
      
  | 
  virtual | 
Destructs a MatchArtSpec object.