draggable demo

This commit is contained in:
王劲鹏
2021-06-02 10:11:14 +08:00
committed by osborn
parent 56d39d19a8
commit 057c7aa3ef
6 changed files with 234 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
#include "plugin/DoricShaderPlugin.h"
#include "plugin/DoricStoragePlugin.h"
#include "shader/DoricDraggableNode.h"
#include "shader/DoricHLayoutNode.h"
#include "shader/DoricImageNode.h"
#include "shader/DoricInputNode.h"
@@ -37,6 +38,7 @@ DoricRegistry::DoricRegistry() {
registerViewNode<DoricSlideItemNode>("SlideItem");
registerViewNode<DoricInputNode>("Input");
registerViewNode<DoricSwitchNode>("Switch");
registerViewNode<DoricDraggableNode>("Draggable");
}
bool DoricRegistry::acquirePluginInfo(QString name) {