List of all members | Properties | Public Slots | Public Member Functions
QTimerProto Class Reference

#include <qtimerproto.h>

Inheritance diagram for QTimerProto:
QObject QScriptable

Properties

bool active
 
int interval
 
bool singleShot
 

Public Slots

void start ()
 
void start (int)
 
void stop ()
 

Public Member Functions

 QTimerProto (QObject *parent)
 
int interval () const
 
Q_INVOKABLE bool isActive () const
 
Q_INVOKABLE bool isSingleShot () const
 
Q_INVOKABLE void setInterval (int)
 
Q_INVOKABLE void setSingleShot (bool)
 
Q_INVOKABLE int timerId () const
 

Property Documentation

◆ active

bool QTimerProto::active
read

◆ interval

int QTimerProto::interval
readwrite

◆ singleShot

bool QTimerProto::singleShot
readwrite

Constructor & Destructor Documentation

◆ QTimerProto()

QTimerProto::QTimerProto ( QObject parent)

Member Function Documentation

◆ interval()

int QTimerProto::interval ( ) const

◆ isActive()

bool QTimerProto::isActive ( ) const

◆ isSingleShot()

bool QTimerProto::isSingleShot ( ) const

◆ setInterval()

void QTimerProto::setInterval ( int  msec)

◆ setSingleShot()

void QTimerProto::setSingleShot ( bool  single)

◆ start [1/2]

void QTimerProto::start ( )
slot

◆ start [2/2]

void QTimerProto::start ( int  msec)
slot

◆ stop

void QTimerProto::stop ( )
slot

◆ timerId()

int QTimerProto::timerId ( ) const

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

Generated on Fri Apr 9 2021 xTuple ERP Programmer Reference, Version 6.0.0 doxygen 1.8.17