You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/qtjava/javalib/org/trinitydesktop/qt/TQPrintDialog.java

41 lines
1.6 KiB

//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.qt;
import org.trinitydesktop.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();
}