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/kdejava/koala/org/kde/koala/KPrintAction.java

119 lines
5.4 KiB

//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;
import org.kde.qt.Qt;
import org.kde.qt.QMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.QObject;
import org.kde.qt.QIconSet;
import org.kde.qt.QWidget;
/**
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 QMetaObject metaObject();
public native String className();
public KPrintAction(String text, int type, QWidget parentWidget, QObject parent, String name) {
super((Class) null);
newKPrintAction(text,type,parentWidget,parent,name);
}
private native void newKPrintAction(String text, int type, QWidget parentWidget, QObject parent, String name);
public KPrintAction(String text, int type, QWidget parentWidget, QObject parent) {
super((Class) null);
newKPrintAction(text,type,parentWidget,parent);
}
private native void newKPrintAction(String text, int type, QWidget parentWidget, QObject parent);
public KPrintAction(String text, int type, QWidget parentWidget) {
super((Class) null);
newKPrintAction(text,type,parentWidget);
}
private native void newKPrintAction(String text, int type, QWidget 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, QIconSet icon, int type, QWidget parentWidget, QObject parent, String name) {
super((Class) null);
newKPrintAction(text,icon,type,parentWidget,parent,name);
}
private native void newKPrintAction(String text, QIconSet icon, int type, QWidget parentWidget, QObject parent, String name);
public KPrintAction(String text, QIconSet icon, int type, QWidget parentWidget, QObject parent) {
super((Class) null);
newKPrintAction(text,icon,type,parentWidget,parent);
}
private native void newKPrintAction(String text, QIconSet icon, int type, QWidget parentWidget, QObject parent);
public KPrintAction(String text, QIconSet icon, int type, QWidget parentWidget) {
super((Class) null);
newKPrintAction(text,icon,type,parentWidget);
}
private native void newKPrintAction(String text, QIconSet icon, int type, QWidget parentWidget);
public KPrintAction(String text, QIconSet icon, int type) {
super((Class) null);
newKPrintAction(text,icon,type);
}
private native void newKPrintAction(String text, QIconSet icon, int type);
public KPrintAction(String text, QIconSet icon) {
super((Class) null);
newKPrintAction(text,icon);
}
private native void newKPrintAction(String text, QIconSet icon);
public KPrintAction(String text, String icon, int type, QWidget parentWidget, QObject parent, String name) {
super((Class) null);
newKPrintAction(text,icon,type,parentWidget,parent,name);
}
private native void newKPrintAction(String text, String icon, int type, QWidget parentWidget, QObject parent, String name);
public KPrintAction(String text, String icon, int type, QWidget parentWidget, QObject parent) {
super((Class) null);
newKPrintAction(text,icon,type,parentWidget,parent);
}
private native void newKPrintAction(String text, String icon, int type, QWidget parentWidget, QObject parent);
public KPrintAction(String text, String icon, int type, QWidget parentWidget) {
super((Class) null);
newKPrintAction(text,icon,type,parentWidget);
}
private native void newKPrintAction(String text, String icon, int type, QWidget 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(QWidget parentWidget, QObject parent, String name);
public static native KPrintAction exportAll(QWidget parentWidget, QObject parent);
public static native KPrintAction exportAll(QWidget parentWidget);
public static native KPrintAction exportAll();
public static native KPrintAction exportRegular(QWidget parentWidget, QObject parent, String name);
public static native KPrintAction exportRegular(QWidget parentWidget, QObject parent);
public static native KPrintAction exportRegular(QWidget parentWidget);
public static native KPrintAction exportRegular();
public static native KPrintAction exportSpecial(QWidget parentWidget, QObject parent, String name);
public static native KPrintAction exportSpecial(QWidget parentWidget, QObject parent);
public static native KPrintAction exportSpecial(QWidget parentWidget);
public static native KPrintAction exportSpecial();
protected native void initialize(int type, QWidget 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();
}