summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KFontSizeAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KFontSizeAction.java')
-rw-r--r--kdejava/koala/org/kde/koala/KFontSizeAction.java133
1 files changed, 133 insertions, 0 deletions
diff --git a/kdejava/koala/org/kde/koala/KFontSizeAction.java b/kdejava/koala/org/kde/koala/KFontSizeAction.java
new file mode 100644
index 00000000..76ef6362
--- /dev/null
+++ b/kdejava/koala/org/kde/koala/KFontSizeAction.java
@@ -0,0 +1,133 @@
+//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();
+}