org.kde.qt

Class QLocalFs

public class QLocalFs extends QNetworkProtocol

Constructor Summary
protected QLocalFs(Class dummy)
QLocalFs()
Method Summary
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
protected voidoperationGet(QNetworkOperation op)
protected voidoperationListChildren(QNetworkOperation op)
protected voidoperationMkDir(QNetworkOperation op)
protected voidoperationPut(QNetworkOperation op)
protected voidoperationRemove(QNetworkOperation op)
protected voidoperationRename(QNetworkOperation op)
intsupportedOperations()
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)

Constructor Detail

QLocalFs

protected QLocalFs(Class dummy)

QLocalFs

public QLocalFs()

Method Detail

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

operationGet

protected void operationGet(QNetworkOperation op)

operationListChildren

protected void operationListChildren(QNetworkOperation op)

operationMkDir

protected void operationMkDir(QNetworkOperation op)

operationPut

protected void operationPut(QNetworkOperation op)

operationRemove

protected void operationRemove(QNetworkOperation op)

operationRename

protected void operationRename(QNetworkOperation op)

supportedOperations

public int supportedOperations()

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)