InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CTextCommandPostProcess Class Reference
Inheritance diagram for CTextCommandPostProcess:
CPMUnknown< ITextCommandPostProcess >ITextCommandPostProcessIPMUnknown

Public Member Functions

 CTextCommandPostProcess (IPMUnknown *boss)
 
virtual void InsertPostProcess (ITextModel *model, TextIndex position, const WideString *data, const ILanguage *pLanguage=nil)
 
virtual void ReplacePostProcess (ITextModel *model, TextIndex position, int32 length, const WideString *data, const ILanguage *pLanguage=nil)
 
virtual void DeletePostProcess (ITextModel *model, TextIndex position, int32 length)
 
virtual void ApplyStylePostProcess (ITextModel *model, TextIndex position, int32 length, UID styleRef, ClassID whichStrand)
 
virtual void ApplyOverridesPostProcess (ITextModel *model, TextIndex position, int32 length, const AttributeBossList *attributes, ClassID whichStrand)
 
virtual void ClearOverridesPostProcess (ITextModel *model, TextIndex position, int32 length, const AttributeBossList *attributes, ClassID whichStrand)
 
virtual void PastePostProcess (ITextModel *model, TextIndex position, const PasteData *data, int32 subrange)
 
virtual void ReplacePostProcess (ITextModel *model, const boost::shared_ptr< ITextModel::ReplacementList > &replList)
 
virtual void BeginProcessCommand (ICommand *cmd)
 
virtual void EndProcessCommand (ICommand *cmd)
 
- Public Member Functions inherited from CPMUnknown< ITextCommandPostProcess >
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

- Public Types inherited from ITextCommandPostProcess
enum  { kDefaultIID = IID_ITEXTEDITPOSTPROCESS }
 
- Protected Member Functions inherited from CPMUnknown< ITextCommandPostProcess >
 CPMUnknown (IPMUnknown *boss)
 
- Protected Attributes inherited from CPMUnknown< ITextCommandPostProcess >
HelperInterface fHelperInterface