• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

kdeui

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::accel () const KDE_DEPRECATED
. Use shortcut(). Get the keyboard accelerator associated with this action.

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

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

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::unplugAccel () KDE_DEPRECATED
. Complement method to plugAccel(). Disconnect this action from the KAccel.

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

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

Member KActionCollection::setXMLFile (const QString &)

Member KActionCollection::xmlFile () const

Member KBugReport::slotUrlClicked (const QString &)
remove in KDE4.0

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 ()
in 3.2

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

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

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::setButtonApplyText (const QString &text=QStringnull, const QString &tooltip=QStringnull, const QString &quickhelp=QStringnull) KDE_DEPRECATED
. Use setButtonApply() instead.

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

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

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 (KActionCollection *coll, const QString &, 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 (KAccel *keys, 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::setCompletedItems (const QStringList &items, bool autoSuggest)
?

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::createChildren () const KDE_DEPRECATED

Member KListView::doubleClicked (QListViewItem *item, const QPoint &pos, int c)
This is just here for binary compatibility. Use the signal in QListView instead.

Member KListView::selectedItems () const

Member KListView::setCreateChildren (bool b) KDE_DEPRECATED

Member KListView::setFullWidth () 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:

Member KPaletteTable::i18n_customColors

Member KPaletteTable::i18n_recentColors

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

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

Member KPanelApplet::requestFocus ()

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::maxValue () KDE_DEPRECATED
Use totalSteps() instead

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

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

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

Member KProgressDialog::allowCancel () KDE_DEPRECATED

Member KProgressDialog::buttonText () KDE_DEPRECATED

Member KProgressDialog::labelText () KDE_DEPRECATED

Member KProgressDialog::minimumDuration () KDE_DEPRECATED

Member KRootPixmap::checkAvailable (bool)

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

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 KSelectAction::setRemoveAmpersandsInCombo (bool b) KDE_DEPRECATED
See setMenuAccelsEnabled .

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::enable (BarStatus stat) KDE_DEPRECATED

Member KToolBar::enableFloating (bool flag) KDE_DEPRECATED

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

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

Member KToolBar::maxWidth () KDE_DEPRECATED

Member KToolBar::setMaxHeight (int h) KDE_DEPRECATED

Member KToolBar::setMaxWidth (int dw) KDE_DEPRECATED

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::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::setDisabledIcon (const QString &icon) KDE_DEPRECATED
Force the button to use this icon when disabled 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::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 KStdAction::showToolbar (const char *toolBarName, KActionCollection *parent, const char *name=0) KDE_DEPRECATED
. 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::showToolbar (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) KDE_DEPRECATED
. toolbar actions are created automatically now in the Settings menu. Don't use this anymore. See: KMainWindow::createStandardStatusBarAction() 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()

kdeui

Skip menu "kdeui"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal