Update generated files

This commit is contained in:
Zihan Chen
2018-07-21 02:49:18 -07:00
parent c0d0a8c49c
commit 1c46ce8d72
73 changed files with 144 additions and 241 deletions
@@ -29,7 +29,6 @@ https://github.com/vczh-libraries
#define GLOBAL_SYMBOL ::vl_workflow_global::Demo::
#define GLOBAL_NAME ::vl_workflow_global::Demo::Instance().
#define GLOBAL_OBJ &::vl_workflow_global::Demo::Instance()
#define USERIMPL(...)
/***********************************************************************
Global Variables
@@ -90,7 +89,6 @@ namespace demo
#undef GLOBAL_SYMBOL
#undef GLOBAL_NAME
#undef GLOBAL_OBJ
#undef USERIMPL
#if defined( _MSC_VER)
#pragma warning(pop)
@@ -29,7 +29,9 @@ https://github.com/vczh-libraries
#define GLOBAL_SYMBOL ::vl_workflow_global::Demo::
#define GLOBAL_NAME ::vl_workflow_global::Demo::Instance().
#define GLOBAL_OBJ &::vl_workflow_global::Demo::Instance()
#define USERIMPL(...)
/* USER_CONTENT_BEGIN(custom global declarations) */
/* USER_CONTENT_END() */
/***********************************************************************
Class (::demo::MainWindow)
@@ -37,13 +39,12 @@ Class (::demo::MainWindow)
namespace demo
{
USERIMPL(/* ::demo::MainWindow */)
void MainWindow::InstallAnimationControl()
{
{/* USER_CONTENT_BEGIN(::demo::MainWindow) */
auto animationControl = new AnimationControl;
animationControl->GetBoundsComposition()->SetAlignmentToParent(vl::presentation::Margin(0, 0, 0, 0));
animationBounds->AddChild(animationControl->GetBoundsComposition());
}
}/* USER_CONTENT_END() */
MainWindow::MainWindow()
: ::vl::presentation::controls::GuiWindow(::vl::presentation::theme::ThemeName::Window)
@@ -69,7 +70,6 @@ namespace demo
#undef GLOBAL_SYMBOL
#undef GLOBAL_NAME
#undef GLOBAL_OBJ
#undef USERIMPL
#if defined( _MSC_VER)
#pragma warning(pop)
@@ -37,6 +37,9 @@ namespace demo
MainWindow();
void __vwsn_instance_ctor_();
~MainWindow();
/* USER_CONTENT_BEGIN(custom members of ::demo::MainWindow) */
/* USER_CONTENT_END() */
};
}