SYMBOL INDEX (37 symbols across 7 files) FILE: example/example.cpp function main (line 20) | int main(int, char**) FILE: example/example.hpp class SimpleSum (line 5) | class SimpleSum : public ImFlow::BaseNode { method SimpleSum (line 7) | SimpleSum() { method draw (line 14) | void draw() override { class CollapsingNode (line 23) | class CollapsingNode : public ImFlow::BaseNode { method CollapsingNode (line 25) | CollapsingNode() { method draw (line 33) | void draw() override { class ResultNode (line 42) | class ResultNode : public ImFlow::BaseNode { method ResultNode (line 44) | ResultNode() { method draw (line 51) | void draw() override { type NodeEditor (line 59) | struct NodeEditor : ImFlow::BaseNode { method NodeEditor (line 62) | NodeEditor(float d, std::size_t r) : BaseNode() { method set_size (line 80) | void set_size(ImVec2 d) { method draw (line 84) | void draw() override { FILE: include/ImNodeFlow.h function namespace (line 23) | namespace ImFlow function class (line 1088) | class ConnectionFilter function deleteLink (line 1125) | void deleteLink() override { m_link.reset(); } function allowSameNodeConnections (line 1131) | void allowSameNodeConnections(bool state) { m_allowSelfConnection = stat... function isConnected (line 1137) | bool isConnected() override { return m_link != nullptr; } function std (line 1155) | [[nodiscard]] const std::type_info& getDataType() const override { retur... FILE: src/ImNodeFlow.cpp type ImFlow (line 3) | namespace ImFlow { function ImVec2 (line 225) | ImVec2 ImNodeFlow::screen2grid( const ImVec2 & p ) function ImVec2 (line 232) | ImVec2 ImNodeFlow::grid2screen( const ImVec2 & p ) FILE: src/context_wrapper.h function CopyIOEvents (line 6) | inline static void CopyIOEvents(ImGuiContext* src, ImGuiContext* dst, Im... function AppendDrawData (line 19) | inline static void AppendDrawData(ImDrawList* src, ImVec2 origin, float ... function class (line 70) | class ContainedContext function ContainedContext (line 102) | inline ContainedContext::~ContainedContext() function setFontDensity (line 108) | inline void ContainedContext::setFontDensity() function begin (line 115) | inline void ContainedContext::begin() function end (line 159) | inline void ContainedContext::end() FILE: src/imgui_bezier_math.h type ImProjectResult (line 74) | struct ImProjectResult type ImCubicBezierIntersectResult (line 86) | struct ImCubicBezierIntersectResult type ImCubicBezierSubdivideFlags (line 97) | enum ImCubicBezierSubdivideFlags type ImCubicBezierSubdivideSample (line 103) | struct ImCubicBezierSubdivideSample type ImCubicBezierFixedStepSample (line 120) | struct ImCubicBezierFixedStepSample FILE: src/imgui_extra_math.h type ImLine (line 26) | struct ImLine function namespace (line 61) | namespace ImEasing {