HDK
|
Helper class for subjects that have names and IDs. More...
#include <STY_SubjectNamed.h>
Protected Member Functions | |
bool | matchesNameHelper (const char *name) const |
bool | matchesFullPathHelper (STY_TargetMatchStatus &match, const STY_TargetHandle &target) const |
virtual UT_StringHolder | getSubjectName () const =0 |
virtual int64 | getSubjectID () const =0 |
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... | |
Additional Inherited Members | |
Public Member Functions inherited from STY_Subject | |
virtual | ~STY_Subject () |
virtual STY_TargetMatchStatus | matchesStyleTarget (const STY_TargetHandle &target) const =0 |
Returns the information wheter the subject matches the given target. More... | |
virtual STY_BindingDataSourceHandle | getOverrideBindingDataSource (const UT_StringHolder &data_name) const |
virtual STY_StyleSheetHandle | getPreFilterStyleSheet () const |
virtual STY_StyleSheetHandle | getPostFilterStyleSheet () const |
virtual UT_StringHolder | getSourceLocation () 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_IntrusiveRefCounter & | operator= (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 |
Helper class for subjects that have names and IDs.
Definition at line 19 of file STY_SubjectNamed.h.
|
protectedpure virtual |
Implemented in GU_AgentSubjectShape.
|
protectedpure virtual |
Implemented in GU_AgentSubjectShape.
|
protected |
|
protected |