• 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
countryselector.h
Go to the documentation of this file.
1 
26 #ifndef COUNTRY_SELECTOR_H
27 #define COUNTRY_SELECTOR_H
28 
29 // Qt includes
30 
31 #include <QtCore/QString>
32 #include <QtGui/QWidget>
33 
34 // KDE includes
35 
36 #include <kcombobox.h>
37 
38 // Local includes
39 
40 #include "libkexiv2_export.h"
41 
42 namespace KExiv2Iface
43 {
44 
45 class KEXIV2_EXPORT CountrySelector : public KComboBox
46 {
47 
48 public:
49 
50  CountrySelector(QWidget* parent);
51  ~CountrySelector();
52 
53  void setCountry(const QString& countryCode);
54  bool country(QString& countryCode, QString& countryName);
55 
56  static QString countryForCode(const QString& countryCode);
57 
58 private:
59 
60  class Private;
61  Private* const d;
62 };
63 
64 } // namespace KExiv2Iface
65 
66 #endif // COUNTRY_SELECTOR_H
QWidget
KExiv2Iface::CountrySelector
Definition: countryselector.h:45
KEXIV2_EXPORT
#define KEXIV2_EXPORT
Definition: libkexiv2_export.h:39
QString
libkexiv2_export.h
===========================================================This file is part of the KDE project ...
KComboBox
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:19:39 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