//Auto-generated by kalyptus. DO NOT EDIT. package org.trinitydesktop.koala; import org.trinitydesktop.qt.Qt; import org.trinitydesktop.qt.TQMetaObject; import org.trinitydesktop.qt.QtSupport; import org.trinitydesktop.qt.TQObject; import org.trinitydesktop.qt.TQIconSet; /** 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 TDERadioAction extends TDEToggleAction { protected TDERadioAction(Class dummy){super((Class) null);} public native TQMetaObject 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 TDERadioAction(String text, TDEShortcut cut, TQObject parent, String name) { super((Class) null); newTDERadioAction(text,cut,parent,name); } private native void newTDERadioAction(String text, TDEShortcut cut, TQObject parent, String name); public TDERadioAction(String text, TDEShortcut cut, TQObject parent) { super((Class) null); newTDERadioAction(text,cut,parent); } private native void newTDERadioAction(String text, TDEShortcut cut, TQObject parent); public TDERadioAction(String text, TDEShortcut cut) { super((Class) null); newTDERadioAction(text,cut); } private native void newTDERadioAction(String text, TDEShortcut cut); public TDERadioAction(String text) { super((Class) null); newTDERadioAction(text); } private native void newTDERadioAction(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 TDERadioAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name) { super((Class) null); newTDERadioAction(text,cut,receiver,slot,parent,name); } private native void newTDERadioAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name); public TDERadioAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject parent) { super((Class) null); newTDERadioAction(text,cut,receiver,slot,parent); } private native void newTDERadioAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject 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 TDERadioAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent, String name) { super((Class) null); newTDERadioAction(text,pix,cut,parent,name); } private native void newTDERadioAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent, String name); public TDERadioAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent) { super((Class) null); newTDERadioAction(text,pix,cut,parent); } private native void newTDERadioAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent); public TDERadioAction(String text, TQIconSet pix, TDEShortcut cut) { super((Class) null); newTDERadioAction(text,pix,cut); } private native void newTDERadioAction(String text, TQIconSet pix, TDEShortcut cut); public TDERadioAction(String text, TQIconSet pix) { super((Class) null); newTDERadioAction(text,pix); } private native void newTDERadioAction(String text, TQIconSet 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 TDERadioAction(String text, String pix, TDEShortcut cut, TQObject parent, String name) { super((Class) null); newTDERadioAction(text,pix,cut,parent,name); } private native void newTDERadioAction(String text, String pix, TDEShortcut cut, TQObject parent, String name); public TDERadioAction(String text, String pix, TDEShortcut cut, TQObject parent) { super((Class) null); newTDERadioAction(text,pix,cut,parent); } private native void newTDERadioAction(String text, String pix, TDEShortcut cut, TQObject parent); public TDERadioAction(String text, String pix, TDEShortcut cut) { super((Class) null); newTDERadioAction(text,pix,cut); } private native void newTDERadioAction(String text, String pix, TDEShortcut cut); public TDERadioAction(String text, String pix) { super((Class) null); newTDERadioAction(text,pix); } private native void newTDERadioAction(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 TDERadioAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name) { super((Class) null); newTDERadioAction(text,pix,cut,receiver,slot,parent,name); } private native void newTDERadioAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name); public TDERadioAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent) { super((Class) null); newTDERadioAction(text,pix,cut,receiver,slot,parent); } private native void newTDERadioAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject 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 TDERadioAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name) { super((Class) null); newTDERadioAction(text,pix,cut,receiver,slot,parent,name); } private native void newTDERadioAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name); public TDERadioAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent) { super((Class) null); newTDERadioAction(text,pix,cut,receiver,slot,parent); } private native void newTDERadioAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent); /** @param parent This action's parent. @param name An internal name for this action. @short */ public TDERadioAction(TQObject parent, String name) { super((Class) null); newTDERadioAction(parent,name); } private native void newTDERadioAction(TQObject parent, String name); public TDERadioAction(TQObject parent) { super((Class) null); newTDERadioAction(parent); } private native void newTDERadioAction(TQObject parent); public TDERadioAction() { super((Class) null); newTDERadioAction(); } private native void newTDERadioAction(); 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(); }