|
| | 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) |
| |
| IPMUnknown * | QueryInterface (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 |
| |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
| |