HDK
|
Represents a geometry object whose primitives are being overriden. More...
#include <GSTY_SubjectGeoObject.h>
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... | |
Represents a geometry object whose primitives are being overriden.
Definition at line 21 of file GSTY_SubjectGeoObject.h.
GSTY_SubjectGeoObject::GSTY_SubjectGeoObject | ( | const UT_StringHolder & | path, |
const UT_TagListPtr & | tags, | ||
const GSTY_BundleMap & | bundles, | ||
const UT_StringHolder & | stylesheet | ||
) |
|
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.
|
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.
|
overridevirtual |
Base class overrides.
Implements STY_Subject.