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

Represents a material defined within a style sheet. More...

#include <STY_Material.h>

+ Inheritance diagram for STY_Material:

Public Member Functions

 STY_Material (const UT_JSONValue *json, const STY_LoadContext *load_context)
 
 ~STY_Material ()
 
const STY_MaterialPropertiesgetProperties () const
 
void saveStyleSheet (UT_JSONValueMap *map) const
 Save this material as JSON to a style sheet. More...
 
- Public Member Functions inherited from UT_IntrusiveRefCounter< STY_Material >
SYS_FORCE_INLINE UT_IntrusiveRefCounter () noexcept
 Default constructor: Sets counter to 0. More...
 
SYS_FORCE_INLINE UT_IntrusiveRefCounter (const UT_IntrusiveRefCounter &) noexcept
 Copy constructor: Sets counter to 0. More...
 
UT_IntrusiveRefCounteroperator= (const UT_IntrusiveRefCounter &) noexcept
 Assignment operator: Does not modify counter. More...
 
SYS_FORCE_INLINE uint32 use_count () const noexcept
 Return current counter. More...
 
SYS_FORCE_INLINE bool conditionalAddRef () noexcept
 

Additional Inherited Members

- Protected Member Functions inherited from UT_NonCopyableNS::UT_NonCopyable
 UT_NonCopyable ()=default
 
 ~UT_NonCopyable ()=default
 
 UT_NonCopyable (const UT_NonCopyable &)=delete
 
UT_NonCopyableoperator= (const UT_NonCopyable &)=delete
 
- Protected Member Functions inherited from UT_IntrusiveRefCounter< STY_Material >
SYS_FORCE_INLINE ~UT_IntrusiveRefCounter ()
 Destructor: Only derived classes can destruct this. More...
 

Detailed Description

Represents a material defined within a style sheet.

Definition at line 24 of file STY_Material.h.

Constructor & Destructor Documentation

STY_Material::STY_Material ( const UT_JSONValue json,
const STY_LoadContext *  load_context 
)
STY_Material::~STY_Material ( )

Member Function Documentation

const STY_MaterialProperties& STY_Material::getProperties ( ) const
inline

Definition at line 34 of file STY_Material.h.

void STY_Material::saveStyleSheet ( UT_JSONValueMap map) const

Save this material as JSON to a style sheet.


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