void CBCGPOutlineNode::GetAllBlocks | ( | CObList & | lstBlocks, |
BOOL | bRecursive = TRUE |
||
) | const |
Returns all subnodes of a collapsible node.
Used to get subnodes for this collapsible node.
lstBlocks | When the function returns, this list will contain all subnodes. |
bRecursive | If FALSE, the function retrieves only the first level subnodes. If TRUE, the function retrieves all subnodes. |