//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.TQMetaObject; import org.kde.qt.QtSupport; import org.kde.qt.TQWidget; /** Icon to show whether or not a user has root permissions. @author Preston Brown @short Icon to show whether or not a user has root permissions. @see KAuthIcon */ public class KRootPermsIcon extends KAuthIcon { protected KRootPermsIcon(Class dummy){super((Class) null);} public native TQMetaObject metaObject(); public native String className(); public KRootPermsIcon(TQWidget parent, String name) { super((Class) null); newKRootPermsIcon(parent,name); } private native void newKRootPermsIcon(TQWidget parent, String name); public KRootPermsIcon(TQWidget parent) { super((Class) null); newKRootPermsIcon(parent); } private native void newKRootPermsIcon(TQWidget parent); public KRootPermsIcon() { super((Class) null); newKRootPermsIcon(); } private native void newKRootPermsIcon(); /** return whether or not the current user has root permissions. @short return whether or not the current user has root permissions. */ public native boolean status(); public native void updateStatus(); /** 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(); }