summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QHeaderSignals.java
blob: 2a48cda33c8829719474060b7bd21d081d280ea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;


public interface QHeaderSignals {
	void clicked(int section);
	void pressed(int section);
	void released(int section);
	void sizeChange(int section, int oldSize, int newSize);
	void indexChange(int section, int fromIndex, int toIndex);
	void sectionClicked(int arg1);
	void moved(int arg1, int arg2);
	void sectionHandleDoubleClicked(int section);
}