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

Plasma

  • sources
  • kde-4.12
  • kdelibs
  • 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 
21 namespace Plasma
22 {
23 
24 ParallelAnimationGroup::ParallelAnimationGroup(QObject *parent)
25  : QParallelAnimationGroup(parent)
26 {
27 }
28 
29 void ParallelAnimationGroup::addAnimation(QAbstractAnimation *animation)
30 {
31  QParallelAnimationGroup::addAnimation(animation);
32 }
33 
34 QAbstractAnimation *ParallelAnimationGroup::animationAt(int index) const
35 {
36  return QParallelAnimationGroup::animationAt(index);
37 }
38 
39 int ParallelAnimationGroup::animationCount() const
40 {
41  return QParallelAnimationGroup::animationCount();
42 }
43 
44 void ParallelAnimationGroup::clear()
45 {
46  QParallelAnimationGroup::clear();
47 }
48 
49 int ParallelAnimationGroup::indexOfAnimation(QAbstractAnimation *animation) const
50 {
51  return QParallelAnimationGroup::indexOfAnimation(animation);
52 }
53 
54 void ParallelAnimationGroup::insertAnimation(int index, QAbstractAnimation *animation)
55 {
56  QParallelAnimationGroup::insertAnimation(index, animation);
57 }
58 
59 void ParallelAnimationGroup::removeAnimation(QAbstractAnimation *animation)
60 {
61  QParallelAnimationGroup::removeAnimation(animation);
62 }
63 
64 
65 SequentialAnimationGroup::SequentialAnimationGroup(QObject *parent)
66  : QSequentialAnimationGroup(parent)
67 {
68 }
69 
70 void SequentialAnimationGroup::addAnimation(QAbstractAnimation *animation)
71 {
72  QSequentialAnimationGroup::addAnimation(animation);
73 }
74 
75 QAbstractAnimation *SequentialAnimationGroup::animationAt(int index) const
76 {
77  return QSequentialAnimationGroup::animationAt(index);
78 }
79 
80 int SequentialAnimationGroup::animationCount() const
81 {
82  return QSequentialAnimationGroup::animationCount();
83 }
84 
85 void SequentialAnimationGroup::clear()
86 {
87  QSequentialAnimationGroup::clear();
88 }
89 
90 int SequentialAnimationGroup::indexOfAnimation(QAbstractAnimation *animation) const
91 {
92  return QSequentialAnimationGroup::indexOfAnimation(animation);
93 }
94 
95 void SequentialAnimationGroup::insertAnimation(int index, QAbstractAnimation *animation)
96 {
97  QSequentialAnimationGroup::insertAnimation(index, animation);
98 }
99 
100 void SequentialAnimationGroup::removeAnimation(QAbstractAnimation *animation)
101 {
102  QSequentialAnimationGroup::removeAnimation(animation);
103 }
104 
105 } // namespace Plasma
106 
107 #include "animationgroup_p.moc"
QObject
Plasma::AnimationScriptEngine::animation
QScriptValue animation(const QString &anim)
Definition: animationscriptengine.cpp:55
QAbstractAnimation
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:32 by doxygen 1.8.7 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 API Reference

Skip menu "kdelibs 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
  • kjsembed
  •   WTF
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Nepomuk-Core
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



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