org.kde.koala

Class KRootPermsIcon

public class KRootPermsIcon extends KAuthIcon

Icon to show whether or not a user has root permissions.

Author: Preston Brown

See Also: KAuthIcon

UNKNOWN: Icon to show whether or not a user has root permissions.

Constructor Summary
protected KRootPermsIcon(Class dummy)
KRootPermsIcon(QWidget parent, String name)
KRootPermsIcon(QWidget parent)
KRootPermsIcon()
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()
booleanstatus()
return whether or not the current user has root permissions.
voidupdateStatus()

Constructor Detail

KRootPermsIcon

protected KRootPermsIcon(Class dummy)

KRootPermsIcon

public KRootPermsIcon(QWidget parent, String name)

KRootPermsIcon

public KRootPermsIcon(QWidget parent)

KRootPermsIcon

public KRootPermsIcon()

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()

status

public boolean status()
return whether or not the current user has root permissions.

UNKNOWN: return whether or not the current user has root permissions.

updateStatus

public void updateStatus()