source: trunk/doc/src/porting/porting4-removedvirtual.qdocinc@ 603

Last change on this file since 603 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 46.9 KB
Line 
1\row \o void QAccessibleInterface::clearSelection() \o Port to the new QAccessibleInterface API.
2\row \o int QAccessibleInterface::controlAt(int, int) const \o Port to the new QAccessibleInterface API.
3\row \o bool QAccessibleInterface::doDefaultAction(int) \o Port to the new QAccessibleInterface API.
4\row \o QMemArray<int> QAccessibleInterface::selection() const \o Port to the new QAccessibleInterface API.
5\row \o bool QAccessibleInterface::setFocus(int) \o Port to the new QAccessibleInterface API.
6\row \o bool QAccessibleInterface::setSelected(int, bool, bool) \o Port to the new QAccessibleInterface API.
7\row \o bool QAction::addTo(QWidget *) \o Use Q3Action instead or port to the new QAction API.
8\row \o void QAction::addedTo(QWidget *, QWidget *) \o Use Q3Action instead or port to the new QAction API.
9\row \o void QAction::addedTo(int, QPopupMenu *) \o Use Q3Action instead or port to the new QAction API.
10\row \o bool QAction::removeFrom(QWidget *) \o Use Q3Action instead or port to the new QAction API.
11\row \o void QAction::setAccel(const QKeySequence &) \o Use Q3Action instead or port to the new QAction API.
12\row \o void QAction::setEnabled(bool) \o Use Q3Action instead or port to the new QAction API.
13\row \o void QAction::setIconSet(const QIcon &) \o Use Q3Action instead or port to the new QAction API.
14\row \o void QAction::setMenuText(const QString &) \o Use Q3Action instead or port to the new QAction API.
15\row \o void QAction::setOn(bool) \o Use Q3Action instead or port to the new QAction API.
16\row \o void QAction::setStatusTip(const QString &) \o Use Q3Action instead or port to the new QAction API.
17\row \o void QAction::setText(const QString &) \o Use Q3Action instead or port to the new QAction API.
18\row \o void QAction::setToggleAction(bool) \o Use Q3Action instead or port to the new QAction API.
19\row \o void QAction::setToolTip(const QString &) \o Use Q3Action instead or port to the new QAction API.
20\row \o void QAction::setWhatsThis(const QString &) \o Use Q3Action instead or port to the new QAction API.
21\row \o void QButton::drawButton(QPainter *) \o Use Q3Button instead or reimplement QButton::paintEvent().
22\row \o void QButton::drawButtonLabel(QPainter *) \o Use Q3Button instead or reimplement QButton::paintEvent().
23\row \o void QButton::setAccel(const QKeySequence &) \o Setter.