//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; /** See {@link KFontSizeActionSignals} for signals emitted by KFontSizeAction */ public class KFontSizeAction extends KSelectAction { protected KFontSizeAction(Class dummy){super((Class) null);} public native TQMetaObject metaObject(); public native String className(); public KFontSizeAction(String text, KShortcut cut, TQObject parent, String name) { super((Class) null); newKFontSizeAction(text,cut,parent,name); } private native void newKFontSizeAction(String text, KShortcut cut, TQObject parent, String name); public KFontSizeAction(String text, KShortcut cut, TQObject parent) { super((Class) null); newKFontSizeAction(text,cut,parent); } private native void newKFontSizeAction(String text, KShortcut cut, TQObject 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, TQObject receiver, String slot, TQObject parent, String name) { super((Class) null); newKFontSizeAction(text,cut,receiver,slot,parent,name); } private native void newKFontSizeAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name); public KFontSizeAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent) { super((Class) null); newKFontSizeAction(text,cut,receiver,slot,parent); } private native void newKFontSizeAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent); public KFontSizeAction(String text, TQIconSet pix, KShortcut cut, TQObject parent, String name) { super((Class) null); newKFontSizeAction(text,pix,cut,parent,name); } private native void newKFontSizeAction(String text, TQIconSet pix, KShortcut cut, TQObject parent, String name); public KFontSizeAction(String text, TQIconSet pix, KShortcut cut, TQObject parent) { super((Class) null); newKFontSizeAction(text,pix,cut,parent); } private native void newKFontSizeAction(String text, TQIconSet pix, KShortcut cut, TQObject parent); public KFontSizeAction(String text, TQIconSet pix, KShortcut cut) { super((Class) null); newKFontSizeAction(text,pix,cut); } private native void newKFontSizeAction(String text, TQIconSet pix, KShortcut cut); public KFontSizeAction(String text, TQIconSet pix) { super((Class) null); newKFontSizeAction(text,pix); } private native void newKFontSizeAction(String text, TQIconSet pix); public KFontSizeAction(String text, String pix, KShortcut cut, TQObject parent, String name) { super((Class) null); newKFontSizeAction(text,pix,cut,parent,name); } private native void newKFontSizeAction(String text, String pix, KShortcut cut, TQObject parent, String name); public KFontSizeAction(String text, String pix, KShortcut cut, TQObject parent) { super((Class) null); newKFontSizeAction(text,pix,cut,parent); } private native void newKFontSizeAction(String text, String pix, KShortcut cut, TQObject 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, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) { super((Class) null); newKFontSizeAction(text,pix,cut,receiver,slot,parent,name); } private native void newKFontSizeAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name); public KFontSizeAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent) { super((Class) null); newKFontSizeAction(text,pix,cut,receiver,slot,parent); } private native void newKFontSizeAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent); public KFontSizeAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) { super((Class) null); newKFontSizeAction(text,pix,cut,receiver,slot,parent,name); } private native void newKFontSizeAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name); public KFontSizeAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent) { super((Class) null); newKFontSizeAction(text,pix,cut,receiver,slot,parent); } private native void newKFontSizeAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent); public KFontSizeAction(TQObject parent, String name) { super((Class) null); newKFontSizeAction(parent,name); } private native void newKFontSizeAction(TQObject parent, String name); public KFontSizeAction(TQObject parent) { super((Class) null); newKFontSizeAction(parent); } private native void newKFontSizeAction(TQObject 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(); }