37class GUI_EXPORT 
QgsColorDialog : 
public QDialog, 
private Ui::QgsColorDialogBase
 
   60    void setTitle( 
const QString &title );
 
   67    void setAllowOpacity( 
bool allowOpacity );
 
   77    static QColor getColor( 
const QColor &initialColor, QWidget *parent, 
const QString &title = QString(), 
bool allowOpacity = 
false );
 
   93    void setColor( 
const QColor &color );
 
   96    void closeEvent( QCloseEvent *e ) 
override;
 
  100    void mButtonBox_accepted();
 
  101    void mButtonBox_rejected();
 
  102    void mButtonBox_clicked( QAbstractButton *button );
 
  107    QColor mPreviousColor;
 
  109    bool mAllowOpacity = 
true;