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

libs/libkdcraw/libkdcraw

  • sources
  • kde-4.14
  • kdegraphics
  • libs
  • libkdcraw
  • libkdcraw
rcombobox.h
Go to the documentation of this file.
1 
27 #ifndef RCOMBOBOX_H
28 #define RCOMBOBOX_H
29 
30 // KDE includes
31 
32 #include <khbox.h>
33 #include <kcombobox.h>
34 
35 // Local includes
36 
37 #include "libkdcraw_export.h"
38 
39 namespace KDcrawIface
40 {
41 
42 class LIBKDCRAW_EXPORT RComboBox : public KHBox
43 {
44 
45  Q_OBJECT
46 
47 public:
48 
49  RComboBox(QWidget* const parent=0);
50  ~RComboBox();
51 
52  void setCurrentIndex(int d);
53  int currentIndex() const;
54 
55  void setDefaultIndex(int d);
56  int defaultIndex() const;
57 
58  KComboBox* combo() const;
59 
60  void addItem(const QString& t, int index = -1);
61  void insertItem(int index, const QString& t);
62 
63 Q_SIGNALS:
64 
65  void reset();
66  void activated(int);
67  void currentIndexChanged(int);
68 
69 public Q_SLOTS:
70 
71  void slotReset();
72 
73 private Q_SLOTS:
74 
75  void slotItemActivated(int);
76  void slotCurrentIndexChanged(int);
77 
78 private:
79 
80  class Private;
81  Private* const d;
82 };
83 
84 } // namespace KDcrawIface
85 
86 #endif /* RCOMBOBOX_H */
QWidget
LIBKDCRAW_EXPORT
#define LIBKDCRAW_EXPORT
Definition: libkdcraw_export.h:39
QString
KDcrawIface::RComboBox
Definition: rcombobox.h:42
libkdcraw_export.h
===========================================================This file is part of the KDE project ...
KHBox
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:19:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

libs/libkdcraw/libkdcraw

Skip menu "libs/libkdcraw/libkdcraw"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

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