|
Kanzi Graphics Engine
|
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 KzuTrajectory * | kzuTrajectoryLayoutPresenterGetTrajectory (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... | |
Trajectory layout presenter.
Copyright 2008-2019 by Rightware. All rights reserved.
| 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.