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

Applets

calendar.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright 2008 by Davide Bettio <davide.bettio@kdemail.net>           *
00003  *                                                                         *
00004  *   This program is free software; you can redistribute it and/or modify  *
00005  *   it under the terms of the GNU General Public License as published by  *
00006  *   the Free Software Foundation; either version 2 of the License, or     *
00007  *   (at your option) any later version.                                   *
00008  *                                                                         *
00009  *   This program 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         *
00012  *   GNU General Public License for more details.                          *
00013  *                                                                         *
00014  *   You should have received a copy of the GNU General Public License     *
00015  *   along with this program; if not, write to the                         *
00016  *   Free Software Foundation, Inc.,                                       *
00017  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA .        *
00018  ***************************************************************************/
00019 
00020 #ifndef CALENDARTEST_H
00021 #define CALENDARTEST_H
00022 
00023 #include <Plasma/PopupApplet>
00024 #include <Plasma/Label>
00025 
00026 #include "plasmaclock/calendar.h"
00027 
00028 namespace Plasma
00029 {
00030     class Svg;
00031 }
00032 
00033 class CalendarTest : public Plasma::PopupApplet
00034 {
00035     Q_OBJECT
00036     public:
00037         CalendarTest(QObject *parent, const QVariantList &args);
00038         ~CalendarTest();
00039 
00040         void init();
00041         void constraintsEvent(Plasma::Constraints constraints);
00042 
00046         QGraphicsWidget *graphicsWidget();
00047     protected slots:
00048         void configAccepted();
00049 
00050     private:
00051         void paintIcon();
00052 
00053         Plasma::Calendar *m_calendarDialog;
00054         Plasma::Svg *m_theme;
00055 };
00056 
00057 K_EXPORT_PLASMA_APPLET(calendar, CalendarTest)
00058 
00059 #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
  •   libsolidcontrol
  •   libtaskmanager
  • Plasma
  •   Animators
  •   Applets
  •   Engines
  • Solid Modules
Generated for API Reference by doxygen 1.5.7
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