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


public interface QPaintDeviceInterface {
		int devType();
		boolean isExtDev();
		boolean paintingActive();
		void setResolution(int arg1);
		int resolution();
}