Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::Stream::NamedStyleImportEvent Class Reference

#include <hps.h>

Inheritance diagram for HPS::Stream::NamedStyleImportEvent:
Collaboration diagram for HPS::Stream::NamedStyleImportEvent:

Public Member Functions

 NamedStyleImportEvent ()
 
virtual ~NamedStyleImportEvent ()
 
 NamedStyleImportEvent (HPS::SegmentKey &in_segment_key, const char *in_name, HPS::ConditionalExpression &in_conditional, HPS::AttributeLockTypeArray &&in_filter_types)
 
intptr_t GetClassID () const
 Returns a unique identifier that is shared by all objects of the same class. More...
 

Public Attributes

HPS::SegmentKeysegment_key
 
HPS::UTF8 name
 
HPS::ConditionalExpressioncondition
 
HPS::AttributeLockTypeArray filter_types
 

Private Member Functions

 NamedStyleImportEvent (NamedStyleImportEvent const &)
 
NamedStyleImportEventoperator= (NamedStyleImportEvent const &)
 

Constructor & Destructor Documentation

◆ NamedStyleImportEvent() [1/3]

HPS::Stream::NamedStyleImportEvent::NamedStyleImportEvent ( NamedStyleImportEvent const &  )
private

◆ NamedStyleImportEvent() [2/3]

HPS::Stream::NamedStyleImportEvent::NamedStyleImportEvent ( )

◆ ~NamedStyleImportEvent()

virtual HPS::Stream::NamedStyleImportEvent::~NamedStyleImportEvent ( )
virtual

◆ NamedStyleImportEvent() [3/3]

HPS::Stream::NamedStyleImportEvent::NamedStyleImportEvent ( HPS::SegmentKey in_segment_key,
const char *  in_name,
HPS::ConditionalExpression in_conditional,
HPS::AttributeLockTypeArray &&  in_filter_types 
)

Member Function Documentation

◆ GetClassID()

intptr_t HPS::Stream::ImportEvent::GetClassID ( ) const
inherited

Returns a unique identifier that is shared by all objects of the same class.

◆ operator=()

NamedStyleImportEvent& HPS::Stream::NamedStyleImportEvent::operator= ( NamedStyleImportEvent const &  )
private

Member Data Documentation

◆ condition

HPS::ConditionalExpression& HPS::Stream::NamedStyleImportEvent::condition

◆ filter_types

HPS::AttributeLockTypeArray HPS::Stream::NamedStyleImportEvent::filter_types

◆ name

HPS::UTF8 HPS::Stream::NamedStyleImportEvent::name

◆ segment_key

HPS::SegmentKey& HPS::Stream::NamedStyleImportEvent::segment_key

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