Kanzi 4.1.0
inop_node2d.hpp File Reference

Namespaces

namespace  kanzi
 
namespace  kanzi::interop
 

Functions

KANZI_INTEROP_API void kanzi::interop::Node2D_addChild (ObjectWrapper *thisPtrWrapper, ObjectWrapper *child)
 
KANZI_INTEROP_API void kanzi::interop::Node2D_arrange (ObjectWrapper *thisPtrWrapper)
 
KANZI_INTEROP_API CVector2 kanzi::interop::Node2D_getActualSize (ObjectWrapper *thisPtrWrapper)
 
KANZI_INTEROP_API CVector2 kanzi::interop::Node2D_getAllocatedSize (ObjectWrapper *thisPtrWrapper)
 
KANZI_INTEROP_API CMatrix3x3 kanzi::interop::Node2D_getArrangeTransform (ObjectWrapper *thisPtrWrapper)
 
KANZI_INTEROP_API ObjectWrapperkanzi::interop::Node2D_getChild (ObjectWrapper *thisPtrWrapper, size_t index)
 
KANZI_INTEROP_API size_t kanzi::interop::Node2D_getChildCount (ObjectWrapper *thisPtrWrapper)
 
KANZI_INTEROP_API size_t kanzi::interop::Node2D_getChildIndex (ObjectWrapper *thisPtrWrapper, ObjectWrapper *child)
 
KANZI_INTEROP_API CVector2 kanzi::interop::Node2D_getDesiredSize (ObjectWrapper *thisPtrWrapper)
 
KANZI_INTEROP_API CMatrix3x3 kanzi::interop::Node2D_getWorldTransform (ObjectWrapper *thisPtrWrapper)
 
KANZI_INTEROP_API bool kanzi::interop::Node2D_hasChild (ObjectWrapper *thisPtrWrapper, ObjectWrapper *child)
 
KANZI_INTEROP_API void kanzi::interop::Node2D_insertChild (ObjectWrapper *thisPtrWrapper, size_t index, ObjectWrapper *child)
 
KANZI_INTEROP_API void kanzi::interop::Node2D_layout (ObjectWrapper *thisPtrWrapper)
 
KANZI_INTEROP_API void kanzi::interop::Node2D_moveToBack (ObjectWrapper *thisPtrWrapper)
 
KANZI_INTEROP_API void kanzi::interop::Node2D_moveToFront (ObjectWrapper *thisPtrWrapper)
 
KANZI_INTEROP_API void kanzi::interop::Node2D_removeAllChildren (ObjectWrapper *thisPtrWrapper)
 
KANZI_INTEROP_API void kanzi::interop::Node2D_removeChild (ObjectWrapper *thisPtrWrapper, ObjectWrapper *child)
 
KANZI_INTEROP_API void kanzi::interop::Node2D_removeChild1 (ObjectWrapper *thisPtrWrapper, size_t index)
 
KANZI_INTEROP_API void kanzi::interop::Node2D_setActualSize (ObjectWrapper *thisPtrWrapper, CVector2 actualSize)
 
KANZI_INTEROP_API void kanzi::interop::Node2D_setActualSize1 (ObjectWrapper *thisPtrWrapper, float sizeX, float sizeY)
 
KANZI_INTEROP_API void kanzi::interop::Node2D_setAllocatedSize (ObjectWrapper *thisPtrWrapper, CVector2 allocatedSize)
 
KANZI_INTEROP_API void kanzi::interop::Node2D_setArrangeTransform (ObjectWrapper *thisPtrWrapper, CMatrix3x3 transform)
 
KANZI_INTEROP_API void kanzi::interop::Node2D_setDesiredSize (ObjectWrapper *thisPtrWrapper, CVector2 desiredSize)
 
KANZI_INTEROP_API void kanzi::interop::Node2D_transform (ObjectWrapper *thisPtrWrapper)