summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QLocalFs.java
blob: 48e5fbdc47e56fbd95db803b2b0eedb2d825fe6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;

import org.kde.qt.Qt;

public class QLocalFs extends QNetworkProtocol  {
	protected QLocalFs(Class dummy){super((Class) null);}
	public native QMetaObject metaObject();
	public native String className();
	public QLocalFs() {
		super((Class) null);
		newQLocalFs();
	}
	private native void newQLocalFs();
	public native int supportedOperations();
	public static native String tr(String arg1, String arg2);
	public static native String tr(String arg1);
	protected native void operationListChildren(QNetworkOperation op);
	protected native void operationMkDir(QNetworkOperation op);
	protected native void operationRemove(QNetworkOperation op);
	protected native void operationRename(QNetworkOperation op);
	protected native void operationGet(QNetworkOperation op);
	protected native void operationPut(QNetworkOperation op);
	/** Deletes the wrapped C++ instance */
	protected native void finalize() throws InternalError;
	/** Delete the wrapped C++ instance ahead of finalize() */
	public native void dispose();
	/** Has the wrapped C++ instance been deleted? */
	public native boolean isDisposed();
}