Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
kzu_ui_placeholder.h File Reference

User interface placeholder component. More...

Functions

kzsError kzuUiPlaceholderRegisterToFactory (const struct KzuFactory *factory)
 Registers component type to factory. More...
 

Variables

const KzuObjectType KZU_OBJECT_TYPE_UI_PLACEHOLDER
 Object type for UI component placeholder. More...
 

Detailed Description

User interface placeholder component.

KzuUiPlaceholder is a KzuUiComponentNode without any functionality except that it can act as the parent of other objects. The 2D counterpart is kzu_empty_layer.h.

See Also
kzu_empty_node.h, kzu_empty_layer.h.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

kzsError kzuUiPlaceholderRegisterToFactory ( const struct KzuFactory factory)

Registers component type to factory.

Variable Documentation

const KzuObjectType KZU_OBJECT_TYPE_UI_PLACEHOLDER

Object type for UI component placeholder.