QtNodes
  • Overview
  • Feature Overview
  • Porting Code from Version 2.x
  • Development Progress
  • QtNodes Class Reference
  • Random not Categorized Notes
  • BSD-3-Clause license
QtNodes
  • QtNodes Documentation
  • View page source

QtNodes Documentation

_images/calculator.png
  • Overview
    • Intro
    • Examples Directory Layout
    • Feedback Wanted
  • Feature Overview
    • Graph object IDs
    • Serialization
    • Undo/Redo
    • Wrapping your Graph Structure
    • Node and Scene Styling
    • Vertical Layout
    • Dynamic Ports
    • Locked Nodes and Connections
    • Disabled Connection Detaching
    • Data Propagation
      • Headless Mode
  • Porting Code from Version 2.x
    • Renamed Classes
    • Removed Features
  • Development Progress
  • QtNodes Class Reference
    • Basic Classes
      • AbstractGraphModel
      • NodeDataType
      • NodeData
      • ConnectionId
      • BasicGraphicsScene
      • GraphicsView
      • GraphicsViewStyle
      • NodeGraphicsObject
      • AbstractNodePainter
      • DefaultNodePainter
      • AbstractNodeGeometry
      • DefaultHorizontalNodeGeometry
      • DefaultVerticalNodeGeometry
      • NodeState
      • NodeStyle
      • ConnectionGraphicsObject
      • ConnectionStyle
      • NodeConnectionInteraction
    • Undo Redo
      • DeleteCommand
      • DisconnectCommand
      • ConnectCommand
      • MoveNodeCommand
    • Dataflow Classes
      • DataFlowGraphicsScene
      • DataFlowGraphModel
      • NodeDelegateModel
      • NodeDelegateModelRegistry
    • Definitions
      • NodeId
      • PortIndex
      • NodeRole
      • NodeFlag
      • PortRole
      • ConnectionPolicy
      • PortType
  • Random not Categorized Notes
    • Node Geometry
  • BSD-3-Clause license

Index

  • Index

Next

© Copyright 2022, Dmitry Pinaev.

Built with Sphinx using a theme provided by Read the Docs.
@@ -14,4 +15,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();