Update release

This commit is contained in:
Zihan Chen
2018-07-21 02:47:21 -07:00
parent 4ac5de559b
commit 11f2e74bcd
17 changed files with 130265 additions and 129573 deletions
+36081 -36081
View File
File diff suppressed because it is too large Load Diff
+7498 -7498
View File
File diff suppressed because it is too large Load Diff
+11564 -11564
View File
File diff suppressed because it is too large Load Diff
+306 -306
View File
File diff suppressed because it is too large Load Diff
+1749 -1749
View File
File diff suppressed because it is too large Load Diff
+57 -57
View File
@@ -3,67 +3,11 @@ THIS FILE IS AUTOMATICALLY GENERATED. DO NOT MODIFY
DEVELOPER: Zihan Chen(vczh)
***********************************************************************/
#include "GacUI.h"
#include "Vlpp.h"
#include "VlppWorkflowCompiler.h"
#include "Vlpp.h"
#include "VlppWorkflowLibrary.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
***********************************************************************/
@@ -1157,3 +1101,59 @@ Interface Proxy (Controls)
}
#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
View File
File diff suppressed because it is too large Load Diff
+1233 -1233
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -3,8 +3,8 @@ THIS FILE IS AUTOMATICALLY GENERATED. DO NOT MODIFY
DEVELOPER: Zihan Chen(vczh)
***********************************************************************/
#include "DarkSkin.h"
#include "GacUI.h"
#include "GacUIReflection.h"
#include "GacUI.h"
#include "Vlpp.h"
#include "VlppWorkflowLibrary.h"
+20473 -20366
View File
File diff suppressed because one or more lines are too long
+10394 -10158
View File
File diff suppressed because it is too large Load Diff
+26698 -26353
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff