Jancy C API Reference
Base Definitions
Error Subsystem
Extension Libraries Subsystem
Module Components
Runtime Subsystem
Global Namespace
namespace jnc
class jnc::Edit
class jnc::EditTheme
enum jnc::EditTheme::Init
enum jnc::EditTheme::Role
enum jnc_CodeAssistFlag
enum jnc_CodeAssistKind
enum jnc_DynamicLayoutMode
enum jnc_DynamicSectionKind
struct jnc_ArrayTypeFuncTable
struct jnc_AttributeBlockFuncTable
struct jnc_AttributeFuncTable
struct jnc_BaseTypeSlotFuncTable
struct jnc_CapabilityFuncTable
struct jnc_ClassPtrTypeFuncTable
struct jnc_ClassTypeFuncTable
struct jnc_DataPtrTypeFuncTable
struct jnc_DerivableTypeFuncTable
struct jnc_EnumConstFuncTable
struct jnc_EnumTypeFuncTable
struct jnc_ErrorFuncTable
struct jnc_FieldFuncTable
struct jnc_FunctionArgFuncTable
struct jnc_FunctionFuncTable
struct jnc_FunctionOverloadFuncTable
struct jnc_FunctionPtrTypeFuncTable
struct jnc_FunctionTypeFuncTable
struct jnc_GcHeapFuncTable
struct jnc_GlobalNamespaceFuncTable
struct jnc_McSnapshotClassTypeFuncTable
struct jnc_ModuleFuncTable
struct jnc_ModuleItemDeclFuncTable
struct jnc_ModuleItemFuncTable
struct jnc_MulticastClassTypeFuncTable
struct jnc_NamedTypeFuncTable
struct jnc_NamespaceFuncTable
struct jnc_PromiseFuncTable
struct jnc_PropertyFuncTable
struct jnc_PropertyPtrTypeFuncTable
struct jnc_PropertyTypeFuncTable
struct jnc_RuntimeFuncTable
struct jnc_StdBuffer
struct jnc_StdBufferFuncTable
struct jnc_StdHashTable
struct jnc_StdHashTableFuncTable
struct jnc_StdMap
struct jnc_StdMapEntry
struct jnc_StdRbTree
struct jnc_StdRbTreeFuncTable
struct jnc_StringFuncTable
struct jnc_StructTypeFuncTable
struct jnc_TypeFuncTable
struct jnc_TypedefFuncTable
struct jnc_UnionTypeFuncTable
struct jnc_UnitFuncTable
struct jnc_VariableFuncTable
struct jnc_VariantFuncTable
Jancy C API Reference
Global Namespace
namespace jnc
class jnc::EditTheme
enum jnc::EditTheme::Init
enum jnc::EditTheme::Init
#include
<jnc_EditTheme.h>
enum
Init
{
InitNone
,
InitLight
,
InitDark
,
};