int CBCGPOutlineNode::DeleteBlocksInRange | ( | int | nStart, |
int | nEnd, | ||
BCGP_EDIT_OUTLINE_CHANGES & | changes | ||
) |
Removes all collapsible nodes within a range.
Used to delete all collapsible nodes within the specified range. Nodes, which partially lay in the range, are not deleted by this function.
nStart | Specifies the start of the range. It is the zero-based offset in internal buffer of the edit. |
nEnd | Specifies the end of the range. It's a zero-based offset in internal buffer of the edit control. |
changes | A reference to structure to keep all changes. |