QBasicTimer Class Reference

QBasicTimer Class Reference

#include <qbasictimer.h>

Class Description

Definition at line 55 of file qbasictimer.h.

Public Member Functions

 QBasicTimer ()
 
 ~QBasicTimer ()
 
bool isActive () const
 
int timerId () const
 
void start (int msec, QObject *obj)
 
void stop ()
 

Constructor & Destructor Documentation

QBasicTimer ( )
inline

Definition at line 59 of file qbasictimer.h.

59 : id(0) {}
GLuint id
Definition: GLee.h:1552
~QBasicTimer ( )
inline

Definition at line 60 of file qbasictimer.h.

60 { if (id) stop(); }

Member Function Documentation

bool isActive ( ) const
inline

Definition at line 62 of file qbasictimer.h.

62 { return id != 0; }
int timerId ( ) const
inline

Definition at line 63 of file qbasictimer.h.

63 { return id; }
GLuint id
Definition: GLee.h:1552
void start ( int  msec,
QObject obj 
)
void stop ( )

The documentation for this class was generated from the following file: