Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

Compatibility Members for QTimer

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

QTimer class reference

Public Functions

Public Slots


Member Function Documentation

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. It behaves essentially like the above function.

Call setSingleShot(sshot) and start(msec) instead.


Copyright © 2004 Trolltech Trademarks
Qt 4.0.0-b1