| ▼Ncom | |
| ▼Nrightware | |
| ►Nkanzi | |
| ►Nmetadata | |
| CActionBaseMetadata | Metadata definitions for ActionBase |
| CActionMetadata | Metadata definitions for Action |
| CActivity2DMetadata | Metadata definitions for Activity2D |
| CActivity3DMetadata | Metadata definitions for Activity3D |
| CActivityCodeBehindMetadata | Metadata definitions for ActivityCodeBehind |
| ►CActivityConceptMetadata | Metadata definitions for ActivityConcept |
| CActivityInternalMessageArguments | Metadata definitions for ActivityInternalMessageArguments |
| CActivityMessageArguments | Metadata definitions for ActivityMessageArguments |
| CActivityPrefabMessageArguments | Metadata definitions for ActivityPrefabMessageArguments |
| CStartActivationInternalMessageArguments | Metadata definitions for StartActivationInternalMessageArguments |
| CStatusChangedInternalMessageArguments | Metadata definitions for StatusChangedInternalMessageArguments |
| CStatusChangedMessageArguments | Metadata definitions for StatusChangedMessageArguments |
| ►CActivityHostConceptMetadata | Metadata definitions for ActivityHostConcept |
| CActivationMessageArguments | Metadata definitions for ActivationMessageArguments |
| CImplicitActivityChangeRequestMessageArguments | Metadata definitions for ImplicitActivityChangeRequestMessageArguments |
| CRegisterActivityElementInternalMessageArguments | Metadata definitions for RegisterActivityElementInternalMessageArguments |
| CUnregisterActivityElementInternalMessageArguments | Metadata definitions for UnregisterActivityElementInternalMessageArguments |
| CButton2DMetadata | Metadata definitions for Button2D |
| ►CButtonConceptMetadata | Metadata definitions for ButtonConcept |
| CCanceledMessageArguments | Metadata definitions for CanceledMessageArguments |
| CClickedMessageArguments | Metadata definitions for ClickedMessageArguments |
| CLongPressMessageArguments | Metadata definitions for LongPressMessageArguments |
| CPointerEnteredMessageArguments | Metadata definitions for PointerEnteredMessageArguments |
| CPointerLeftMessageArguments | Metadata definitions for PointerLeftMessageArguments |
| CPressedMessageArguments | Metadata definitions for PressedMessageArguments |
| CToggledOffMessageArguments | Metadata definitions for ToggledOffMessageArguments |
| CToggledOnMessageArguments | Metadata definitions for ToggledOnMessageArguments |
| CToggleStateChangedMessageArguments | Metadata definitions for ToggleStateChangedMessageArguments |
| CClickConceptMetadata | Metadata definitions for ClickConcept |
| CCodeBehindMetadata | Metadata definitions for CodeBehind |
| ►CCommandMetadata | Metadata definitions for Command |
| CCommandMessageArguments | Metadata definitions for CommandMessageArguments |
| CConditionMetadata | Metadata definitions for Condition |
| CDataContextMetadata | Metadata definitions for DataContext |
| CDataObjectBoolMetadata | Metadata definitions for DataObjectBool |
| CDataObjectIntMetadata | Metadata definitions for DataObjectInt |
| CDataObjectListMetadata | Metadata definitions for DataObjectList |
| CDataObjectMetadata | Metadata definitions for DataObject |
| CDataObjectRealMetadata | Metadata definitions for DataObjectReal |
| CDataObjectStringMetadata | Metadata definitions for DataObjectString |
| CDataSourceMetadata | Metadata definitions for DataSource |
| CEmptyNode2DMetadata | Metadata definitions for EmptyNode2D |
| CExclusiveActivityHost2DMetadata | Metadata definitions for ExclusiveActivityHost2D |
| CExclusiveActivityHost3DMetadata | Metadata definitions for ExclusiveActivityHost3D |
| ►CExclusiveActivityHostConceptMetadata | Metadata definitions for ExclusiveActivityHostConcept |
| CImplicitActivityChangeRequestMessageArguments | Metadata definitions for ImplicitActivityChangeRequestMessageArguments |
| CFontStyleConceptMetadata | Metadata definitions for FontStyleConcept |
| CForwardingActionMetadata | Metadata definitions for ForwardingAction |
| CImage2DMetadata | Metadata definitions for Image2D |
| CNode2DMetadata | Metadata definitions for Node2D |
| CNode3DMetadata | Metadata definitions for Node3D |
| ►CNodeComponentMetadata | Metadata definitions for NodeComponent |
| CNodeComponentMessageArguments | Metadata definitions for NodeComponentMessageArguments |
| CNodeComponentSourceMessageArguments | Metadata definitions for NodeComponentSourceMessageArguments |
| CNodeMetadata | Metadata definitions for Node |
| CParallelActivityHost2DMetadata | Metadata definitions for ParallelActivityHost2D |
| CParallelActivityHost3DMetadata | Metadata definitions for ParallelActivityHost3D |
| CParallelActivityHostConceptMetadata | Metadata definitions for ParallelActivityHostConcept |
| CSceneMetadata | Metadata definitions for Scene |
| CStackLayout2DMetadata | Metadata definitions for StackLayout2D |
| CStackLayout3DMetadata | Metadata definitions for StackLayout3D |
| CStackLayoutConceptMetadata | Metadata definitions for StackLayoutConcept |
| CTextBlock2DMetadata | Metadata definitions for TextBlock2D |
| CTextBlockConceptMetadata | Metadata definitions for TextBlockConcept |
| CTextConceptMetadata | Metadata definitions for TextConcept |
| CTextureMetadata | Metadata definitions for Texture |
| CTriggerMetadata | Metadata definitions for Trigger |
| CValueControlledExclusiveActivityHostConceptMetadata | Metadata definitions for ValueControlledExclusiveActivityHostConcept |
| CViewport2DMetadata | Metadata definitions for Viewport2D |
| CAbstractMessageType | AbstractMessageType is a handle to an existing message type |
| CAbstractMetaclass | AbstractMetaclass is a handle to an existing metaclasses |
| CAbstractPropertyType | AbstractPropertyType is a homogeneous property type handle to an existing property type |
| CAction | Actions are small operations that Kanzi executes when the trigger event that contains that action occurs and the trigger conditions are met |
| CActionBase | Base abstraction class for Action classes |
| CActivity2D | |
| CActivity3D | |
| ►CActivityCodeBehind | ActivityCodeBehind is code that is associated with a particular Activity node, and has access to the properties of that Activity node |
| CStatusChangeHandler | StatusChangeHandler implements a handler for Activity status change |
| CActivityStatus | |
| CAssert | A class that can be used to analyze the correctness of the program's behavior |
| CBitmapImage | BitmapImage is the basic runtime primitive to load, hold, and convert image data in memory |
| CButton2D | A class that implements a 2D button UI control |
| CCachingMode | Caching modes for nodes |
| ►CCodeBehind | Code Behind is a workflow where you associate code with an instance of a node instead of a type |
| CCommandHandler | CommandHandler implements a handler for a command |
| CColorRGBA | Color with 4 floating point components: red, green, blue and alpha (r, g, b, a) |
| CCondition | Condition for triggers |
| ►CDataContext | DataContext acts as a container for data |
| CModifiedSubscriptionFunction | Callback functions for Modified Subscription events |
| CModifiedSubscriptionToken | Token to represent a Modified Subscription |
| CDataObject | DataObject is a node in a tree of data |
| CDataObjectBool | DataObjectBool is a specialization of DataObject for data of Boolean type |
| CDataObjectInt | DataObjectInt is a specialization of DataObject for data of Integer type |
| CDataObjectList | DataObjectList is a specialization of DataObject for list data |
| CDataObjectReal | DataObjectReal is a specialization of DataObject for data of Double type |
| CDataObjectString | DataObjectString is a specialization of DataObject for data of String type |
| CDataObjectType | Type enumerations for different data object types |
| CDataSource | Use data sources to separate the user interface from the application data and to remove the dependencies between a Kanzi Studio project and the application code which define the Kanzi application |
| ►CDomain | Domain binds Kanzi subsystems and objects together |
| CPluginHandler | Plugin handler implements the functionality for loading a plugin from the associated plugin file |
| CDynamicPropertyType | DynamicPropertyType is a handle to an existing property type of known data type |
| CEditorInfo | Editor information for metadata |
| CEditorInfoAttribute | Editor information attribute for custom editor information for metadata |
| CEmptyNode2D | Empty Node 2D can be used to group other 2D nodes |
| CExclusiveActivityHost2D | |
| CExclusiveActivityHost3D | |
| CForwardingAction | ForwardingAction is the base class for the action classes that read and send arguments, such as SetPropertyAction or DispatchMessageAction |
| CGPUResourceMemoryType | Memory upload and RAM preservation strategy for GPU resources |
| CGraphicsCompareFunction | Renderer stencil modes |
| CGraphicsFormat | GraphicsFormat specifies format of graphics data used for example in textures and vertex attributes |
| CImage2D | A class that implements a 2D image UI control |
| CInvalidKzbFileException | Exception class to indicate a KZB File is invalid |
| CKanziObject | Object is the base class for Kanzi UI classes that implement association with a Domain |
| CLayoutDirection | Direction in which stack layout arranges its items |
| CLog | |
| CLogJNI | |
| ►CMainLoopScheduler | MainLoopScheduler implements the Kanzi application main loop in form of a sequence of stages, each consisting of a sequence of tasks, where a task is a callable method |
| CStage | Stage instance represent a Stage in the Kanzi main loop |
| CTask | A task that can be added for one-time or repeated execution by MainLoopScheduler |
| CTaskToken | The token of the task |
| CTimerTask | A task that can be scheduled for one-time or repeated execution by MainLoopScheduler |
| CTimerToken | The token of the timer task |
| CMatrix3x3 | Matrix with 3x3 elements |
| ►CMatrix4x4 | Matrix with 4x4 elements |
| CFieldOfViewType | Field of view type of a camera |
| CMessageArguments | MessageArguments is the base class for arguments passed in messages |
| CMessageRouting | Message routing modes |
| CMessageType | An instance of a MessageType represents a single message type in the Kanzi message system |
| CMetaclass | Metaclass provides type inspection mechanism for Kanzi classes |
| CMetaclassRegistry | A container class for Java metaclasses and proxies |
| CMetadata | The Metadata annotation specifies property, message type or nested classes to be automatically registered when the containing class is registered to Domain with registerClass or overrideClass |
| ►CNode | Base class for Kanzi nodes |
| CContentStretch | Content stretch option |
| CDepthAlignment | Depth alignment options |
| CHorizontalAlignment | Horizontal alignment options |
| CMessageSubscriptionFunction | Defines the message handler invoked when a node receives a message it listens to |
| CMessageSubscriptionToken | Message subscription token that identifies a message subscription |
| CVerticalAlignment | Vertical alignment options |
| ►CNode2D | Node2D is the base class of all 2D nodes |
| CForegroundHint | Hint for foreground handling of nodes |
| CPerspectiveTransformationMode | Node2D perspective transformation mode |
| CPixelFormat | Pixel formats |
| CRenderType | Node2D render type - affects elementary decisions about node rendering |
| ►CNode3D | Node3D is the base class of all 3D nodes |
| CRenderMode | Rendering mode for the node |
| CNodeComponent | NodeComponent is the base class for all node components |
| CNodeComponentState | State indicating if component is attached to a node, detached from any node or in process of attaching/detaching |
| CObjectNotFoundException | Exception class to indicate that an Object was not found |
| CObjectRef | The ObjectRef class is used to store an owning reference to a KanziObject instance |
| COptionalBool | |
| COptionalColorRGBA | |
| COptionalFloat | |
| COptionalInt | |
| COptionalMatrix3x3 | |
| COptionalMatrix4x4 | |
| COptionalSRTValue2D | |
| COptionalSRTValue3D | |
| COptionalVector2 | |
| COptionalVector3 | |
| COptionalVector4 | |
| CParallelActivityHost2D | |
| CParallelActivityHost3D | |
| CPlatform | Holds information about the current platform |
| CPlugin | Represents the abstract base class for all plugins |
| CPrefabTemplate | This class represents a prefab (prefabricated template) resource that is a description of a scene graph that can be instantiated at runtime |
| CPropertyDataType | Enumeration of data types that can be stored as properties |
| CPropertyNotificationReason | Property notification reason |
| CPropertyType | An instance of a PropertyType represents a single property type in the Kanzi property system |
| CPropertyTypeChangeFlag | Each property type has a set of property change flags that indicate the effects that changing a property has |
| CQuaternion | Quaternions represent rotation around an axis, defined by quaternion components x, y, z and w |
| CQuaternionLongerPath | Quaternion for interpolating rotation along longer path |
| CResource | Represents the base class for all resources |
| CResourceLoadTaskType | The type of the load task |
| ►CResourceManager | The resource manager maintains kzb files and provides mechanisms to load resources from kzb files |
| ►CAcquireTask | Load task for a group of resources |
| CCallback | Callback interface to indicate that resource loading is finished |
| CLoadTask | Load task allows implementing custom asynchronous resource loading |
| ►CProtocolHandler | ProtocolHandler allows implementing custom resource loading for a specific protocol |
| CResult | Holds the result of ProtocolHandler handle callback |
| CSamplerAddressingMode | |
| CSamplerFilter | |
| CSamplerMipmapMode | |
| CScene | Scene is a 3D node that is the root node for other 3D nodes |
| CSRTValue2D | A structure that describes the scale, rotation and translation transformation in 2D space |
| CSRTValue3D | A structure that describes the scale, rotation and translation transformation in 3D space |
| CStackLayout2D | Stack Layout 2D arranges its items on a line along the axis you specify in the DirectionProperty |
| CStackLayout3D | Stack Layout 3D arranges its items on a line along the axis you specify in the DirectionProperty |
| CStaleObjectException | Exception class to indicate attempts to use a KanziObject which no longer refers to a valid native object |
| CTaskRecurrence | Enumeration for task recurrence options |
| CTextBlock2D | Text Block 2D displays text in 2D |
| CTexture | A Texture provides an image that you can use in Image nodes, Texture Brushes, materials for use in 3D rendering, or Material Brushes |
| CTextureBuilder | TextureBuilder is a class used for setting up properties to initialize textures |
| CTextureCreateInfoStatus | Status tells if texture creation parameters can be used to create a texture |
| CTextureType | Texture type |
| CTimerRecurrence | Enumeration for timer recurrence options |
| CTrigger | Trigger is the base class for defining events, conditions and actions for content-driven logic programming |
| CVector2 | Vector with 2 floating point components: (x, y) |
| CVector3 | Vector with 3 floating point components: (x, y, z) |
| CVector4 | Vector with 4 floating point components: (x, y, z, w) |
| CViewport2D | Use a Viewport 2D to set the size of a render target surface onto which content is projected |
