kdeui Library API Documentation

KListAction Class Reference

#include <kactionclasses.h>

Inheritance diagram for KListAction:

KSelectAction KAction QObject KRecentFilesAction List of all members.

Public Slots

virtual void setCurrentItem (int index)

Public Member Functions

 KListAction (const QString &text, const KShortcut &cut=KShortcut(), QObject *parent=0, const char *name=0)
 KListAction (const QString &text, const KShortcut &cut, const QObject *receiver, const char *slot, QObject *parent, const char *name=0)
 KListAction (const QString &text, const QIconSet &pix, const KShortcut &cut=KShortcut(), QObject *parent=0, const char *name=0)
 KListAction (const QString &text, const QString &pix, const KShortcut &cut=KShortcut(), QObject *parent=0, const char *name=0)
 KListAction (const QString &text, const QIconSet &pix, const KShortcut &cut, const QObject *receiver, const char *slot, QObject *parent, const char *name=0)
 KListAction (const QString &text, const QString &pix, const KShortcut &cut, const QObject *receiver, const char *slot, QObject *parent, const char *name=0)
 KListAction (QObject *parent=0, const char *name=0)
virtual ~KListAction ()
virtual QString currentText () const
virtual int currentItem () const

Protected Member Functions

virtual void virtual_hook (int id, void *data)

Detailed Description

Deprecated:
Use KSelectAction instead.

Definition at line 552 of file kactionclasses.h.


Constructor & Destructor Documentation

KListAction::KListAction const QString text,
const KShortcut cut = KShortcut(),
QObject parent = 0,
const char *  name = 0
 

Constructs a list action with text and potential keyboard accelerator but nothing else.

Use this only if you really know what you are doing.

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.

Definition at line 830 of file kactionclasses.cpp.

References KListAction().

Referenced by KListAction().

KListAction::KListAction const QString text,
const KShortcut cut,
const QObject receiver,
const char *  slot,
QObject parent,
const char *  name = 0
 

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.

Definition at line 837 of file kactionclasses.cpp.

References KListAction().

KListAction::KListAction const QString text,
const QIconSet pix,
const KShortcut cut = KShortcut(),
QObject parent = 0,
const char *  name = 0
 

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.

Definition at line 847 of file kactionclasses.cpp.

References KListAction().

KListAction::KListAction const QString text,
const QString pix,
const KShortcut cut = KShortcut(),
QObject parent = 0,
const char *  name = 0
 

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.

Definition at line 855 of file kactionclasses.cpp.

References KListAction().

KListAction::KListAction const QString text,
const QIconSet pix,
const KShortcut cut,
const QObject receiver,
const char *  slot,
QObject parent,
const char *  name = 0
 

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.

Definition at line 863 of file kactionclasses.cpp.

References KListAction().

KListAction::KListAction const QString text,
const QString pix,
const KShortcut cut,
const QObject receiver,
const char *  slot,
QObject parent,
const char *  name = 0
 

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.

Definition at line 874 of file kactionclasses.cpp.

References KListAction().

KListAction::KListAction QObject parent = 0,
const char *  name = 0
 

Parameters:
parent This action's parent.
name An internal name for this action.

Definition at line 885 of file kactionclasses.cpp.

References KListAction().

KListAction::~KListAction  )  [virtual]
 

Destructor.

Definition at line 891 of file kactionclasses.cpp.


Member Function Documentation

QString KListAction::currentText  )  const [virtual]
 

Returns the text of the currently selected item.

Reimplemented from KSelectAction.

Definition at line 906 of file kactionclasses.cpp.

References currentItem(), and KSelectAction::items().

int KListAction::currentItem  )  const [virtual]
 

Returns the index of the current item.

See also:
setCurrentItem

Reimplemented from KSelectAction.

Definition at line 914 of file kactionclasses.cpp.

Referenced by currentText().

void KListAction::setCurrentItem int  index  )  [virtual, slot]
 

Sets the currently checked item.

Parameters:
index Index of the item (remember the first item is zero).

Reimplemented from KSelectAction.

Definition at line 896 of file kactionclasses.cpp.

References setCurrentItem().

Referenced by setCurrentItem().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdeui Library Version 3.2.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 16 17:22:06 2005 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003