MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / TreeHandler

Class TreeHandler

src/NppJsonViewer/TreeHandler.h:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "JsonNode.h"
8
9class TreeHandler
10{
11public:
12 virtual ~TreeHandler() = default;
13
14 virtual HTREEITEM InsertToTree(HTREEITEM parent, const std::string& text) = 0;
15 virtual HTREEITEM InsertToTree(HTREEITEM parent, const std::string& text, const Position& pos) = 0;
16 virtual void AppendNodeCount(HTREEITEM node, unsigned elementCount, bool bArray) = 0;
17};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected