HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
STY_SubjectNamed Class Referenceabstract

Helper class for subjects that have names and IDs. More...

#include <STY_SubjectNamed.h>

+ Inheritance diagram for STY_SubjectNamed:

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_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
 

Detailed Description

Helper class for subjects that have names and IDs.

Definition at line 19 of file STY_SubjectNamed.h.

Member Function Documentation

virtual int64 STY_SubjectNamed::getSubjectID ( ) const
protectedpure virtual

Implemented in GU_AgentSubjectShape.

virtual UT_StringHolder STY_SubjectNamed::getSubjectName ( ) const
protectedpure virtual

Implemented in GU_AgentSubjectShape.

bool STY_SubjectNamed::matchesFullPathHelper ( STY_TargetMatchStatus match,
const STY_TargetHandle target 
) const
protected
bool STY_SubjectNamed::matchesNameHelper ( const char *  name) const
protected

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