Skip to content

Commit

Permalink
Delete unnecessary projects and files
Browse files Browse the repository at this point in the history
  • Loading branch information
vczh committed Apr 27, 2023
1 parent c2787e3 commit 2ac9c0f
Show file tree
Hide file tree
Showing 58 changed files with 964,649 additions and 99,671 deletions.
13,976 changes: 7,482 additions & 6,494 deletions Import/DarkSkin.cpp

Large diffs are not rendered by default.

3,671 changes: 2,024 additions & 1,647 deletions Import/DarkSkin.h

Large diffs are not rendered by default.

128 changes: 79 additions & 49 deletions Import/DarkSkinReflection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ namespace vl
IMPL_CPP_TYPE_INFO(darkskin::ComboBoxTemplateConstructor)
IMPL_CPP_TYPE_INFO(darkskin::CustomControlTemplate)
IMPL_CPP_TYPE_INFO(darkskin::CustomControlTemplateConstructor)
IMPL_CPP_TYPE_INFO(darkskin::CustomFrameWindowTemplate)
IMPL_CPP_TYPE_INFO(darkskin::CustomFrameWindowTemplateConstructor)
IMPL_CPP_TYPE_INFO(darkskin::DateButtonTemplate)
IMPL_CPP_TYPE_INFO(darkskin::DateButtonTemplateConstructor)
IMPL_CPP_TYPE_INFO(darkskin::DatePickerTemplate)
Expand Down Expand Up @@ -136,6 +138,8 @@ namespace vl
IMPL_CPP_TYPE_INFO(darkskin::ShortcutKeyTemplateConstructor)
IMPL_CPP_TYPE_INFO(darkskin::SinglelineTextBoxTemplate)
IMPL_CPP_TYPE_INFO(darkskin::SinglelineTextBoxTemplateConstructor)
IMPL_CPP_TYPE_INFO(darkskin::SystemFrameWindowTemplate)
IMPL_CPP_TYPE_INFO(darkskin::SystemFrameWindowTemplateConstructor)
IMPL_CPP_TYPE_INFO(darkskin::TabHeaderButtonTemplate)
IMPL_CPP_TYPE_INFO(darkskin::TabHeaderButtonTemplateConstructor)
IMPL_CPP_TYPE_INFO(darkskin::TabHeaderTemplate)
Expand Down Expand Up @@ -172,8 +176,6 @@ namespace vl
IMPL_CPP_TYPE_INFO(darkskin::VScrollTemplateConstructor)
IMPL_CPP_TYPE_INFO(darkskin::VTrackerTemplate)
IMPL_CPP_TYPE_INFO(darkskin::VTrackerTemplateConstructor)
IMPL_CPP_TYPE_INFO(darkskin::WindowTemplate)
IMPL_CPP_TYPE_INFO(darkskin::WindowTemplateConstructor)

#ifdef VCZH_DESCRIPTABLEOBJECT_WITH_METADATA
#define _ ,
Expand Down Expand Up @@ -278,6 +280,61 @@ namespace vl
CLASS_MEMBER_FIELD(__vwsn_precompile_0)
END_CLASS_MEMBER(::darkskin::CustomControlTemplateConstructor)

BEGIN_CLASS_MEMBER(::darkskin::CustomFrameWindowTemplate)
CLASS_MEMBER_BASE(::vl::presentation::templates::GuiWindowTemplate)
CLASS_MEMBER_BASE(::darkskin::CustomFrameWindowTemplateConstructor)
CLASS_MEMBER_CONSTRUCTOR(::darkskin::CustomFrameWindowTemplate*(), NO_PARAMETER)
END_CLASS_MEMBER(::darkskin::CustomFrameWindowTemplate)

BEGIN_CLASS_MEMBER(::darkskin::CustomFrameWindowTemplateConstructor)
CLASS_MEMBER_BASE(::vl::reflection::DescriptableObject)
CLASS_MEMBER_CONSTRUCTOR(::vl::Ptr<::darkskin::CustomFrameWindowTemplateConstructor>(), NO_PARAMETER)
CLASS_MEMBER_METHOD(__vwsn_darkskin_CustomFrameWindowTemplate_Initialize, { L"__vwsn_this_" })
CLASS_MEMBER_FIELD(__vwsn_precompile_0)
CLASS_MEMBER_FIELD(__vwsn_precompile_1)
CLASS_MEMBER_FIELD(__vwsn_precompile_10)
CLASS_MEMBER_FIELD(__vwsn_precompile_11)
CLASS_MEMBER_FIELD(__vwsn_precompile_12)
CLASS_MEMBER_FIELD(__vwsn_precompile_13)
CLASS_MEMBER_FIELD(__vwsn_precompile_14)
CLASS_MEMBER_FIELD(__vwsn_precompile_15)
CLASS_MEMBER_FIELD(__vwsn_precompile_16)
CLASS_MEMBER_FIELD(__vwsn_precompile_17)
CLASS_MEMBER_FIELD(__vwsn_precompile_18)
CLASS_MEMBER_FIELD(__vwsn_precompile_19)
CLASS_MEMBER_FIELD(__vwsn_precompile_2)
CLASS_MEMBER_FIELD(__vwsn_precompile_20)
CLASS_MEMBER_FIELD(__vwsn_precompile_21)
CLASS_MEMBER_FIELD(__vwsn_precompile_22)
CLASS_MEMBER_FIELD(__vwsn_precompile_23)
CLASS_MEMBER_FIELD(__vwsn_precompile_24)
CLASS_MEMBER_FIELD(__vwsn_precompile_25)
CLASS_MEMBER_FIELD(__vwsn_precompile_26)
CLASS_MEMBER_FIELD(__vwsn_precompile_27)
CLASS_MEMBER_FIELD(__vwsn_precompile_28)
CLASS_MEMBER_FIELD(__vwsn_precompile_29)
CLASS_MEMBER_FIELD(__vwsn_precompile_3)
CLASS_MEMBER_FIELD(__vwsn_precompile_30)
CLASS_MEMBER_FIELD(__vwsn_precompile_31)
CLASS_MEMBER_FIELD(__vwsn_precompile_32)
CLASS_MEMBER_FIELD(__vwsn_precompile_33)
CLASS_MEMBER_FIELD(__vwsn_precompile_34)
CLASS_MEMBER_FIELD(__vwsn_precompile_35)
CLASS_MEMBER_FIELD(__vwsn_precompile_36)
CLASS_MEMBER_FIELD(__vwsn_precompile_37)
CLASS_MEMBER_FIELD(__vwsn_precompile_38)
CLASS_MEMBER_FIELD(__vwsn_precompile_4)
CLASS_MEMBER_FIELD(__vwsn_precompile_5)
CLASS_MEMBER_FIELD(__vwsn_precompile_6)
CLASS_MEMBER_FIELD(__vwsn_precompile_7)
CLASS_MEMBER_FIELD(__vwsn_precompile_8)
CLASS_MEMBER_FIELD(__vwsn_precompile_9)
CLASS_MEMBER_FIELD(container)
CLASS_MEMBER_FIELD(contentTable)
CLASS_MEMBER_FIELD(frameTable)
CLASS_MEMBER_FIELD(self)
END_CLASS_MEMBER(::darkskin::CustomFrameWindowTemplateConstructor)

BEGIN_CLASS_MEMBER(::darkskin::DateButtonTemplate)
CLASS_MEMBER_BASE(::vl::presentation::templates::GuiSelectableButtonTemplate)
CLASS_MEMBER_BASE(::darkskin::DateButtonTemplateConstructor)
Expand Down Expand Up @@ -1128,6 +1185,21 @@ namespace vl
CLASS_MEMBER_FIELD(self)
END_CLASS_MEMBER(::darkskin::SinglelineTextBoxTemplateConstructor)

BEGIN_CLASS_MEMBER(::darkskin::SystemFrameWindowTemplate)
CLASS_MEMBER_BASE(::vl::presentation::templates::GuiWindowTemplate)
CLASS_MEMBER_BASE(::darkskin::SystemFrameWindowTemplateConstructor)
CLASS_MEMBER_CONSTRUCTOR(::darkskin::SystemFrameWindowTemplate*(), NO_PARAMETER)
END_CLASS_MEMBER(::darkskin::SystemFrameWindowTemplate)

BEGIN_CLASS_MEMBER(::darkskin::SystemFrameWindowTemplateConstructor)
CLASS_MEMBER_BASE(::vl::reflection::DescriptableObject)
CLASS_MEMBER_CONSTRUCTOR(::vl::Ptr<::darkskin::SystemFrameWindowTemplateConstructor>(), NO_PARAMETER)
CLASS_MEMBER_METHOD(__vwsn_darkskin_SystemFrameWindowTemplate_Initialize, { L"__vwsn_this_" })
CLASS_MEMBER_FIELD(__vwsn_precompile_0)
CLASS_MEMBER_FIELD(__vwsn_precompile_1)
CLASS_MEMBER_FIELD(container)
END_CLASS_MEMBER(::darkskin::SystemFrameWindowTemplateConstructor)

BEGIN_CLASS_MEMBER(::darkskin::TabHeaderButtonTemplate)
CLASS_MEMBER_BASE(::vl::presentation::templates::GuiSelectableButtonTemplate)
CLASS_MEMBER_BASE(::darkskin::TabHeaderButtonTemplateConstructor)
Expand Down Expand Up @@ -1486,50 +1558,6 @@ namespace vl
CLASS_MEMBER_FIELD(self)
END_CLASS_MEMBER(::darkskin::VTrackerTemplateConstructor)

BEGIN_CLASS_MEMBER(::darkskin::WindowTemplate)
CLASS_MEMBER_BASE(::vl::presentation::templates::GuiWindowTemplate)
CLASS_MEMBER_BASE(::darkskin::WindowTemplateConstructor)
CLASS_MEMBER_CONSTRUCTOR(::darkskin::WindowTemplate*(), NO_PARAMETER)
END_CLASS_MEMBER(::darkskin::WindowTemplate)

BEGIN_CLASS_MEMBER(::darkskin::WindowTemplateConstructor)
CLASS_MEMBER_BASE(::vl::reflection::DescriptableObject)
CLASS_MEMBER_CONSTRUCTOR(::vl::Ptr<::darkskin::WindowTemplateConstructor>(), NO_PARAMETER)
CLASS_MEMBER_METHOD(__vwsn_darkskin_WindowTemplate_Initialize, { L"__vwsn_this_" })
CLASS_MEMBER_FIELD(__vwsn_precompile_0)
CLASS_MEMBER_FIELD(__vwsn_precompile_1)
CLASS_MEMBER_FIELD(__vwsn_precompile_10)
CLASS_MEMBER_FIELD(__vwsn_precompile_11)
CLASS_MEMBER_FIELD(__vwsn_precompile_12)
CLASS_MEMBER_FIELD(__vwsn_precompile_13)
CLASS_MEMBER_FIELD(__vwsn_precompile_14)
CLASS_MEMBER_FIELD(__vwsn_precompile_15)
CLASS_MEMBER_FIELD(__vwsn_precompile_16)
CLASS_MEMBER_FIELD(__vwsn_precompile_17)
CLASS_MEMBER_FIELD(__vwsn_precompile_18)
CLASS_MEMBER_FIELD(__vwsn_precompile_19)
CLASS_MEMBER_FIELD(__vwsn_precompile_2)
CLASS_MEMBER_FIELD(__vwsn_precompile_20)
CLASS_MEMBER_FIELD(__vwsn_precompile_21)
CLASS_MEMBER_FIELD(__vwsn_precompile_22)
CLASS_MEMBER_FIELD(__vwsn_precompile_23)
CLASS_MEMBER_FIELD(__vwsn_precompile_24)
CLASS_MEMBER_FIELD(__vwsn_precompile_25)
CLASS_MEMBER_FIELD(__vwsn_precompile_26)
CLASS_MEMBER_FIELD(__vwsn_precompile_27)
CLASS_MEMBER_FIELD(__vwsn_precompile_3)
CLASS_MEMBER_FIELD(__vwsn_precompile_4)
CLASS_MEMBER_FIELD(__vwsn_precompile_5)
CLASS_MEMBER_FIELD(__vwsn_precompile_6)
CLASS_MEMBER_FIELD(__vwsn_precompile_7)
CLASS_MEMBER_FIELD(__vwsn_precompile_8)
CLASS_MEMBER_FIELD(__vwsn_precompile_9)
CLASS_MEMBER_FIELD(container)
CLASS_MEMBER_FIELD(contentTable)
CLASS_MEMBER_FIELD(frameTable)
CLASS_MEMBER_FIELD(self)
END_CLASS_MEMBER(::darkskin::WindowTemplateConstructor)

#undef _
class DarkSkinTypeLoader : public Object, public ITypeLoader
{
Expand All @@ -1546,6 +1574,8 @@ namespace vl
ADD_TYPE_INFO(::darkskin::ComboBoxTemplateConstructor)
ADD_TYPE_INFO(::darkskin::CustomControlTemplate)
ADD_TYPE_INFO(::darkskin::CustomControlTemplateConstructor)
ADD_TYPE_INFO(::darkskin::CustomFrameWindowTemplate)
ADD_TYPE_INFO(::darkskin::CustomFrameWindowTemplateConstructor)
ADD_TYPE_INFO(::darkskin::DateButtonTemplate)
ADD_TYPE_INFO(::darkskin::DateButtonTemplateConstructor)
ADD_TYPE_INFO(::darkskin::DatePickerTemplate)
Expand Down Expand Up @@ -1634,6 +1664,8 @@ namespace vl
ADD_TYPE_INFO(::darkskin::ShortcutKeyTemplateConstructor)
ADD_TYPE_INFO(::darkskin::SinglelineTextBoxTemplate)
ADD_TYPE_INFO(::darkskin::SinglelineTextBoxTemplateConstructor)
ADD_TYPE_INFO(::darkskin::SystemFrameWindowTemplate)
ADD_TYPE_INFO(::darkskin::SystemFrameWindowTemplateConstructor)
ADD_TYPE_INFO(::darkskin::TabHeaderButtonTemplate)
ADD_TYPE_INFO(::darkskin::TabHeaderButtonTemplateConstructor)
ADD_TYPE_INFO(::darkskin::TabHeaderTemplate)
Expand Down Expand Up @@ -1670,8 +1702,6 @@ namespace vl
ADD_TYPE_INFO(::darkskin::VScrollTemplateConstructor)
ADD_TYPE_INFO(::darkskin::VTrackerTemplate)
ADD_TYPE_INFO(::darkskin::VTrackerTemplateConstructor)
ADD_TYPE_INFO(::darkskin::WindowTemplate)
ADD_TYPE_INFO(::darkskin::WindowTemplateConstructor)
}

void Unload(ITypeManager* manager)
Expand All @@ -1686,7 +1716,7 @@ namespace vl
#ifdef VCZH_DESCRIPTABLEOBJECT_WITH_METADATA
if (auto manager = GetGlobalTypeManager())
{
return manager->AddTypeLoader(MakePtr<DarkSkinTypeLoader>());
return manager->AddTypeLoader(Ptr(new DarkSkinTypeLoader));
}
#endif
return false;
Expand Down
6 changes: 4 additions & 2 deletions Import/DarkSkinReflection.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ namespace vl
DECL_TYPE_INFO(::darkskin::ComboBoxTemplateConstructor)
DECL_TYPE_INFO(::darkskin::CustomControlTemplate)
DECL_TYPE_INFO(::darkskin::CustomControlTemplateConstructor)
DECL_TYPE_INFO(::darkskin::CustomFrameWindowTemplate)
DECL_TYPE_INFO(::darkskin::CustomFrameWindowTemplateConstructor)
DECL_TYPE_INFO(::darkskin::DateButtonTemplate)
DECL_TYPE_INFO(::darkskin::DateButtonTemplateConstructor)
DECL_TYPE_INFO(::darkskin::DatePickerTemplate)
Expand Down Expand Up @@ -149,6 +151,8 @@ namespace vl
DECL_TYPE_INFO(::darkskin::ShortcutKeyTemplateConstructor)
DECL_TYPE_INFO(::darkskin::SinglelineTextBoxTemplate)
DECL_TYPE_INFO(::darkskin::SinglelineTextBoxTemplateConstructor)
DECL_TYPE_INFO(::darkskin::SystemFrameWindowTemplate)
DECL_TYPE_INFO(::darkskin::SystemFrameWindowTemplateConstructor)
DECL_TYPE_INFO(::darkskin::TabHeaderButtonTemplate)
DECL_TYPE_INFO(::darkskin::TabHeaderButtonTemplateConstructor)
DECL_TYPE_INFO(::darkskin::TabHeaderTemplate)
Expand Down Expand Up @@ -185,8 +189,6 @@ namespace vl
DECL_TYPE_INFO(::darkskin::VScrollTemplateConstructor)
DECL_TYPE_INFO(::darkskin::VTrackerTemplate)
DECL_TYPE_INFO(::darkskin::VTrackerTemplateConstructor)
DECL_TYPE_INFO(::darkskin::WindowTemplate)
DECL_TYPE_INFO(::darkskin::WindowTemplateConstructor)
#endif

extern bool LoadDarkSkinTypes();
Expand Down
Loading

0 comments on commit 2ac9c0f

Please sign in to comment.