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