• 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) TDE_DEPRECATED
This is equivalent with "new KColorDrag(color, dragsource)".
Member KComboBox::itemSelected (TQListBoxItem *)
Member KDatePicker::getDate () const TDE_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 () TDE_DEPRECATED
Use backgroundTile() instead.
Member KDialogBase::getBorderWidths (int &ulx, int &uly, int &lrx, int &lry) const TDE_DEPRECATED
Do not use this method. It is included for compatibility reasons.
Member KDialogBase::getContentsRect () const TDE_DEPRECATED
Do not use this method. It is included for compatibility reasons.
Member KDialogBase::setButtonApplyText (const TQString &text=TQString::null, const TQString &tooltip=TQString::null, const TQString &quickhelp=TQString::null) TDE_DEPRECATED
. Use setButtonApply() instead.
Member KDialogBase::setButtonCancelText (const TQString &text=TQString::null, const TQString &tooltip=TQString::null, const TQString &quickhelp=TQString::null) TDE_DEPRECATED
. Use setButtonCancel() instead.
Member KDialogBase::setButtonOKText (const TQString &text=TQString::null, const TQString &tooltip=TQString::null, const TQString &quickhelp=TQString::null) TDE_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) TDE_DEPRECATED
(rounds value to a multiple of 1/100) Constructor
Member KDoubleNumInput::KDoubleNumInput (double value, TQWidget *parent=0, const char *name=0) TDE_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) TDE_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 () TDE_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) TDE_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) TDE_DEPRECATED
, will be removed in KDE 4.0 Creates a password input widget using echoMode as "echo mode".
Member KProgress::maxValue () TDE_DEPRECATED
Use totalSteps() instead
Member KProgress::setRange (int min, int max) TDE_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 TDE_DEPRECATED
Retrieves the current status, use progress() instead
Member KProgressBoxDialog::allowCancel () TDE_DEPRECATED
Member KProgressBoxDialog::buttonText () TDE_DEPRECATED
Member KProgressBoxDialog::labelText () TDE_DEPRECATED
Member KProgressBoxDialog::minimumDuration () TDE_DEPRECATED
Member KProgressDialog::allowCancel () TDE_DEPRECATED
Member KProgressDialog::buttonText () TDE_DEPRECATED
Member KProgressDialog::labelText () TDE_DEPRECATED
Member KProgressDialog::minimumDuration () TDE_DEPRECATED
Member KRootPixmap::checkAvailable (bool)
Member KRuler::setValuePerBigMark (int) TDE_DEPRECATED
This method has no effect other than an update. Do not use.
Member KRuler::setValuePerLittleMark (int) TDE_DEPRECATED
This method has no effect other than an update. Do not use.
Member KRuler::setValuePerMediumMark (int) TDE_DEPRECATED
This method has no effect other than an update. Do not use.
Member KSpell::modalCheck (TQString &text) TDE_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)
. 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)
. 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 TDE_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) TDE_DEPRECATED
. Shouldn't be used. No substitute available.
Member TDEAction::setAccel (int key) TDE_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 TQString &pix, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TQObject *parent, const char *name=0)
Member TDEAction::TDEAction (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=TDEShortcut(), TQObject *parent=0, const char *name=0)
Member TDEAction::TDEAction (const TQString &text, const TQIconSet &pix, 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 TDEShortcut &cut=TDEShortcut(), TQObject *parent=0, const char *name=0)
Member TDEAction::unplugAccel () TDE_DEPRECATED
. Complement method to plugAccel(). Disconnect this action from the TDEAccel.
Member TDEActionCollection::accel () TDE_DEPRECATED
Deprecated because of ambiguous name. Use tdeaccel()
Member TDEActionCollection::accel () const TDE_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 TDE_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) TDE_DEPRECATED
Member TDEListView::setFullWidth () TDE_DEPRECATED
Member TDEMainWindow::sizeForCentralWidgetSize (TQSize size) TDE_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) TDE_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) TDE_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) TDE_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) TDE_DEPRECATED
Constructs a title widget with the specified pixmap and colors.
Member TDESelectAction::setRemoveAmpersandsInCombo (bool b) TDE_DEPRECATED
See setMenuAccelsEnabled .
Member TDEToolBar::BarStatus
Member TDEToolBar::enable (BarStatus stat) TDE_DEPRECATED
Member TDEToolBar::enableFloating (bool flag) TDE_DEPRECATED
Member TDEToolBar::enableMoving (bool flag=true) TDE_DEPRECATED
use setMovingEnabled(bool) instead.
Member TDEToolBar::maxHeight () TDE_DEPRECATED
Use maximumHeight() instead.
Member TDEToolBar::maxWidth () TDE_DEPRECATED
Member TDEToolBar::setMaxHeight (int h) TDE_DEPRECATED
Member TDEToolBar::setMaxWidth (int dw) TDE_DEPRECATED
Member TDEToolBarButton::setDefaultIcon (const TQString &icon) TDE_DEPRECATED
Force the button to use this icon as the default one rather then generating it using effects.
Member TDEToolBarButton::setDefaultPixmap (const TQPixmap &pixmap) TDE_DEPRECATED
Force the button to use this pixmap as the default one rather then generating it using effects.
Member TDEToolBarButton::setDisabledIcon (const TQString &icon) TDE_DEPRECATED
Force the button to use this icon when disabled one rather then generating it using effects.
Member TDEToolBarButton::setDisabledPixmap (const TQPixmap &pixmap) TDE_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) TDE_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.9.4
This website is maintained by Timothy Pearson.