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

Public Member Functions

void Expanded (QModelIndex index)
 
 
void Collapsed (QModelIndex index)
 
 
- Public Member Functions inherited from QtGui.IQAbstractItemViewSignals
void Pressed (QModelIndex index)
 
 
void Clicked (QModelIndex index)
 
 
void DoubleClicked (QModelIndex index)
 
 
void Activated (QModelIndex index)
 
 
void Entered (QModelIndex index)
 
 
void ViewportEntered ()
 
 

Member Function Documentation

void QtGui.IQTreeViewSignals.Collapsed ( QModelIndex  index)

This signal is emitted when the item specified by index is collapsed.

void QtGui.IQTreeViewSignals.Expanded ( QModelIndex  index)

This signal is emitted when the item specified by index is expanded.

See also setExpanded().