-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e132513
commit e07c129
Showing
70 changed files
with
3,993 additions
and
323 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
api/_images/inheritance-d055f47861f9d76437232dfffd623c1916df57f3.png.map
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<map id="inheritance146860d3fa" name="inheritance146860d3fa"> | ||
<area shape="rect" id="node1" href="NodeGraph.html#NodeGraphQt.NodeGraph" target="_top" title="The ``NodeGraph`` class is the main controller for managing all nodes" alt="" coords="232,5,419,31"/> | ||
<area shape="rect" id="node3" href="#NodeGraphQt.SubGraph" target="_top" title="The ``SubGraph`` class is just like the ``NodeGraph`` but is the main" alt="" coords="467,5,644,31"/> | ||
<area shape="rect" id="node2" title="QObject(self, parent: typing.Optional[PySide2.QtCore.QObject] = None) -> None" alt="" coords="5,5,184,31"/> | ||
</map> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
:hide-rtoc: | ||
|
||
NodesPaletteWidget | ||
################## | ||
|
||
.. autosummary:: | ||
NodeGraphQt.NodesPaletteWidget | ||
|
||
.. autoclass:: NodeGraphQt.NodesPaletteWidget | ||
:members: | ||
:exclude-members: mimeData, staticMetaObject |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
:hide-rtoc: | ||
|
||
NodesTreeWidget | ||
############### | ||
|
||
.. autosummary:: | ||
NodeGraphQt.NodesTreeWidget | ||
|
||
.. autoclass:: NodeGraphQt.NodesTreeWidget | ||
:members: | ||
:exclude-members: mimeData, staticMetaObject |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
:hide-rtoc: | ||
|
||
PropertiesBinWidget | ||
################### | ||
|
||
.. autosummary:: | ||
NodeGraphQt.PropertiesBinWidget | ||
|
||
.. autoclass:: NodeGraphQt.PropertiesBinWidget | ||
:members: | ||
:exclude-members: staticMetaObject |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
:hide-rtoc: | ||
|
||
NodeGraph | ||
######### | ||
|
||
.. autosummary:: | ||
NodeGraphQt.NodeGraph | ||
|
||
.. code-block:: python | ||
:linenos: | ||
from Qt import QtWidgets | ||
from NodeGraphQt import NodeGraph | ||
if __name__ == '__main__': | ||
app = QtWidgets.QApplication([]) | ||
node_graph = NodeGraph() | ||
widget = node_graph.widget | ||
widget.show() | ||
app.exec_() | ||
--- | ||
|
||
.. autoclass:: NodeGraphQt.NodeGraph | ||
:members: | ||
:member-order: bysource | ||
:exclude-members: staticMetaObject |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
:hide-rtoc: | ||
|
||
SubGraph | ||
######## | ||
|
||
.. autosummary:: | ||
NodeGraphQt.SubGraph | ||
|
||
.. autoclass:: NodeGraphQt.SubGraph | ||
:members: | ||
:exclude-members: staticMetaObject, delete_node, delete_nodes, is_root, sub_graphs, widget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Graphs | ||
###### | ||
|
||
`See` :ref:`Getting Started` `from the overview section.` | ||
|
||
|
||
.. toctree:: | ||
:caption: Graph Classes | ||
:name: graphstoc | ||
:maxdepth: 2 | ||
:titlesonly: | ||
|
||
NodeGraph | ||
SubGraph |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.