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

Represents a geometry object whose primitives are being overriden. More...

#include <GSTY_SubjectGeoObject.h>

+ Inheritance diagram for GSTY_SubjectGeoObject:

Public Member Functions

 GSTY_SubjectGeoObject (const UT_StringHolder &path, const UT_TagListPtr &tags, const GSTY_BundleMap &bundles, const UT_StringHolder &stylesheet)
 
STY_TargetMatchStatus matchesStyleTarget (const STY_TargetHandle &target) const override
 Base class overrides. More...
 
STY_StyleSheetHandle getPostFilterStyleSheet () const override
 
UT_StringHolder getSourceLocation () const override
 
- Public Member Functions inherited from STY_Subject
virtual ~STY_Subject ()
 
virtual STY_BindingDataSourceHandle getOverrideBindingDataSource (const UT_StringHolder &data_name) const
 
virtual STY_StyleSheetHandle getPreFilterStyleSheet () const
 
- Public Member Functions inherited from UT_IntrusiveRefCounter< STY_Subject >
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 STY_Subject
STY_TargetMatchStatus matchesPathHelper (const UT_StringRef &path, const STY_TargetHandle &target, char separator) const
 Helper for handling path requirement. More...
 
- Protected Member Functions inherited from UT_IntrusiveRefCounter< STY_Subject >
SYS_FORCE_INLINE ~UT_IntrusiveRefCounter ()
 Destructor: Only derived classes can destruct this. More...
 

Detailed Description

Represents a geometry object whose primitives are being overriden.

Definition at line 21 of file GSTY_SubjectGeoObject.h.

Constructor & Destructor Documentation

GSTY_SubjectGeoObject::GSTY_SubjectGeoObject ( const UT_StringHolder path,
const UT_TagListPtr tags,
const GSTY_BundleMap bundles,
const UT_StringHolder stylesheet 
)

Member Function Documentation

STY_StyleSheetHandle GSTY_SubjectGeoObject::getPostFilterStyleSheet ( ) const
overridevirtual

Returns the style sheet that should be applied to this subject and its children. This style sheet is applied after this subject is used to filter out non-matching styles. The children of this subject are the top level targets for these styles. Returns an empty string, if no style sheet is provided.

Reimplemented from STY_Subject.

UT_StringHolder GSTY_SubjectGeoObject::getSourceLocation ( ) const
overridevirtual

Returns the location where the above subject-specific style sheet comes from. For example the name of the object, prim number, etc. Returns a default value of "Unknown Subject Source".

Reimplemented from STY_Subject.

STY_TargetMatchStatus GSTY_SubjectGeoObject::matchesStyleTarget ( const STY_TargetHandle target) const
overridevirtual

Base class overrides.

Implements STY_Subject.


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