Synergy Color Management Component - SDK -  2018.0.80
SYNCOLOR::OpaqueFileRule Class Reference

This class represents a rule where the file pattern and the input color space are hidden. More...

Inheritance diagram for SYNCOLOR::OpaqueFileRule:
SYNCOLOR::Rule

Public Member Functions

RuleType getType () const
 Returns the type of the rule. More...
 
- Public Member Functions inherited from SYNCOLOR::Rule
virtual ~Rule ()
 Default destructor. More...
 
virtual const char * getName () const =0
 Returns the name of the rule. More...
 

Additional Inherited Members

- Public Types inherited from SYNCOLOR::Rule
enum  RuleType { OPAQUE_RULE = 0, DEFAULT_RULE, STANDARD_RULE }
 All supported types of rule. More...
 
- Protected Member Functions inherited from SYNCOLOR::Rule
 Rule ()
 Default constructor. More...
 

Detailed Description

This class represents a rule where the file pattern and the input color space are hidden.

Member Function Documentation

RuleType SYNCOLOR::OpaqueFileRule::getType ( ) const
inlinevirtual

Returns the type of the rule.

Returns
the rule's type

Implements SYNCOLOR::Rule.

References SYNCOLOR::Rule::OPAQUE_RULE.