#include <QtGui/qcolordialog.h>
#ifndef QCOLORDIALOG_H
#ifndef QT_NO_COLORDIALOG
class QColorDialog: public QDialog{
public: virtual struct QMetaObject const * metaObject() const
public: static struct QMetaObject const staticMetaObject;
public: virtual void* qt_metacast(char const *);
public: static inline class QString tr(char const * s, char const * c = 0);
public: static inline class QString trUtf8(char const * s, char const * c = 0);
public: static inline class QString tr(char const * s, char const * c, int n);
public: static inline class QString trUtf8(char const * s, char const * c, int n);
public: virtual int qt_metacall(enum QMetaObject::Call, int, void* *);
private: inline struct QColorDialogPrivate* d_func();
private: inline struct QColorDialogPrivate const * d_func() const
public: static class QColor getColor(class QColor const & init = Qt::white, class QWidget* parent = 0);
public: static QRgb getRgba(QRgb, bool* ok = 0, class QWidget* parent = 0);
public: static int customCount();
public: static QRgb customColor(int);
public: static void setCustomColor(int, QRgb);
public: static void setStandardColor(int, QRgb);
private: virtual ~QColorDialog();
private: explicit QColorDialog(class QWidget* parent = 0, bool modal = 0);
private: void setColor(class QColor const &);
private: class QColor color() const
private: bool selectColor(class QColor const &);
private: void setSelectedAlpha(int);
private: int selectedAlpha() const
private: void showCustom(bool = 1);
private: QColorDialog(class QColorDialog const &);
private: class QColorDialog& operator =(class QColorDialog const &);
friend struct QColorDialogPrivate;
friend struct QColorShower;
};
#endif // QT_NO_COLORDIALOG
#endif // QCOLORDIALOG_H