mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-20 11:31:28 +08:00
Update generated files
This commit is contained in:
@@ -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() */
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user