Hot Door CORE 0.8.2
Adobe® Illustrator® Plug-in Library
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
hdi::core::MatchArtSpec Class Reference

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.
 

Detailed Description

Allows a variety of art types and attributes to be specified when searching for art that either includes or excludes such settings.

Constructor & Destructor Documentation

◆ MatchArtSpec() [1/2]

hdi::core::MatchArtSpec::MatchArtSpec ( )

Constructs a new MatchArtSpec object with default values.

Author
GW
Date
08/2013

◆ MatchArtSpec() [2/2]

hdi::core::MatchArtSpec::MatchArtSpec ( const MatchArtType  arts_,
const MatchArtAttribute  attrs_,
const MatchArtSearch  type_ 
)

Constructs a new MatchArtSpec object with the specified values.

Author
GW
Date
08/2013
Parameters
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

◆ ~MatchArtSpec()

virtual hdi::core::MatchArtSpec::~MatchArtSpec ( )
virtual

Destructs a MatchArtSpec object.

Author
GW
Date
08/2013