Qt:Документация 4.3.2/qtimer-qt3
Материал из Wiki.crossplatform.ru
![]() | Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
Содержание |
[править] Qt 3 Support Members for QTimer
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.
[править] Открытые функции
- QTimer ( QObject * parent, const char * name )
- 8 открытых функций унаследованных от QObject
[править] Открытые слоты
- void changeInterval ( int msec )
- int start ( int msec, bool sshot )
[править] Описание функций-членов
[править] QTimer::QTimer ( QObject * parent, const char * name )
Constructs a timer called name, with a parent.
[править] void QTimer::changeInterval ( int msec ) [slot]
Use setInterval(msec) or start(msec) instead.
[править] int QTimer::start ( int msec, bool sshot ) [slot]
This is an overloaded member function, provided for convenience.
Call setSingleShot(sshot) and start(msec) instead.
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|