InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CusDtLnkAliasedLinkedStream Class Reference
Inheritance diagram for CusDtLnkAliasedLinkedStream:
CPMUnknown< ILinkedStream >ILinkedStreamIPMUnknown

Public Member Functions

 CusDtLnkAliasedLinkedStream (IPMUnknown *boss)
 
virtual ~CusDtLnkAliasedLinkedStream ()
 
virtual IPMStreamCreateReadStream ()
 
- Public Member Functions inherited from CPMUnknown< ILinkedStream >
IPMUnknownQueryInterface (PMIID interfaceID) const
 
void AddRef () const
 
void Release () const
 
void PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue)
 
void PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue)
 
 CPMUnknown (const CPMUnknown &)=delete
 
CPMUnknownoperator= (const CPMUnknown &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from CPMUnknown< ILinkedStream >
 CPMUnknown (IPMUnknown *boss)
 
- Protected Attributes inherited from CPMUnknown< ILinkedStream >
HelperInterface fHelperInterface
 

Detailed Description

Implements ILinkedStream

Constructor & Destructor Documentation

CusDtLnkAliasedLinkedStream::CusDtLnkAliasedLinkedStream (IPMUnknownboss)

Constructor

Parameters
bossobject on which this interface aggregated
CusDtLnkAliasedLinkedStream::~CusDtLnkAliasedLinkedStream ()
virtual

Destructor

Member Function Documentation

IPMStream * CusDtLnkAliasedLinkedStream::CreateReadStream ()
virtual

Create stream from data stored in this datalink

Returns
IPMStream which is nil if we couldn't create one based on our current state

Implements ILinkedStream.