kdeui Library API Documentation

Deprecated List

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

Member KAction::KAction (const QString &text, const KShortcut &cut, const QObject *receiver, const char *slot, QObject *parent, const char *name=0)

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

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

Member KAction::KAction (const QString &text, const QIconSet &pix, const KShortcut &cut, const QObject *receiver, const char *slot, QObject *parent, const char *name=0)

Member KAction::KAction (const QString &text, const QString &pix, const KShortcut &cut, const QObject *receiver, const char *slot, QObject *parent, const char *name=0)

Member KAction::KAction (QObject *parent=0, const char *name=0)

Member KAction::plugAccel (KAccel *accel, bool configurable=true) KDE_DEPRECATED
. Shouldn't be used. No substitute available.

Member KAction::unplugAccel () KDE_DEPRECATED
. Complement method to plugAccel(). Disconnect this action from the KAccel.

Member KAction::accel () const KDE_DEPRECATED
. Use shortcut(). Get the keyboard accelerator associated with this action.

Member KAction::setAccel (int key) KDE_DEPRECATED
. Use setShortcut(). Sets the keyboard accelerator associated with this action.

Member KAction::setStatusText (const QString &text)
. Use setToolTip instead (they do the same thing now).

Member KAction::menuId (int i)
. for backwards compatibility.

Member KActionCollection::accel () KDE_DEPRECATED
Deprecated because of ambiguous name. Use kaccel()

Member KActionCollection::accel () const KDE_DEPRECATED
Deprecated because of ambiguous name. Use kaccel()

Member KColorDrag::makeDrag (const QColor &, QWidget *dragsource) KDE_DEPRECATED
This is equivalent with "new KColorDrag(color, dragsource)".

Member KComboBox::itemSelected (QListBoxItem *)

Member KDatePicker::getDate () const KDE_DEPRECATED

Member KDatePicker::selectWeekClicked () KDE_DEPRECATED
in 3.2

Member KDialogBase::setButtonOKText (const QString &text=QString::null, const QString &tooltip=QString::null, const QString &quickhelp=QString::null) KDE_DEPRECATED
. Use setButtonOk() instead.

Member KDialogBase::setButtonApplyText (const QString &text=QString::null, const QString &tooltip=QString::null, const QString &quickhelp=QString::null) KDE_DEPRECATED
. Use setButtonApply() instead.

Member KDialogBase::setButtonCancelText (const QString &text=QString::null, const QString &tooltip=QString::null, const QString &quickhelp=QString::null) KDE_DEPRECATED
. Use setButtonCancel() instead.

Member KDialogBase::getBackgroundTile () KDE_DEPRECATED
Use backgroundTile() instead.

Member KDialogBase::getBorderWidths (int &ulx, int &uly, int &lrx, int &lry) const KDE_DEPRECATED
Do not use this method. It is included for compatibility reasons.

Member KDialogBase::getContentsRect () const KDE_DEPRECATED
Do not use this method. It is included for compatibility reasons.

Member KDialogBase::apply () KDE_DEPRECATED
Use applyClicked() instead.

Member KDialogBase::applyPressed () KDE_DEPRECATED
Do not use this slot. Is is kept for compatibility reasons. Activated when the Apply button has been clicked

Class KDockWindow
This class is obsolete, it is provided for compatibility only. Use KSystemTray instead.

Member KDoubleNumInput::KDoubleNumInput (double value, QWidget *parent=0, const char *name=0) KDE_DEPRECATED
(value is rounded to a multiple of 1/100) Constructor

Member KDoubleNumInput::KDoubleNumInput (KNumInput *below, double value, QWidget *parent=0, const char *name=0) KDE_DEPRECATED
(rounds value to a multiple of 1/100) Constructor

Class KEdit
. Use KTextEditor::Editor or KTextEdit instead.

Class KFloatValidator
Use KDoubleValidator

Member KKeyButton::setShortcut (const KShortcut &cut) KDE_DEPRECATED
Use setShortcut( cut, false ) instead

Member KKeyChooser::KKeyChooser (KAccel *actions, QWidget *parent, bool bCheckAgainstStdKeys, bool bAllowLetterShortcuts, bool bAllowWinKey=false)

Member KKeyChooser::KKeyChooser (KGlobalAccel *actions, QWidget *parent, bool bCheckAgainstStdKeys, bool bAllowLetterShortcuts, bool bAllowWinKey=false)

Member KKeyDialog::configureKeys (KAccel *keys, bool save_settings=true, QWidget *parent=0)
Obsolete. Please use KKeyDialog::configure instead

Member KKeyDialog::configureKeys (KGlobalAccel *keys, bool save_settings=true, QWidget *parent=0)
Obsolete. Please use KKeyDialog::configure instead

Member KKeyDialog::configureKeys (KActionCollection *coll, const QString &, bool save_settings=true, QWidget *parent=0)
Obsolete. Please use KKeyDialog::configure instead

Member KLed::toggleState () KDE_DEPRECATED
, use #toggle() instead.

Member KLineEdit::cursorAtEnd ()
QLineEdit::end()

Member KLineEdit::slotAboutToShow ()
. Will be removed in the next major release!

Member KLineEdit::slotCancelled ()
. Will be removed in the next major release!

Class KLineEditDlg
Please use KInputDialog instead.

Class KListAction
Use KSelectAction instead.

Member KListView::moveItem (QListViewItem *item, QListViewItem *parent, QListViewItem *after) KDE_DEPRECATED

Member KListView::createChildren () const KDE_DEPRECATED

Member KListView::setFullWidth () KDE_DEPRECATED

Member KListView::setCreateChildren (bool b) KDE_DEPRECATED

Member KMainWindow::sizeForCentralWidgetSize (QSize size) KDE_DEPRECATED
You normally don't need this, the recommended way to achieve a certain central widget size is as follows:
  • Override sizeHint() in the central widget so that it returns the desired size.
  • Call updateGeometry() in the central widget whenever the desired size changes. This ensures that the new sizeHint() is properly propagated to any parent layout.
  • Now call adjustSize() in the mainwindow to resize the mainwindow such that the central widget will become the desired size.

Class KNamedCommand
A command which stores its name. This class mostly exists for compatibility with KDE-2.x It is more memory-efficient to use KCommand and to implement the name() method.

Member KPanelApplet::orientationChange (Orientation)
Reimplement positionChange instead.

Member KPanelApplet::popupDirection () KDE_DEPRECATED
Use position() instead.

Member KPanelApplet::popupDirectionChange (Direction)
Reimplement positionChange instead.

Member KPasswordDialog::KPasswordDialog (int type, QString prompt, bool enableKeep=false, int extraBttn=0) KDE_DEPRECATED
Variant of the previous constructor without the possibility to specify a parent. Will be removed in KDE 4.0

Member KPasswordEdit::KPasswordEdit (QWidget *parent, const char *name, int echoMode) KDE_DEPRECATED
, will be removed in KDE 4.0 Creates a password input widget using echoMode as "echo mode".

Member KPopupMenu::KPopupMenu (const QString &title, QWidget *parent=0, const char *name=0) KDE_DEPRECATED
Obsolete method provided for backwards compatibility only. Use the normal constructor and insertTitle instead.

Member KPopupMenu::setTitle (const QString &title) KDE_DEPRECATED
Obsolete method provided for backwards compatibility only. Use insertTitle and changeTitle instead.

Member KPopupTitle::KPopupTitle (KPixmapEffect::GradientType gradient, const QColor &color, const QColor &textColor, QWidget *parent=0, const char *name=0) KDE_DEPRECATED
Constructs a title widget with the specified gradient and colors.

Member KPopupTitle::KPopupTitle (const KPixmap &background, const QColor &color, const QColor &textColor, QWidget *parent=0, const char *name=0) KDE_DEPRECATED
Constructs a title widget with the specified pixmap and colors.

Member KProgress::value () const KDE_DEPRECATED
Retrieves the current status, use progress() instead

Member KProgress::setRange (int min, int max) KDE_DEPRECATED
but kept for source compatibility with KDE2's KProgress. Use setTotalSteps() instead

Member KProgress::maxValue () KDE_DEPRECATED
used totalSteps() instead

Member KProgress::setValue (int progress)
. Use setProgress(int) instead

Member KProgressDialog::labelText () KDE_DEPRECATED

Member KProgressDialog::allowCancel () KDE_DEPRECATED

Member KProgressDialog::buttonText () KDE_DEPRECATED

Member KProgressDialog::minimumDuration () KDE_DEPRECATED

Member KRootPixmap::checkAvailable (bool)

Member KRuler::setValuePerLittleMark (int) KDE_DEPRECATED
This method has no effect other than an update. Do not use.

Member KRuler::setValuePerMediumMark (int) KDE_DEPRECATED
This method has no effect other than an update. Do not use.

Member KRuler::setValuePerBigMark (int) KDE_DEPRECATED
This method has no effect other than an update. Do not use.

Member KSelectAction::setRemoveAmpersandsInCombo (bool b) KDE_DEPRECATED
See setMenuAccelsEnabled .
Since:
3.1

Member KSpell::modalCheck (QString &text) KDE_DEPRECATED
Performs a synchronous spellcheck.

Member KStatusBar::BarStatus
WARNING: This enum is only for backward compatibility and it may be removed. No method here uses it.

Member KTextEdit::createPopupMenu ()

Member KToolBar::BarStatus

Member KToolBar::enableMoving (bool flag=true) KDE_DEPRECATED
use setMovingEnabled(bool) instead.

Member KToolBar::enable (BarStatus stat) KDE_DEPRECATED

Member KToolBar::setMaxHeight (int h) KDE_DEPRECATED

Member KToolBar::maxHeight () KDE_DEPRECATED
Use maximumHeight() instead.

Member KToolBar::setMaxWidth (int dw) KDE_DEPRECATED

Member KToolBar::maxWidth () KDE_DEPRECATED

Member KToolBar::enableFloating (bool flag) KDE_DEPRECATED

Member KToolBarButton::setPixmap (const QPixmap &pixmap) KDE_DEPRECATED
Set the pixmap directly for this button. This pixmap should be the active one... the dimmed and disabled pixmaps are constructed based on this one. However, don't use this function unless you are positive that you don't want to use setIcon.

Member KToolBarButton::setDefaultPixmap (const QPixmap &pixmap) KDE_DEPRECATED
Force the button to use this pixmap as the default one rather then generating it using effects.

Member KToolBarButton::setDisabledPixmap (const QPixmap &pixmap) KDE_DEPRECATED
Force the button to use this pixmap when disabled one rather then generating it using effects.

Member KToolBarButton::setIcon (const QString &icon, bool generate)
Set the active icon for this button. The pixmap itself is loaded internally based on the icon size... .. the disabled and default pixmaps, however will only be constructed if generate is true. This function is preferred over setPixmap

Member KToolBarButton::setDefaultIcon (const QString &icon) KDE_DEPRECATED
Force the button to use this icon as the default one rather then generating it using effects.

Member KToolBarButton::setDisabledIcon (const QString &icon) KDE_DEPRECATED
Force the button to use this icon when disabled one rather then generating it using effects.

Member KStdAction::showToolbar (const QObject *recvr, const char *slot, KActionCollection *parent, const char *_name)
. toolbar actions are created automatically now in the Settings menu. Don't use this anymore. See: KMainWindow::createStandardStatusBarAction() Show/Hide the primary toolbar.
Since:
3.1

Member KStdAction::showToolbar (const char *toolBarName, KActionCollection *parent, const char *_name)
. toolbar actions are created automatically now in the Settings menu. Don't use this anymore. See: KMainWindow::setStandardToolBarMenuEnabled(bool); Show/Hide the primary toolbar.

Member KStdAction::action (StdAction act_enum, const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0L)
. Creates an action corresponding to the KStdAction::StdAction enum.

Member KStdAction::stdName (StdAction act_enum)
. Use #name
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 Fri Oct 8 11:14:36 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003