Okular
pagetransition.cpp
Information object for the transition effect of a page.
Definition pagetransition.h:22
void setAlignment(Alignment alignment)
Sets the alignment of the transition (Alignment).
Definition pagetransition.cpp:108
void setDirection(Direction direction)
Sets the direction of the transition (.
Definition pagetransition.cpp:113
bool isRectangular() const
Returns true if the area to be flown is rectangular and opaque (Only if type == 'Fly').
Definition pagetransition.cpp:93
double duration() const
Returns the duration of the transition in seconds.
Definition pagetransition.cpp:68
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
double scale() const
Returns the starting or ending scale (Only if type == 'Fly').
Definition pagetransition.cpp:88
void setDuration(double duration)
Sets the duration in seconds for the transition.
Definition pagetransition.cpp:103
Alignment
Describes the alignment that is applied to the Type of transition effect.
Definition pagetransition.h:33
Direction direction() const
Returns the direction of motion of the transition.
Definition pagetransition.cpp:78
void setScale(double scale)
Sets the starting or ending scale of the transition (Only if type == 'Fly').
Definition pagetransition.cpp:123
PageTransition(Type type=Replace)
Creates a new page transition of the given type.
Definition pagetransition.cpp:37
Horizontal
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:49:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:49:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.