Dekko
Dekko::Controls::StackViewDelegate Class Reference

Public Member Functions

void getTransition (properties)
 
void transitionFinished (properties)
 

Properties

Component pushTransition
 
Component popTransition
 
Component replaceTransition
 

Detailed Description

Since
1.0

Definition at line 4 of file StackViewDelegate.qml.

Inheritance diagram for Dekko::Controls::StackViewDelegate:
[legend]
Collaboration diagram for Dekko::Controls::StackViewDelegate:
[legend]

Member Function Documentation

◆ getTransition()

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.

See also
{Transitions}

◆ transitionFinished()

void Dekko::Controls::StackViewDelegate::transitionFinished ( properties  )

\qmlmethod void StackViewDelegate::transitionFinished(properties)

The base implementation of this function is empty.

See also
{Transitions}

Property Documentation

◆ popTransition

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.

◆ pushTransition

Component Dekko::Controls::StackViewDelegate::pushTransition

\qmlproperty Component StackViewDelegate::pushTransition

The transition used on push operation.

Definition at line 25 of file StackViewDelegate.qml.

◆ replaceTransition

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.


The documentation for this class was generated from the following file: