summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QHeaderSignals.java
blob: 011edeb3d0850996e213749625089d761a043392 (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 TQHeaderSignals {
	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);
}