Okular
pagetransition.cpp
bool isRectangular() const
Returns true if the area to be flown is rectangular and opaque (Only if type == 'Fly').
Definition: pagetransition.cpp:93
Direction
double duration() const
Returns the duration of the transition in seconds.
Definition: pagetransition.cpp:68
void setDirection(Direction direction)
Sets the direction of the transition (.
Definition: pagetransition.cpp:113
Alignment
Describes the alignment that is applied to the Type of transition effect.
Definition: pagetransition.h:33
void setScale(double scale)
Sets the starting or ending scale of the transition (Only if type == 'Fly').
Definition: pagetransition.cpp:123
Information object for the transition effect of a page.
Definition: pagetransition.h:21
Direction direction() const
Returns the direction of motion of the transition.
Definition: pagetransition.cpp:78
PageTransition(Type type=Replace)
Creates a new page transition of the given type.
Definition: pagetransition.cpp:37
Horizontal
double scale() const
Returns the starting or ending scale (Only if type == 'Fly').
Definition: pagetransition.cpp:88
void setAlignment(Alignment alignment)
Sets the alignment of the transition (Alignment).
Definition: pagetransition.cpp:108
void setDuration(double duration)
Sets the duration in seconds for the transition.
Definition: pagetransition.cpp:103
Direction
Describes the direction that is applied to the Type of transition effect.
Definition: pagetransition.h:39
void setIsRectangular(bool rectangular)
Sets whether the area to be flown is rectangular and opaque (Only if type == 'Fly').
Definition: pagetransition.cpp:128
Alignment alignment() const
Returns the alignment of the transition.
Definition: pagetransition.cpp:73
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Mar 27 2023 04:09:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Mar 27 2023 04:09:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.