InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ITextParcelListUI Class Referenceabstract
Inheritance diagram for ITextParcelListUI:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ITEXTPARCELLISTUI }
 

Public Member Functions

virtual void DrawTextHighlight (IGraphicsContext *gc, const RangeData &newSelectionRange, const RangeData &oldSelectionRange)=0
 
virtual void InvalTextHighlight (IGraphicsContext *gc, const RangeData &newSelectionRange, const RangeData &oldSelectionRange, bool drawImmediate)=0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Member Function Documentation

virtual void ITextParcelListUI::DrawTextHighlight (IGraphicsContextgc,
const RangeDatanewSelectionRange,
const RangeDataoldSelectionRange 
)
pure virtual

Draws a hilite on the text. Uses the given delta highlight, if possible. Otherwise, uses the given full range. NOTE: This method should only be called when the frame is redrawing.

virtual void ITextParcelListUI::InvalTextHighlight (IGraphicsContextgc,
const RangeDatanewSelectionRange,
const RangeDataoldSelectionRange,
bool drawImmediate 
)
pure virtual

Inval the hilite area of the text. Uses the given delta highlight, if possible. Otherwise, uses the given full range. NOTE: This method is called during selection changes, like mouse tracking.