org.kde.koala
public class KRadioAction extends KToggleAction
UNKNOWN: Radiobox like action.
Constructor Summary | |
---|---|
protected | KRadioAction(Class dummy) |
KRadioAction(String text, KShortcut cut, QObject parent, String name)
Constructs a radio action with text and potential keyboard
accelerator but nothing else. | |
KRadioAction(String text, KShortcut cut, QObject parent) | |
KRadioAction(String text, KShortcut cut) | |
KRadioAction(String text) | |
KRadioAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name) | |
KRadioAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent) | |
KRadioAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name) | |
KRadioAction(String text, QIconSet pix, KShortcut cut, QObject parent) | |
KRadioAction(String text, QIconSet pix, KShortcut cut) | |
KRadioAction(String text, QIconSet pix) | |
KRadioAction(String text, String pix, KShortcut cut, QObject parent, String name) | |
KRadioAction(String text, String pix, KShortcut cut, QObject parent) | |
KRadioAction(String text, String pix, KShortcut cut) | |
KRadioAction(String text, String pix) | |
KRadioAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) | |
KRadioAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent) | |
KRadioAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) | |
KRadioAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent) | |
KRadioAction(QObject parent, String name) | |
KRadioAction(QObject parent) | |
KRadioAction() |
Method Summary | |
---|---|
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
protected void | slotActivated() |
Parameters: text The text that will be displayed. cut The corresponding keyboard accelerator (shortcut). parent This action's parent. name An internal name for this action.
UNKNOWN: Constructs a radio action with text and potential keyboard accelerator but nothing else.
Parameters: text The text that will be displayed. cut The corresponding keyboard accelerator (shortcut). receiver The SLOT's parent. slot The SLOT to invoke to execute this action. parent This action's parent. name An internal name for this action.
UNKNOWN:
Parameters: text The text that will be displayed. pix The icons that go with this action. cut The corresponding keyboard accelerator (shortcut). parent This action's parent. name An internal name for this action.
UNKNOWN:
Parameters: text The text that will be displayed. pix The dynamically loaded icon that goes with this action. cut The corresponding keyboard accelerator (shortcut). parent This action's parent. name An internal name for this action.
UNKNOWN:
Parameters: text The text that will be displayed. pix The icons that go with this action. cut The corresponding keyboard accelerator (shortcut). receiver The SLOT's parent. slot The SLOT to invoke to execute this action. parent This action's parent. name An internal name for this action.
UNKNOWN:
Parameters: text The text that will be displayed. pix The dynamically loaded icon that goes with this action. cut The corresponding keyboard accelerator (shortcut). receiver The SLOT's parent. slot The SLOT to invoke to execute this action. parent This action's parent. name An internal name for this action.
UNKNOWN:
Parameters: parent This action's parent. name An internal name for this action.
UNKNOWN: