//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.TQObject; import org.kde.qt.TQIconSet; import org.kde.qt.TQWidget; /** See {@link KPrintActionSignals} for signals emitted by KPrintAction */ public class KPrintAction extends KActionMenu { protected KPrintAction(Class dummy){super((Class) null);} public static final int All = 0; public static final int Regular = 1; public static final int Specials = 2; public native TQMetaObject metaObject(); public native String className(); public KPrintAction(String text, int type, TQWidget parentWidget, TQObject parent, String name) { super((Class) null); newKPrintAction(text,type,parentWidget,parent,name); } private native void newKPrintAction(String text, int type, TQWidget parentWidget, TQObject parent, String name); public KPrintAction(String text, int type, TQWidget parentWidget, TQObject parent) { super((Class) null); newKPrintAction(text,type,parentWidget,parent); } private native void newKPrintAction(String text, int type, TQWidget parentWidget, TQObject parent); public KPrintAction(String text, int type, TQWidget parentWidget) { super((Class) null); newKPrintAction(text,type,parentWidget); } private native void newKPrintAction(String text, int type, TQWidget parentWidget); public KPrintAction(String text, int type) { super((Class) null); newKPrintAction(text,type); } private native void newKPrintAction(String text, int type); public KPrintAction(String text) { super((Class) null); newKPrintAction(text); } private native void newKPrintAction(String text); public KPrintAction(String text, TQIconSet icon, int type, TQWidget parentWidget, TQObject parent, String name) { super((Class) null); newKPrintAction(text,icon,type,parentWidget,parent,name); } private native void newKPrintAction(String text, TQIconSet icon, int type, TQWidget parentWidget, TQObject parent, String name); public KPrintAction(String text, TQIconSet icon, int type, TQWidget parentWidget, TQObject parent) { super((Class) null); newKPrintAction(text,icon,type,parentWidget,parent); } private native void newKPrintAction(String text, TQIconSet icon, int type, TQWidget parentWidget, TQObject parent); public KPrintAction(String text, TQIconSet icon, int type, TQWidget parentWidget) { super((Class) null); newKPrintAction(text,icon,type,parentWidget); } private native void newKPrintAction(String text, TQIconSet icon, int type, TQWidget parentWidget); public KPrintAction(String text, TQIconSet icon, int type) { super((Class) null); newKPrintAction(text,icon,type); } private native void newKPrintAction(String text, TQIconSet icon, int type); public KPrintAction(String text, TQIconSet icon) { super((Class) null); newKPrintAction(text,icon); } private native void newKPrintAction(String text, TQIconSet icon); public KPrintAction(String text, String icon, int type, TQWidget parentWidget, TQObject parent, String name) { super((Class) null); newKPrintAction(text,icon,type,parentWidget,parent,name); } private native void newKPrintAction(String text, String icon, int type, TQWidget parentWidget, TQObject parent, String name); public KPrintAction(String text, String icon, int type, TQWidget parentWidget, TQObject parent) { super((Class) null); newKPrintAction(text,icon,type,parentWidget,parent); } private native void newKPrintAction(String text, String icon, int type, TQWidget parentWidget, TQObject parent); public KPrintAction(String text, String icon, int type, TQWidget parentWidget) { super((Class) null); newKPrintAction(text,icon,type,parentWidget); } private native void newKPrintAction(String text, String icon, int type, TQWidget parentWidget); public KPrintAction(String text, String icon, int type) { super((Class) null); newKPrintAction(text,icon,type); } private native void newKPrintAction(String text, String icon, int type); public KPrintAction(String text, String icon) { super((Class) null); newKPrintAction(text,icon); } private native void newKPrintAction(String text, String icon); public static native KPrintAction exportAll(TQWidget parentWidget, TQObject parent, String name); public static native KPrintAction exportAll(TQWidget parentWidget, TQObject parent); public static native KPrintAction exportAll(TQWidget parentWidget); public static native KPrintAction exportAll(); public static native KPrintAction exportRegular(TQWidget parentWidget, TQObject parent, String name); public static native KPrintAction exportRegular(TQWidget parentWidget, TQObject parent); public static native KPrintAction exportRegular(TQWidget parentWidget); public static native KPrintAction exportRegular(); public static native KPrintAction exportSpecial(TQWidget parentWidget, TQObject parent, String name); public static native KPrintAction exportSpecial(TQWidget parentWidget, TQObject parent); public static native KPrintAction exportSpecial(TQWidget parentWidget); public static native KPrintAction exportSpecial(); protected native void initialize(int type, TQWidget parentWidget); protected native void slotAboutToShow(); protected native void slotActivated(int arg1); /** 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(); }