mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-27 10:15:30 +08:00
Update release
This commit is contained in:
+36081
-36081
File diff suppressed because it is too large
Load Diff
+7498
-7498
File diff suppressed because it is too large
Load Diff
+11564
-11564
File diff suppressed because it is too large
Load Diff
+306
-306
File diff suppressed because it is too large
Load Diff
+1749
-1749
File diff suppressed because it is too large
Load Diff
+57
-57
@@ -3,67 +3,11 @@ THIS FILE IS AUTOMATICALLY GENERATED. DO NOT MODIFY
|
|||||||
DEVELOPER: Zihan Chen(vczh)
|
DEVELOPER: Zihan Chen(vczh)
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
#include "GacUI.h"
|
#include "GacUI.h"
|
||||||
#include "Vlpp.h"
|
|
||||||
#include "VlppWorkflowCompiler.h"
|
#include "VlppWorkflowCompiler.h"
|
||||||
|
#include "Vlpp.h"
|
||||||
#include "VlppWorkflowLibrary.h"
|
#include "VlppWorkflowLibrary.h"
|
||||||
#include "VlppWorkflowRuntime.h"
|
#include "VlppWorkflowRuntime.h"
|
||||||
|
|
||||||
/***********************************************************************
|
|
||||||
.\GUIINSTANCECOMPILEDWORKFLOW.H
|
|
||||||
***********************************************************************/
|
|
||||||
/***********************************************************************
|
|
||||||
Vczh Library++ 3.0
|
|
||||||
Developer: Zihan Chen(vczh)
|
|
||||||
GacUI Reflection: Shared Script
|
|
||||||
|
|
||||||
Interfaces:
|
|
||||||
***********************************************************************/
|
|
||||||
|
|
||||||
#ifndef VCZH_PRESENTATION_REFLECTION_GUIINSTANCECOMPILEDWORKFLOW
|
|
||||||
#define VCZH_PRESENTATION_REFLECTION_GUIINSTANCECOMPILEDWORKFLOW
|
|
||||||
|
|
||||||
|
|
||||||
namespace vl
|
|
||||||
{
|
|
||||||
namespace workflow
|
|
||||||
{
|
|
||||||
class WfModule;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace presentation
|
|
||||||
{
|
|
||||||
class GuiInstanceCompiledWorkflow : public Object, public Description<GuiInstanceCompiledWorkflow>
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
enum AssemblyType
|
|
||||||
{
|
|
||||||
Shared,
|
|
||||||
InstanceClass,
|
|
||||||
TemporaryClass,
|
|
||||||
};
|
|
||||||
|
|
||||||
struct ModuleRecord
|
|
||||||
{
|
|
||||||
Ptr<workflow::WfModule> module;
|
|
||||||
GuiResourceTextPos position;
|
|
||||||
bool shared = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
collections::List<ModuleRecord> modules;
|
|
||||||
Ptr<workflow::analyzer::WfLexicalScopeManager> metadata;
|
|
||||||
Ptr<stream::MemoryStream> binaryToLoad;
|
|
||||||
|
|
||||||
AssemblyType type = AssemblyType::Shared;
|
|
||||||
Ptr<workflow::runtime::WfAssembly> assembly;
|
|
||||||
Ptr<workflow::runtime::WfRuntimeGlobalContext> context;
|
|
||||||
|
|
||||||
void Initialize(bool initializeContext);
|
|
||||||
};
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
.\TYPEDESCRIPTORS\GUIREFLECTIONPLUGIN.H
|
.\TYPEDESCRIPTORS\GUIREFLECTIONPLUGIN.H
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
@@ -1157,3 +1101,59 @@ Interface Proxy (Controls)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
.\GUIINSTANCECOMPILEDWORKFLOW.H
|
||||||
|
***********************************************************************/
|
||||||
|
/***********************************************************************
|
||||||
|
Vczh Library++ 3.0
|
||||||
|
Developer: Zihan Chen(vczh)
|
||||||
|
GacUI Reflection: Shared Script
|
||||||
|
|
||||||
|
Interfaces:
|
||||||
|
***********************************************************************/
|
||||||
|
|
||||||
|
#ifndef VCZH_PRESENTATION_REFLECTION_GUIINSTANCECOMPILEDWORKFLOW
|
||||||
|
#define VCZH_PRESENTATION_REFLECTION_GUIINSTANCECOMPILEDWORKFLOW
|
||||||
|
|
||||||
|
|
||||||
|
namespace vl
|
||||||
|
{
|
||||||
|
namespace workflow
|
||||||
|
{
|
||||||
|
class WfModule;
|
||||||
|
}
|
||||||
|
|
||||||
|
namespace presentation
|
||||||
|
{
|
||||||
|
class GuiInstanceCompiledWorkflow : public Object, public Description<GuiInstanceCompiledWorkflow>
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
enum AssemblyType
|
||||||
|
{
|
||||||
|
Shared,
|
||||||
|
InstanceClass,
|
||||||
|
TemporaryClass,
|
||||||
|
};
|
||||||
|
|
||||||
|
struct ModuleRecord
|
||||||
|
{
|
||||||
|
Ptr<workflow::WfModule> module;
|
||||||
|
GuiResourceTextPos position;
|
||||||
|
bool shared = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
collections::List<ModuleRecord> modules;
|
||||||
|
Ptr<workflow::analyzer::WfLexicalScopeManager> metadata;
|
||||||
|
Ptr<stream::MemoryStream> binaryToLoad;
|
||||||
|
|
||||||
|
AssemblyType type = AssemblyType::Shared;
|
||||||
|
Ptr<workflow::runtime::WfAssembly> assembly;
|
||||||
|
Ptr<workflow::runtime::WfRuntimeGlobalContext> context;
|
||||||
|
|
||||||
|
void Initialize(bool initializeContext);
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
+9164
-9164
File diff suppressed because it is too large
Load Diff
+1233
-1233
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -3,8 +3,8 @@ THIS FILE IS AUTOMATICALLY GENERATED. DO NOT MODIFY
|
|||||||
DEVELOPER: Zihan Chen(vczh)
|
DEVELOPER: Zihan Chen(vczh)
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
#include "DarkSkin.h"
|
#include "DarkSkin.h"
|
||||||
#include "GacUI.h"
|
|
||||||
#include "GacUIReflection.h"
|
#include "GacUIReflection.h"
|
||||||
|
#include "GacUI.h"
|
||||||
#include "Vlpp.h"
|
#include "Vlpp.h"
|
||||||
#include "VlppWorkflowLibrary.h"
|
#include "VlppWorkflowLibrary.h"
|
||||||
|
|
||||||
|
|||||||
+20473
-20366
File diff suppressed because one or more lines are too long
+10394
-10158
File diff suppressed because it is too large
Load Diff
+26698
-26353
File diff suppressed because it is too large
Load Diff
+776
-770
File diff suppressed because it is too large
Load Diff
+300
-300
File diff suppressed because it is too large
Load Diff
+3521
-3521
File diff suppressed because it is too large
Load Diff
+383
-383
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user