BCGSuite for MFC
virtual void CBCGPOutlineNode::UpdateBlocksForInsertedText ( int  nOffset,
int  nCount 
)
virtual

Updates the collapsible node's bounds in case the new text is being inserted at the collapsible node.

This function is called by the edit control to properly update the collapsible node's bounds in case the new text is being inserted at the collapsible node. Unlike CBCGPOutlineBaseNode::UpdateBlocksForInsertedText, this function updates all its subnodes as well.

Parameters
nOffsetSpecifies the offset in the internal buffer of edit control.
nCountNumber of inserted characters.

Reimplemented from CBCGPOutlineBaseNode.