Qyoto  4.0.7
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
QtGui.IQColorDialogSignals Interface Reference
Inheritance diagram for QtGui.IQColorDialogSignals:
Collaboration diagram for QtGui.IQColorDialogSignals:

Public Member Functions

void CurrentColorChanged (QColor color)
  More...
 
void ColorSelected (QColor color)
  More...
 
- Public Member Functions inherited from QtGui.IQDialogSignals
void Finished (int result)
  More...
 
void Accepted ()
  More...
 
void Rejected ()
  More...
 
- Public Member Functions inherited from QtGui.IQWidgetSignals
void CustomContextMenuRequested (QPoint pos)
  More...
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject obj=null)
  More...
 
void Destroyed ()
  More...
 

Member Function Documentation

void QtGui.IQColorDialogSignals.ColorSelected ( QColor  color)

This signal is emitted just after the user has clicked OK to select a color to use. The chosen color is specified by color.

See also color and currentColorChanged().

void QtGui.IQColorDialogSignals.CurrentColorChanged ( QColor  color)

This signal is emitted whenever the current color changes in the dialog. The current color is specified by color.

See also color and colorSelected().