|
HDK
|
#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 |
A combination of a single property value and the style entry that set the value.
Definition at line 21 of file STY_Results.h.
|
inline |
Definition at line 24 of file STY_Results.h.
|
inline |
Definition at line 26 of file STY_Results.h.
|
inline |
Definition at line 31 of file STY_Results.h.
|
inline |
Definition at line 36 of file STY_Results.h.
|
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.
|
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.
| 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.