• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.14.38 API Reference
  • KDE Home
  • Contact Us
 

Plasma

  • plasma
  • animations
  • bindings
animationgroup.cpp
Go to the documentation of this file.
1/*
2 * Copyright 2009 Aaron J. Seigo <aseigo@kde.org>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU Library General Public License version 2 as
6 * published by the Free Software Foundation
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details
12 *
13 * You should have received a copy of the GNU Library General Public
14 * License along with this program; if not, write to the
15 * Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 */
18
19#include "animationgroup_p.h"
20
21namespace Plasma
22{
23
24ParallelAnimationGroup::ParallelAnimationGroup(QObject *parent)
25 : QParallelAnimationGroup(parent)
26{
27}
28
29void ParallelAnimationGroup::addAnimation(QAbstractAnimation *animation)
30{
31 QParallelAnimationGroup::addAnimation(animation);
32}
33
34QAbstractAnimation *ParallelAnimationGroup::animationAt(int index) const
35{
36 return QParallelAnimationGroup::animationAt(index);
37}
38
39int ParallelAnimationGroup::animationCount() const
40{
41 return QParallelAnimationGroup::animationCount();
42}
43
44void ParallelAnimationGroup::clear()
45{
46 QParallelAnimationGroup::clear();
47}
48
49int ParallelAnimationGroup::indexOfAnimation(QAbstractAnimation *animation) const
50{
51 return QParallelAnimationGroup::indexOfAnimation(animation);
52}
53
54void ParallelAnimationGroup::insertAnimation(int index, QAbstractAnimation *animation)
55{
56 QParallelAnimationGroup::insertAnimation(index, animation);
57}
58
59void ParallelAnimationGroup::removeAnimation(QAbstractAnimation *animation)
60{
61 QParallelAnimationGroup::removeAnimation(animation);
62}
63
64
65SequentialAnimationGroup::SequentialAnimationGroup(QObject *parent)
66 : QSequentialAnimationGroup(parent)
67{
68}
69
70void SequentialAnimationGroup::addAnimation(QAbstractAnimation *animation)
71{
72 QSequentialAnimationGroup::addAnimation(animation);
73}
74
75QAbstractAnimation *SequentialAnimationGroup::animationAt(int index) const
76{
77 return QSequentialAnimationGroup::animationAt(index);
78}
79
80int SequentialAnimationGroup::animationCount() const
81{
82 return QSequentialAnimationGroup::animationCount();
83}
84
85void SequentialAnimationGroup::clear()
86{
87 QSequentialAnimationGroup::clear();
88}
89
90int SequentialAnimationGroup::indexOfAnimation(QAbstractAnimation *animation) const
91{
92 return QSequentialAnimationGroup::indexOfAnimation(animation);
93}
94
95void SequentialAnimationGroup::insertAnimation(int index, QAbstractAnimation *animation)
96{
97 QSequentialAnimationGroup::insertAnimation(index, animation);
98}
99
100void SequentialAnimationGroup::removeAnimation(QAbstractAnimation *animation)
101{
102 QSequentialAnimationGroup::removeAnimation(animation);
103}
104
105} // namespace Plasma
106
107#include "animationgroup_p.moc"
QAbstractAnimation
QObject
Plasma
Namespace for everything in libplasma.
Definition: abstractdialogmanager.cpp:25
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

Plasma

Skip menu "Plasma"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs-4.14.38 API Reference

Skip menu "kdelibs-4.14.38 API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal