Hierarchical Edge Bundle 1.0
Signals | Public Member Functions | Properties
ColorChooser Class Reference

#include <ColorChooser.h>

List of all members.

Signals

void currentIndexChanged (int index)

Public Member Functions

 ColorChooser (QWidget *parent=0)
 ~ColorChooser (void)
QColor color () const
void setColor (QColor c)

Properties

QColor color

Detailed Description

This class creates the UI element for selecting a color

Author:
Michael Beham
Date:
3.6.2011

Constructor & Destructor Documentation

ColorChooser::ColorChooser ( QWidget *  parent = 0)

Standardconstructor which creates the widget

ColorChooser::~ColorChooser ( void  )

Standarddeconstructor


Member Function Documentation

QColor ColorChooser::color ( ) const

THis method returns the color

Returns:
[QColor] color.
void ColorChooser::currentIndexChanged ( int  index) [signal]

This signal is called, if the selected color is changed.

void ColorChooser::setColor ( QColor  c)

THis method sets the color

Parameters:
[QColor]c color.

Property Documentation

QColor ColorChooser::color [read, write]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines