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 
 | 
