From 7dcf13b8d0fdc7de5ed857d338984df14872c526 Mon Sep 17 00:00:00 2001 From: DebugST <2212233137@qq.com> Date: Fri, 21 May 2021 11:31:18 +0800 Subject: [PATCH] Modify some error messages. --- docs/index_en.html | 2 +- docs/tutorials_en.html | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/index_en.html b/docs/index_en.html index 1b74e3a..a591cdb 100644 --- a/docs/index_en.html +++ b/docs/index_en.html @@ -32,7 +32,7 @@

STNodeEditor

-

STNodeEditor is a lightweight and powerful node editor, very simple to use. Provides a wealth of properties and events, which can easily complete the data interaction and notification between nodes. A large number of overloaded functions are available for developers to use. It is very free.

+

STNodeEditor is a lightweight and powerful node editor, very simple to use. Provides a wealth of properties and events, which can easily complete the data interaction and notification between nodes. A large number of vitual functions are available for developers to use. It is very free.

Download STNodeEditor
diff --git a/docs/tutorials_en.html b/docs/tutorials_en.html index d4c00eb..bcbd9a8 100644 --- a/docs/tutorials_en.html +++ b/docs/tutorials_en.html @@ -101,10 +101,10 @@

Foreword

Introduction

It was a winter. The author who was studying radio security used GNURadio. That was the first time the author used the node editor.

-

-> What? Excuse me... What"s this?.. What the hell is this?...

-

It was a spring season, and I don"t know why the whole world has changed after the Chinese New Year. Everyone was forced to stay at home. The extremely boring author learned Blender. That was the second time the author used the node editor.

+

-> What? Excuse me... What's this?.. What the hell is this?...

+

It was a spring season, and I don't know why the whole world has changed after the Chinese New Year. Everyone was forced to stay at home. The extremely boring author learned Blender. That was the second time the author used the node editor.

-> Wo...It turns out that this one is really convenient to use.

-

So some ideas gradually emerged in the author"s mind, making the author want to make one.

+

So some ideas gradually emerged in the author's mind, making the author want to make one.

It was a summer, I don’t know why the author started to learn Davinci again. That was the third time the author used the node editor. The use of this time has doubled the author"s favor with the node editor. The author instantly felt that as long as it is a program that can be modularized and streamlined, everything can be nodeized.

So STNodeEditor appeared.

@@ -196,8 +196,8 @@ }
-

In multi-connection mode, an option can be connected by multiple options of the same data type (rectangle)

-

In single-connection mode, an option can only be connected by one option of the same data type (circle)

+

In multi-connection mode, an option can be connected by multiple options of the same data type (rectangle)

+

In single-connection mode, an option can only be connected by one option of the same data type (circle)


STNodeOption.Empty


@@ -534,8 +534,8 @@ } -

clickthe Open Image button, you can select an image and display it in the node. After the ImageSizeNode is connected, the size of the image will be display.

-

The code of the ImageChannel node is not given here. The code is used in the WinNodeEditorDemo project to extract the RGB channel of an image. For ImageShowNode, it just provides the data source and displays it. For the ImageSizeNode and ImageChannel nodes, they don"t know what node will be connected. They just complete their functions and package the results to the output option, waiting to be connected by the next node

+

click the Open Image button, you can select an image and display it in the node. After the ImageSizeNode is connected, the size of the image will be display.

+

The code of the ImageChannel node is not given here. The code is used in the WinNodeEditorDemo project to extract the RGB channel of an image. For ImageShowNode, it just provides the data source and displays it. For the ImageSizeNode and ImageChannel nodes, they don't know what node will be connected. They just complete their functions and package the results to the output option, waiting to be connected by the next node

The execution logic is completely connected by the user to connect their functions together. During the development, there is no interaction between nodes and nodes. The only thing that ties them together is an Image data type, so that nodes and nodes There is no coupling relationship between them. High class poly low coupling.

[basic]STNodeEditor

STNodeEditor as a container of STNode also provides a large number of properties and events for developers to use. For more detailed API list of STNodeEditor, please refer to API document