Qt:Документация 4.3.2/qscrollbar-qt3

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] Qt 3 Support Members for QScrollBar

The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.



[править] Открытые функции

  • QScrollBar ( QWidget * parent, const char * name )
  • QScrollBar ( Qt::Orientation orientation, QWidget * parent, const char * name )
  • QScrollBar ( int minimum, int maximum, int lineStep, int pageStep, int value, Qt::Orientation orientation, QWidget * parent = 0, const char * name = 0 )
  • bool draggingSlider ()
  • 11 открытых функций унаследованных от QAbstractSlider
  • 60 открытых функций унаследованных от QWidget
  • 8 открытых функций унаследованных от QObject
  • 8 открытых функций унаследованных от QPaintDevice

[править] Описание функций-членов

[править]
QScrollBar::QScrollBar ( QWidget * parent, const char * name )

Use one of the constructors that doesn't take the name argument and then use setObjectName() instead.

[править]
QScrollBar::QScrollBar ( Qt::Orientation orientation, QWidget * parent, const char * name )

Use one of the constructors that doesn't take the name argument and then use setObjectName() instead.

[править]
QScrollBar::QScrollBar ( int minimum, int maximum, int lineStep, int pageStep, int value, Qt::Orientation orientation, QWidget * parent = 0, const char * name = 0 )

Use one of the constructors that doesn't take the name argument and then use setObjectName() instead.

[править]
bool QScrollBar::draggingSlider ()

Use isSliderDown() instead.


Copyright © 2007 Trolltech Trademarks
Qt 4.3.2