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

Trajectory layout presenter. More...

Functions

kzsError kzuTrajectoryLayoutPresenterCreate (const struct KzcMemoryManager *memoryManager, struct KzuUiListBox *listBox, struct KzuUiTrajectoryLayout *layout, struct KzuPresenter **out_presenter)
 Creates a trajectory list box presenter. More...
 
kzsError kzuTrajectoryLayoutPresenterSetTrajectory (const struct KzuPresenter *presenter, struct KzuTrajectory *trajectory)
 Sets trajectory for the list box. More...
 
struct KzuTrajectorykzuTrajectoryLayoutPresenterGetTrajectory (const struct KzuPresenter *presenter)
 Gets trajectory from the list box. More...
 
void kzuTrajectoryLayoutPresenterSetIsAttaching (const struct KzuPresenter *presenter, kzBool value)
 Tells the presenter whether the list box is currently being attached or detached. More...
 

Detailed Description

Trajectory layout presenter.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

kzsError kzuTrajectoryLayoutPresenterCreate ( const struct KzcMemoryManager memoryManager,
struct KzuUiListBox listBox,
struct KzuUiTrajectoryLayout layout,
struct KzuPresenter **  out_presenter 
)

Creates a trajectory list box presenter.

kzsError kzuTrajectoryLayoutPresenterSetTrajectory ( const struct KzuPresenter presenter,
struct KzuTrajectory trajectory 
)

Sets trajectory for the list box.

struct KzuTrajectory* kzuTrajectoryLayoutPresenterGetTrajectory ( const struct KzuPresenter presenter)

Gets trajectory from the list box.

void kzuTrajectoryLayoutPresenterSetIsAttaching ( const struct KzuPresenter presenter,
kzBool  value 
)

Tells the presenter whether the list box is currently being attached or detached.