HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
STY_Result Class Reference

#include <STY_Results.h>

Public Member Functions

 STY_Result ()
 
 STY_Result (const STY_ConstantHandle &value, const STY_StyleHandle &source)
 
void clear ()
 
bool isClear () const
 
bool operator== (const STY_Result &that) const
 
bool operator!= (const STY_Result &that) const
 

Public Attributes

STY_ConstantHandle myValue
 
STY_StyleHandle mySource
 

Detailed Description

A combination of a single property value and the style entry that set the value.

Definition at line 21 of file STY_Results.h.

Constructor & Destructor Documentation

STY_Result::STY_Result ( )
inline

Definition at line 24 of file STY_Results.h.

STY_Result::STY_Result ( const STY_ConstantHandle value,
const STY_StyleHandle source 
)
inline

Definition at line 26 of file STY_Results.h.

Member Function Documentation

void STY_Result::clear ( void  )
inline

Definition at line 31 of file STY_Results.h.

bool STY_Result::isClear ( ) const
inline

Definition at line 36 of file STY_Results.h.

bool STY_Result::operator!= ( const STY_Result that) const
inline

NOTE: These are only needed to avoid a compile error in UT_ArrayMap<UT_StringHolder,STY_Result>::operator==()

Definition at line 48 of file STY_Results.h.

bool STY_Result::operator== ( const STY_Result that) const
inline

NOTE: These are only needed to avoid a compile error in UT_ArrayMap<UT_StringHolder,STY_Result>::operator==()

Definition at line 44 of file STY_Results.h.

Member Data Documentation

STY_StyleHandle STY_Result::mySource

Definition at line 55 of file STY_Results.h.

STY_ConstantHandle STY_Result::myValue

Definition at line 54 of file STY_Results.h.


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