|
Dekko
|
Public Member Functions | |
| void | getTransition (properties) |
| void | transitionFinished (properties) |
Properties | |
| Component | pushTransition |
| Component | popTransition |
| Component | replaceTransition |
Definition at line 4 of file StackViewDelegate.qml.
| void Dekko::Controls::StackViewDelegate::getTransition | ( | properties | ) |
\qmlmethod Transition StackViewDelegate::getTransition(properties)
The base implementation of this function just looks for a property named properties.name inside itself.
| void Dekko::Controls::StackViewDelegate::transitionFinished | ( | properties | ) |
\qmlmethod void StackViewDelegate::transitionFinished(properties)
The base implementation of this function is empty.
| Component Dekko::Controls::StackViewDelegate::popTransition |
\qmlproperty Component StackViewDelegate::popTransition
The transition used on pop operation. Unless set, the popTransition is the same as pushTransition
Definition at line 32 of file StackViewDelegate.qml.
| Component Dekko::Controls::StackViewDelegate::pushTransition |
\qmlproperty Component StackViewDelegate::pushTransition
The transition used on push operation.
Definition at line 25 of file StackViewDelegate.qml.
| Component Dekko::Controls::StackViewDelegate::replaceTransition |
\qmlproperty Component StackViewDelegate::replaceTransition
The transition used on replace operation. Unless set, the replaceTransition is the same as pushTransition
Definition at line 39 of file StackViewDelegate.qml.