//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(); }