MCPcopy Create free account
hub / github.com/Kitware/CMake / BuildVirtualFolder

Method BuildVirtualFolder

Source/cmExtraCodeBlocksGenerator.cxx:143–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void Tree::BuildVirtualFolder(cmXMLWriter& xml) const
144{
145 xml.StartElement("Option");
146 std::string virtualFolders = "CMake Files\\;";
147 for (Tree const& folder : this->folders) {
148 folder.BuildVirtualFolderImpl(virtualFolders, "");
149 }
150 xml.Attribute("virtualFolders", virtualFolders);
151 xml.EndElement();
152}
153
154void Tree::BuildVirtualFolderImpl(std::string& virtualFolders,
155 std::string const& prefix) const

Callers 1

CreateNewProjectFileMethod · 0.80

Calls 4

AttributeMethod · 0.80
StartElementMethod · 0.45
EndElementMethod · 0.45

Tested by

no test coverage detected