#include <hps.h>
Public Member Functions | |
TextAttributeImportEvent () | |
virtual | ~TextAttributeImportEvent () |
TextAttributeImportEvent (HPS::TextKey &in_text_key, HPS::TextAttributeKit &in_text_attribute_kit) | |
TextAttributeImportEvent (HPS::SegmentKey &in_segment_key, HPS::TextAttributeKit &in_text_attribute_kit) | |
intptr_t | GetClassID () const |
Returns a unique identifier that is shared by all objects of the same class. More... | |
Public Attributes | |
HPS::Key & | key |
HPS::TextAttributeKit & | text_attribute_kit |
Private Member Functions | |
TextAttributeImportEvent (TextAttributeImportEvent const &) | |
TextAttributeImportEvent & | operator= (TextAttributeImportEvent const &) |
|
private |
HPS::Stream::TextAttributeImportEvent::TextAttributeImportEvent | ( | ) |
|
virtual |
HPS::Stream::TextAttributeImportEvent::TextAttributeImportEvent | ( | HPS::TextKey & | in_text_key, |
HPS::TextAttributeKit & | in_text_attribute_kit | ||
) |
HPS::Stream::TextAttributeImportEvent::TextAttributeImportEvent | ( | HPS::SegmentKey & | in_segment_key, |
HPS::TextAttributeKit & | in_text_attribute_kit | ||
) |
|
inherited |
Returns a unique identifier that is shared by all objects of the same class.
|
private |
HPS::Key& HPS::Stream::TextAttributeImportEvent::key |
HPS::TextAttributeKit& HPS::Stream::TextAttributeImportEvent::text_attribute_kit |