Fraxinus  16.5.0-fx-rc9
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::ColorSelectButton Class Reference

Convenience button for chosing color. Will open a color select dialog, and color the button itself in the selected color. More...

#include <cxColorSelectButton.h>

Inheritance diagram for cx::ColorSelectButton:

Signals

void colorChanged (QColor)
 

Public Member Functions

 ColorSelectButton (QString caption, QColor color=Qt::white, QWidget *parent=NULL)
 
void setColor (QColor color)
 

Detailed Description

Convenience button for chosing color. Will open a color select dialog, and color the button itself in the selected color.

Definition at line 50 of file cxColorSelectButton.h.

Constructor & Destructor Documentation

cx::ColorSelectButton::ColorSelectButton ( QString  caption,
QColor  color = Qt::white,
QWidget *  parent = NULL 
)

Definition at line 39 of file cxColorSelectButton.cpp.

Member Function Documentation

void cx::ColorSelectButton::colorChanged ( QColor  )
signal
void cx::ColorSelectButton::setColor ( QColor  color)

Definition at line 48 of file cxColorSelectButton.cpp.


The documentation for this class was generated from the following files: