summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KFontSizeAction.java
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit90825e2392b2d70e43c7a25b8a3752299a933894 (patch)
treee33aa27f02b74604afbfd0ea4f1cfca8833d882a /kdejava/koala/org/kde/koala/KFontSizeAction.java
downloadtdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.tar.gz
tdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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();
+}