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

kopete/kopete

  • sources
  • kde-4.12
  • kdenetwork
  • kopete
  • kopete
infoeventwidget.h
Go to the documentation of this file.
1 /*
2  infoeventwidget.h - Info Event Widget
3 
4  Copyright (c) 2008 by Roman Jarosz <kedgedev@centrum.cz>
5  Kopete (c) 2008 by the Kopete developers <kopete-devel@kde.org>
6 
7  *************************************************************************
8  * *
9  * This library is free software; you can redistribute it and/or *
10  * modify it under the terms of the GNU Lesser General Public *
11  * License as published by the Free Software Foundation; either *
12  * version 2 of the License, or (at your option) any later version. *
13  * *
14  *************************************************************************
15 */
16 #ifndef INFOEVENTWIDGET_H
17 #define INFOEVENTWIDGET_H
18 
19 #include <QWidget>
20 
21 namespace Kopete { class InfoEvent; }
27 class InfoEventWidget : public QWidget
28 {
29 Q_OBJECT
30 public:
34  InfoEventWidget( QWidget *parent = 0 );
35 
36  ~InfoEventWidget();
37 
38  virtual void setVisible( bool visible );
39 
40 Q_SIGNALS:
41  void showRequest();
42 
43 public Q_SLOTS:
47  void prevInfoEvent();
48 
52  void nextInfoEvent();
53 
58  void closeInfoEvent();
59 
60 private Q_SLOTS:
61  void slotAnimate( qreal amount );
62 
63  void linkClicked( const QString& link );
64 
68  void updateInfo();
69 
70  void eventAdded( Kopete::InfoEvent* event );
71 
72  void notificationActivated();
73 
74  void notificationClosed();
75 
76 private:
77  int sizeHintHeight() const;
78 
79  class Private;
80  Private * const d;
81 };
82 
83 #endif
InfoEventWidget::prevInfoEvent
void prevInfoEvent()
Show previous info event from info event list.
Definition: infoeventwidget.cpp:90
InfoEventWidget::InfoEventWidget
InfoEventWidget(QWidget *parent=0)
Info event widget constructor.
Definition: infoeventwidget.cpp:43
QWidget
InfoEventWidget::~InfoEventWidget
~InfoEventWidget()
Definition: infoeventwidget.cpp:70
InfoEventWidget::closeInfoEvent
void closeInfoEvent()
Close current info event from info event list.
Definition: infoeventwidget.cpp:108
InfoEventWidget::showRequest
void showRequest()
InfoEventWidget
Definition: infoeventwidget.h:27
InfoEventWidget::nextInfoEvent
void nextInfoEvent()
Show next info event from info event list.
Definition: infoeventwidget.cpp:99
InfoEventWidget::setVisible
virtual void setVisible(bool visible)
Definition: infoeventwidget.cpp:75
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kopete/kopete

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

kdenetwork API Reference

Skip menu "kdenetwork API Reference"
  • kget
  • kopete
  •   kopete
  •   libkopete
  • krdc
  • krfb

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