MCPcopy Create free account
hub / github.com/bluescan/tacentview / InvalidateAllNodeContentRecursive

Method InvalidateAllNodeContentRecursive

Src/FileDialog.cpp:1033–1040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1031
1032
1033void FileDialog::InvalidateAllNodeContentRecursive(TreeNode* node)
1034{
1035 node->Contents.Empty();
1036 node->ContentsPopulated = false;
1037
1038 for (tItList<TreeNode>::Iter child = node->Children.First(); child; child++)
1039 InvalidateAllNodeContentRecursive(child.GetObject());
1040}
1041
1042
1043void FileDialog::DoSelectable(ContentItem* item)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected