//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; import org.kde.qt.Qt; public class TQPrintDialog extends TQDialog { protected TQPrintDialog(Class dummy){super((Class) null);} public native TQMetaObject metaObject(); public native String className(); public TQPrintDialog(TQPrinter arg1, TQWidget parent, String name) { super((Class) null); newTQPrintDialog(arg1,parent,name); } private native void newTQPrintDialog(TQPrinter arg1, TQWidget parent, String name); public TQPrintDialog(TQPrinter arg1, TQWidget parent) { super((Class) null); newTQPrintDialog(arg1,parent); } private native void newTQPrintDialog(TQPrinter arg1, TQWidget parent); public TQPrintDialog(TQPrinter arg1) { super((Class) null); newTQPrintDialog(arg1); } private native void newTQPrintDialog(TQPrinter arg1); public native void setPrinter(TQPrinter arg1, boolean arg2); public native void setPrinter(TQPrinter arg1); public native TQPrinter printer(); public native void addButton(TQPushButton but); public static native String tr(String arg1, String arg2); public static native String tr(String arg1); public static native boolean getPrinterSetup(TQPrinter arg1, TQWidget arg2); public static native boolean getPrinterSetup(TQPrinter arg1); public static native void setGlobalPrintDialog(TQPrintDialog 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(); }