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

194 lines
7.8 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;
/**
An action that operates like a radio button. At any given time
only a single action from the group will be active.
@short Radiobox like action.
*/
public class KRadioAction extends KToggleAction {
protected KRadioAction(Class dummy){super((Class) null);}
public native QMetaObject metaObject();
public native String className();
/**
Constructs a radio action with text and potential keyboard
accelerator but nothing else. Use this only if you really
know what you are doing.
@param text The text that will be displayed.
@param cut The corresponding keyboard accelerator (shortcut).
@param parent This action's parent.
@param name An internal name for this action.
@short Constructs a radio action with text and potential keyboard accelerator but nothing else.
*/
public KRadioAction(String text, KShortcut cut, QObject parent, String name) {
super((Class) null);
newKRadioAction(text,cut,parent,name);
}
private native void newKRadioAction(String text, KShortcut cut, QObject parent, String name);
public KRadioAction(String text, KShortcut cut, QObject parent) {
super((Class) null);
newKRadioAction(text,cut,parent);
}
private native void newKRadioAction(String text, KShortcut cut, QObject parent);
public KRadioAction(String text, KShortcut cut) {
super((Class) null);
newKRadioAction(text,cut);
}
private native void newKRadioAction(String text, KShortcut cut);
public KRadioAction(String text) {
super((Class) null);
newKRadioAction(text);
}
private native void newKRadioAction(String text);
/**
@param text The text that will be displayed.
@param cut The corresponding keyboard accelerator (shortcut).
@param receiver The SLOT's parent.
@param slot The SLOT to invoke to execute this action.
@param parent This action's parent.
@param name An internal name for this action.
@short
*/
public KRadioAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
super((Class) null);
newKRadioAction(text,cut,receiver,slot,parent,name);
}
private native void newKRadioAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
public KRadioAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent) {
super((Class) null);
newKRadioAction(text,cut,receiver,slot,parent);
}
private native void newKRadioAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent);
/**
@param text The text that will be displayed.
@param pix The icons that go with this action.
@param cut The corresponding keyboard accelerator (shortcut).
@param parent This action's parent.
@param name An internal name for this action.
@short
*/
public KRadioAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name) {
super((Class) null);
newKRadioAction(text,pix,cut,parent,name);
}
private native void newKRadioAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name);
public KRadioAction(String text, QIconSet pix, KShortcut cut, QObject parent) {
super((Class) null);
newKRadioAction(text,pix,cut,parent);
}
private native void newKRadioAction(String text, QIconSet pix, KShortcut cut, QObject parent);
public KRadioAction(String text, QIconSet pix, KShortcut cut) {
super((Class) null);
newKRadioAction(text,pix,cut);
}
private native void newKRadioAction(String text, QIconSet pix, KShortcut cut);
public KRadioAction(String text, QIconSet pix) {
super((Class) null);
newKRadioAction(text,pix);
}
private native void newKRadioAction(String text, QIconSet pix);
/**
@param text The text that will be displayed.
@param pix The dynamically loaded icon that goes with this action.
@param cut The corresponding keyboard accelerator (shortcut).
@param parent This action's parent.
@param name An internal name for this action.
@short
*/
public KRadioAction(String text, String pix, KShortcut cut, QObject parent, String name) {
super((Class) null);
newKRadioAction(text,pix,cut,parent,name);
}
private native void newKRadioAction(String text, String pix, KShortcut cut, QObject parent, String name);
public KRadioAction(String text, String pix, KShortcut cut, QObject parent) {
super((Class) null);
newKRadioAction(text,pix,cut,parent);
}
private native void newKRadioAction(String text, String pix, KShortcut cut, QObject parent);
public KRadioAction(String text, String pix, KShortcut cut) {
super((Class) null);
newKRadioAction(text,pix,cut);
}
private native void newKRadioAction(String text, String pix, KShortcut cut);
public KRadioAction(String text, String pix) {
super((Class) null);
newKRadioAction(text,pix);
}
private native void newKRadioAction(String text, String pix);
/**
@param text The text that will be displayed.
@param pix The icons that go with this action.
@param cut The corresponding keyboard accelerator (shortcut).
@param receiver The SLOT's parent.
@param slot The SLOT to invoke to execute this action.
@param parent This action's parent.
@param name An internal name for this action.
@short
*/
public KRadioAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
super((Class) null);
newKRadioAction(text,pix,cut,receiver,slot,parent,name);
}
private native void newKRadioAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
public KRadioAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent) {
super((Class) null);
newKRadioAction(text,pix,cut,receiver,slot,parent);
}
private native void newKRadioAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent);
/**
@param text The text that will be displayed.
@param pix The dynamically loaded icon that goes with this action.
@param cut The corresponding keyboard accelerator (shortcut).
@param receiver The SLOT's parent.
@param slot The SLOT to invoke to execute this action.
@param parent This action's parent.
@param name An internal name for this action.
@short
*/
public KRadioAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
super((Class) null);
newKRadioAction(text,pix,cut,receiver,slot,parent,name);
}
private native void newKRadioAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
public KRadioAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent) {
super((Class) null);
newKRadioAction(text,pix,cut,receiver,slot,parent);
}
private native void newKRadioAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent);
/**
@param parent This action's parent.
@param name An internal name for this action.
@short
*/
public KRadioAction(QObject parent, String name) {
super((Class) null);
newKRadioAction(parent,name);
}
private native void newKRadioAction(QObject parent, String name);
public KRadioAction(QObject parent) {
super((Class) null);
newKRadioAction(parent);
}
private native void newKRadioAction(QObject parent);
public KRadioAction() {
super((Class) null);
newKRadioAction();
}
private native void newKRadioAction();
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();
}