File Index Symbol Index

/*********************************************************************** !!!!!! DO NOT MODIFY !!!!!! GacGen.exe Resource.xml This file is generated by Workflow compiler https://github.com/vczh-libraries ***********************************************************************/
#include "DarkSkinReflection.h"
#if defined( _MSC_VER)
#pragma warning(push) #pragma warning(disable:
4250
)
#elif defined(__GNUC__)
#pragma GCC diagnostic push
#elif defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wparentheses-equality" #endif
/*********************************************************************** Reflection ***********************************************************************/
namespace
vl
{
namespace
reflection
{
namespace
description
{
#ifndef VCZH_DEBUG_NO_REFLECTION
#ifdef VCZH_DESCRIPTABLEOBJECT_WITH_METADATA
#define _ ,
#undef _
class
DarkSkinTypeLoader
:
public
Object
,
public
ITypeLoader
{
public
:
void
Load
(
ITypeManager
*
manager
) { }
void
Unload
(
ITypeManager
*
manager
) { } };
#endif #endif
bool
LoadDarkSkinTypes
() {
#ifdef VCZH_DESCRIPTABLEOBJECT_WITH_METADATA
if
(
auto
manager
=
GetGlobalTypeManager
()) {
return
manager
->
AddTypeLoader
(
MakePtr
<
DarkSkinTypeLoader
>()); }
#endif
return
false
; } } } }
#if defined( _MSC_VER)
#pragma warning(pop)
#elif defined(__GNUC__)
#pragma GCC diagnostic pop
#elif defined(__clang__)
#pragma clang diagnostic pop #endif