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

libs/libkexiv2/libkexiv2

  • sources
  • kde-4.14
  • kdegraphics
  • libs
  • libkexiv2
  • libkexiv2
msgtextedit.h
Go to the documentation of this file.
1 
26 #ifndef MSGTEXTEDIT_H
27 #define MSGTEXTEDIT_H
28 
29 // Qt includes
30 
31 #include <QtGui/QWidget>
32 #include <QtCore/QString>
33 
34 // KDE includes
35 
36 #include <ktextedit.h>
37 
38 // Local includes
39 
40 #include "libkexiv2_export.h"
41 
42 namespace KExiv2Iface
43 {
44 
45 class KEXIV2_EXPORT MsgTextEdit : public KTextEdit
46 {
47  Q_OBJECT
48 
49 public:
50 
51  MsgTextEdit(QWidget* parent);
52  ~MsgTextEdit();
53 
54  void setClickMessage(const QString& msg);
55  QString clickMessage() const;
56 
57  void setText(const QString& txt);
58 
59 protected:
60 
61  void paintEvent(QPaintEvent*);
62  void dropEvent(QDropEvent*);
63  void focusInEvent(QFocusEvent*);
64  void focusOutEvent(QFocusEvent*);
65 
66 private:
67 
68  class Private;
69  Private* const d;
70 };
71 
72 } // namespace KExiv2Iface
73 
74 #endif /* MSGTEXTEDIT_H */
QWidget
KEXIV2_EXPORT
#define KEXIV2_EXPORT
Definition: libkexiv2_export.h:39
QDropEvent
QString
KExiv2Iface::MsgTextEdit
Definition: msgtextedit.h:45
libkexiv2_export.h
===========================================================This file is part of the KDE project ...
QPaintEvent
QFocusEvent
KTextEdit
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:19:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

libs/libkexiv2/libkexiv2

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

kdegraphics API Reference

Skip menu "kdegraphics API Reference"
  •     libkdcraw
  •     libkexiv2
  •     libkipi
  •     libksane
  • okular

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