• Skip to content
  • Skip to link menu
KDE 4.1 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

Applets

applet.h

Go to the documentation of this file.
00001 /*  
00002     Copyright 2007 Robert Knight <robertknight@gmail.com>
00003 
00004     This library is free software; you can redistribute it and/or
00005     modify it under the terms of the GNU Library General Public
00006     License as published by the Free Software Foundation; either
00007     version 2 of the License, or (at your option) any later version.
00008 
00009     This library is distributed in the hope that it will be useful,
00010     but WITHOUT ANY WARRANTY; without even the implied warranty of
00011     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012     Library General Public License for more details.
00013 
00014     You should have received a copy of the GNU Library General Public License
00015     along with this library; see the file COPYING.LIB.  If not, write to
00016     the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00017     Boston, MA 02110-1301, USA.
00018 */
00019 
00020 #ifndef APPLET_H
00021 #define APPLET_H
00022 
00023 // KDE
00024 #include <KIcon>
00025 
00026 // Plasma
00027 #include <plasma/applet.h>
00028 
00029 namespace Kickoff
00030 {
00031     class Launcher;
00032 }
00033 namespace Plasma
00034 {
00035     class Icon;
00036     class PushButton;
00037 }
00038 
00039 class LauncherApplet : public Plasma::Applet
00040 {
00041 Q_OBJECT
00042 
00043 public:
00044         LauncherApplet(QObject *parent, const QVariantList &args);
00045         virtual ~LauncherApplet();
00046 
00047         void init();
00048 
00049         void constraintsEvent(Plasma::Constraints constraints);
00050 
00051         virtual QList<QAction*> contextualActions();
00052 
00053 public slots:
00054         void switchMenuStyle();
00055         void startMenuEditor();
00056 
00057 protected slots:
00058         void configAccepted();
00059         void toggleMenu();
00060         void toggleMenu(bool pressed);
00061 
00062 protected:
00063         void createConfigurationInterface(KConfigDialog *parent);
00064 
00065 private:
00066         class Private;
00067         Private * const d;
00068 };
00069 
00070 K_EXPORT_PLASMA_APPLET(launcher, LauncherApplet)
00071 
00072 #endif

Applets

Skip menu "Applets"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

API Reference

Skip menu "API Reference"
  • KWin
  •   KWin Libraries
  • Libraries
  •   libkworkspace
  •   libplasma
  •   libsolidcontrol
  •   libtaskmanager
  • Plasma
  •   Animators
  •   Applets
  •   Engines
  • Solid Modules
Generated for API Reference by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal