|
WSF
|
#include "ProxyUtil.hpp"#include "Editor.hpp"#include "ParseUtil.hpp"#include "ProjectWorkspace.hpp"#include "ProxyWatcher.hpp"#include "UtTextDocument.hpp"#include "WsfPM_Platform.hpp"#include "WsfPM_Root.hpp"#include "WsfPM_Zone.hpp"#include "WsfPProxy.hpp"#include "WsfPProxyIndex.hpp"#include "WsfPProxyNode.hpp"#include "WsfPProxyPath.hpp"
Namespaces | |
| namespace | wizard |
| namespace | wizard::ProxyUtil |
Functions | |
| WsfParseNode * | wizard::ProxyUtil::FindBlockStartNodeFromEntry (const WsfPProxyIndexEntry &aEntry) noexcept |
| WsfParseNode * | wizard::ProxyUtil::FindBlockEndNodeFromEntry (const WsfPProxyIndexEntry &aEntry) noexcept |
| void | wizard::ProxyUtil::FindBlockStartLocations (const std::vector< WsfPProxyIndexEntry > &aEntries, std::vector< UtTextDocumentRange > &aLocations) noexcept |
| void | wizard::ProxyUtil::FindBlockEndLocations (const std::vector< WsfPProxyIndexEntry > &aEntries, std::vector< UtTextDocumentRange > &aLocations) noexcept |
| void | wizard::ProxyUtil::FindBlockLocations (const std::vector< WsfPProxyIndexEntry > &aEntries, std::vector< UtTextDocumentRange > &aLocations) noexcept |
| WsfPM_Zone | wizard::ProxyUtil::FindZoneNodeByName (const std::string &aZoneName, const std::string &aParentPlatName) noexcept |
| void | wizard::ProxyUtil::InvalidateInput (const WsfPProxyNode &aProxyNode) noexcept |