Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions

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.

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.

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


Copyright © 2008 Nokia Trademarks
Qt 4.4.3