class KRadioAction

An action that operates like a radio button. More...

Definition#include <kaction.h>
InheritsKToggleAction
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

An action that operates like a radio button. At any given time only a single action from the group will be active.

 KRadioAction ( const QString& text, int accel = 0, QObject* parent = 0, const char* name = 0 )

Construct a radio action with text and potential keyboard accelerator but nothing else. Use this only if you really know what you are doing.

Parameters:

 KRadioAction ( const QString& text, int accel, const QObject* receiver, const char* slot, QObject* parent, const char* name = 0 )

Parameters:

 KRadioAction ( const QString& text, const QIconSet& pix, int accel = 0, QObject* parent = 0, const char* name = 0 )

Parameters:

 KRadioAction ( const QString& text, const QString& pix, int accel = 0, QObject* parent = 0, const char* name = 0 )

Parameters:

 KRadioAction ( const QString& text, const QIconSet& pix, int accel, const QObject* receiver, const char* slot, QObject* parent, const char* name = 0 )

Parameters:

 KRadioAction ( const QString& text, const QString& pix, int accel, const QObject* receiver, const char* slot, QObject* parent, const char* name = 0 )

Parameters:

 KRadioAction ( QObject* parent = 0, const char* name = 0 )

Parameters:

void  slotActivated ()

[protected virtual]

Reimplemented from KToggleAction.


Generated by: prospector@porky.devel.redhat.com on Fri Nov 3 09:58:47 2000, using kdoc 2.0a42.