• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeui
 

tdeui

Deprecated List

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

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

Member KComboBox::itemSelected (TQListBoxItem *)

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 TQString &text=TQStringnull, const TQString &tooltip=TQStringnull, const TQString &quickhelp=TQStringnull) KDE_DEPRECATED

. Use setButtonApply() instead.

Member KDialogBase::setButtonCancelText (const TQString &text=TQStringnull, const TQString &tooltip=TQStringnull, const TQString &quickhelp=TQStringnull) KDE_DEPRECATED

. Use setButtonCancel() instead.

Member KDialogBase::setButtonOKText (const TQString &text=TQStringnull, const TQString &tooltip=TQStringnull, const TQString &quickhelp=TQStringnull) KDE_DEPRECATED

. Use setButtonOk() instead.

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

Member KDoubleNumInput::KDoubleNumInput (KNumInput *below, double value, TQWidget *parent=0, const char *name=0) KDE_DEPRECATED

(rounds value to a multiple of 1/100) Constructor

Member KDoubleNumInput::KDoubleNumInput (double value, TQWidget *parent=0, const char *name=0) KDE_DEPRECATED

(value is rounded to a multiple of 1/100) Constructor

Class KEdit

Use KTextEditor::Editor or KTextEdit instead.

Class KFloatValidator

Use KDoubleValidator

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

Member KKeyChooser::KKeyChooser (TDEAccel *actions, TQWidget *parent, bool bCheckAgainstStdKeys, bool bAllowLetterShortcuts, bool bAllowWinKey=false)

Member KKeyChooser::KKeyChooser (TDEGlobalAccel *actions, TQWidget *parent, bool bCheckAgainstStdKeys, bool bAllowLetterShortcuts, bool bAllowWinKey=false)

Member KKeyDialog::configureKeys (TDEActionCollection *coll, const TQString &, bool save_settings=true, TQWidget *parent=0)
Obsolete. Please use KKeyDialog::configure instead

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

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

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

Member KLineEdit::cursorAtEnd ()
TQLineEdit::end()

Member KLineEdit::setCompletedItems (const TQStringList &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.

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, TQString 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 (TQWidget *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 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 KSpell::modalCheck (TQString &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 KStdAction::action (StdAction act_enum, const TQObject *recvr, const char *slot, TDEActionCollection *parent, const char *name=0L)
. Creates an action corresponding to the KStdAction::StdAction enum.

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

Member KStdAction::showToolbar (const TQObject *recvr, const char *slot, TDEActionCollection *parent, const char *name=0) KDE_DEPRECATED
. toolbar actions are created automatically now in the Settings menu. Don't use this anymore. See: TDEMainWindow::createStandardStatusBarAction() Show/Hide the primary toolbar.

Member KStdAction::stdName (StdAction act_enum)
. Use name()

Member KTextEdit::createPopupMenu ()

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

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

Member TDEAction::plugAccel (TDEAccel *accel, bool configurable=true) KDE_DEPRECATED

. Shouldn't be used. No substitute available.

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

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

Member TDEAction::TDEAction (const TQString &text, const TQIconSet &pix, const TDEShortcut &cut=TDEShortcut(), TQObject *parent=0, const char *name=0)

Member TDEAction::TDEAction (TQObject *parent=0, const char *name=0)

Member TDEAction::TDEAction (const TQString &text, const TDEShortcut &cut=TDEShortcut(), TQObject *parent=0, const char *name=0)

Member TDEAction::TDEAction (const TQString &text, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TQObject *parent, const char *name=0)

Member TDEAction::TDEAction (const TQString &text, const TQString &pix, const TDEShortcut &cut=TDEShortcut(), TQObject *parent=0, const char *name=0)

Member TDEAction::TDEAction (const TQString &text, const TQIconSet &pix, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TQObject *parent, const char *name=0)

Member TDEAction::TDEAction (const TQString &text, const TQString &pix, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TQObject *parent, const char *name=0)

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

Member TDEActionCollection::accel () const KDE_DEPRECATED
Deprecated because of ambiguous name. Use tdeaccel()

Member TDEActionCollection::accel () KDE_DEPRECATED
Deprecated because of ambiguous name. Use tdeaccel()

Member TDEActionCollection::setXMLFile (const TQString &)

Member TDEActionCollection::xmlFile () const

Class TDEListAction
Use TDESelectAction instead.

Member TDEListView::createChildren () const KDE_DEPRECATED

Member TDEListView::doubleClicked (TQListViewItem *item, const TQPoint &pos, int c)
This is just here for binary compatibility. Use the signal in TQListView instead.

Member TDEListView::selectedItems () const

Member TDEListView::setCreateChildren (bool b) KDE_DEPRECATED

Member TDEListView::setFullWidth () KDE_DEPRECATED

Member TDEMainWindow::sizeForCentralWidgetSize (TQSize size) KDE_DEPRECATED
You normally don't need this, the recommended way to achieve a certain central widget size is as follows:

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

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

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

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

Member TDESelectAction::setRemoveAmpersandsInCombo (bool b) KDE_DEPRECATED
See setMenuAccelsEnabled .

Member TDEToolBar::BarStatus

Member TDEToolBar::enable (BarStatus stat) KDE_DEPRECATED

Member TDEToolBar::enableFloating (bool flag) KDE_DEPRECATED

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

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

Member TDEToolBar::maxWidth () KDE_DEPRECATED

Member TDEToolBar::setMaxHeight (int h) KDE_DEPRECATED

Member TDEToolBar::setMaxWidth (int dw) KDE_DEPRECATED

Member TDEToolBarButton::setDefaultIcon (const TQString &icon) KDE_DEPRECATED

Force the button to use this icon as the default one rather then generating it using effects.

Member TDEToolBarButton::setDefaultPixmap (const TQPixmap &pixmap) KDE_DEPRECATED

Force the button to use this pixmap as the default one rather then generating it using effects.

Member TDEToolBarButton::setDisabledIcon (const TQString &icon) KDE_DEPRECATED

Force the button to use this icon when disabled one rather then generating it using effects.

Member TDEToolBarButton::setDisabledPixmap (const TQPixmap &pixmap) KDE_DEPRECATED

Force the button to use this pixmap when disabled one rather then generating it using effects.

Member TDEToolBarButton::setIcon (const TQString &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 TDEToolBarButton::setPixmap (const TQPixmap &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.

tdeui

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

tdeui

Skip menu "tdeui"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeui by doxygen 1.6.3
This website is maintained by Timothy Pearson.