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

Public Member Functions

void StateChanged (int state)
  More...
 
- Public Member Functions inherited from QtGui.IQAbstractButtonSignals
void Pressed ()
  More...
 
void Released ()
  More...
 
void Clicked (bool @checked)
  More...
 
void Clicked ()
  More...
 
void Toggled (bool @checked)
  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.IQCheckBoxSignals.StateChanged ( int  state)

This signal is emitted whenever the check box's state changes, i.e. whenever the user checks or unchecks it.

state contains the check box's new Qt::CheckState.