Kontact Plugin Interface Library
21 #ifndef KONTACTINTERFACE_SUMMARY_H
22 #define KONTACTINTERFACE_SUMMARY_H
24 #include "kontactinterface_export.h"
30 class QDragEnterEvent;
33 namespace KontactInterface {
41 class KONTACTINTERFACE_EXPORT
Summary :
public QWidget
51 explicit Summary( QWidget *parent );
64 virtual int summaryHeight()
const;
73 QWidget *createHeader( QWidget *parent,
const QString &icon,
const QString &heading );
80 virtual QStringList configModules()
const;
86 virtual void configChanged();
93 virtual void updateSummary(
bool force =
false );
100 void message(
const QString &message );
108 void summaryWidgetDropped( QWidget *target, QWidget *widget,
int alignment );
111 virtual void mousePressEvent( QMouseEvent * );
112 virtual void mouseMoveEvent( QMouseEvent * );
113 virtual void dragEnterEvent( QDragEnterEvent * );
114 virtual void dropEvent( QDropEvent * );
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:09 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.