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/KFontSizeAction.java

134 lines
5.9 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;
/**
See {@link KFontSizeActionSignals} for signals emitted by KFontSizeAction
*/
public class KFontSizeAction extends KSelectAction {
protected KFontSizeAction(Class dummy){super((Class) null);}
public native QMetaObject metaObject();
public native String className();
public KFontSizeAction(String text, KShortcut cut, QObject parent, String name) {
super((Class) null);
newKFontSizeAction(text,cut,parent,name);
}
private native void newKFontSizeAction(String text, KShortcut cut, QObject parent, String name);
public KFontSizeAction(String text, KShortcut cut, QObject parent) {
super((Class) null);
newKFontSizeAction(text,cut,parent);
}
private native void newKFontSizeAction(String text, KShortcut cut, QObject parent);
public KFontSizeAction(String text, KShortcut cut) {
super((Class) null);
newKFontSizeAction(text,cut);
}
private native void newKFontSizeAction(String text, KShortcut cut);
public KFontSizeAction(String text) {
super((Class) null);
newKFontSizeAction(text);
}
private native void newKFontSizeAction(String text);
public KFontSizeAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
super((Class) null);
newKFontSizeAction(text,cut,receiver,slot,parent,name);
}
private native void newKFontSizeAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
public KFontSizeAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent) {
super((Class) null);
newKFontSizeAction(text,cut,receiver,slot,parent);
}
private native void newKFontSizeAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent);
public KFontSizeAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name) {
super((Class) null);
newKFontSizeAction(text,pix,cut,parent,name);
}
private native void newKFontSizeAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name);
public KFontSizeAction(String text, QIconSet pix, KShortcut cut, QObject parent) {
super((Class) null);
newKFontSizeAction(text,pix,cut,parent);
}
private native void newKFontSizeAction(String text, QIconSet pix, KShortcut cut, QObject parent);
public KFontSizeAction(String text, QIconSet pix, KShortcut cut) {
super((Class) null);
newKFontSizeAction(text,pix,cut);
}
private native void newKFontSizeAction(String text, QIconSet pix, KShortcut cut);
public KFontSizeAction(String text, QIconSet pix) {
super((Class) null);
newKFontSizeAction(text,pix);
}
private native void newKFontSizeAction(String text, QIconSet pix);
public KFontSizeAction(String text, String pix, KShortcut cut, QObject parent, String name) {
super((Class) null);
newKFontSizeAction(text,pix,cut,parent,name);
}
private native void newKFontSizeAction(String text, String pix, KShortcut cut, QObject parent, String name);
public KFontSizeAction(String text, String pix, KShortcut cut, QObject parent) {
super((Class) null);
newKFontSizeAction(text,pix,cut,parent);
}
private native void newKFontSizeAction(String text, String pix, KShortcut cut, QObject parent);
public KFontSizeAction(String text, String pix, KShortcut cut) {
super((Class) null);
newKFontSizeAction(text,pix,cut);
}
private native void newKFontSizeAction(String text, String pix, KShortcut cut);
public KFontSizeAction(String text, String pix) {
super((Class) null);
newKFontSizeAction(text,pix);
}
private native void newKFontSizeAction(String text, String pix);
public KFontSizeAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
super((Class) null);
newKFontSizeAction(text,pix,cut,receiver,slot,parent,name);
}
private native void newKFontSizeAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
public KFontSizeAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent) {
super((Class) null);
newKFontSizeAction(text,pix,cut,receiver,slot,parent);
}
private native void newKFontSizeAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent);
public KFontSizeAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
super((Class) null);
newKFontSizeAction(text,pix,cut,receiver,slot,parent,name);
}
private native void newKFontSizeAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
public KFontSizeAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent) {
super((Class) null);
newKFontSizeAction(text,pix,cut,receiver,slot,parent);
}
private native void newKFontSizeAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent);
public KFontSizeAction(QObject parent, String name) {
super((Class) null);
newKFontSizeAction(parent,name);
}
private native void newKFontSizeAction(QObject parent, String name);
public KFontSizeAction(QObject parent) {
super((Class) null);
newKFontSizeAction(parent);
}
private native void newKFontSizeAction(QObject parent);
public KFontSizeAction() {
super((Class) null);
newKFontSizeAction();
}
private native void newKFontSizeAction();
public native int fontSize();
public native void setFontSize(int size);
protected native void slotActivated(int arg1);
protected native void slotActivated(String arg1);
protected native void slotActivated();
/** 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();
}