WARNING: USE THIS SOFTWARE AT YOUR OWN RISK! THIS IS EXPERIMENTAL SOFTWARE NOT INTENDED FOR PRODUCTION USE! Zuble is currently an early stage prototype. As such Zuble is minimally tested and inherently unstable. It is provided for experimental, development, and demonstration purposes only. Zuble QML Types   |  Zuble C++ Classes   |  Zuble Overview
Zuble  0.1
Zuble Framework C++/QML extension API
Public Member Functions | Public Attributes | List of all members
Zbl::ZblApp::TimerMethodCall Class Reference

This inner class allows ZblApp to store javascript function pointers that are used to provide timer support to Zuble background threads. More...

Public Member Functions

 TimerMethodCall ()
 
 TimerMethodCall (const QJSValue &func, const QJSValue &arg)
 
 TimerMethodCall (const TimerMethodCall &source)
 

Public Attributes

QJSValue timerFunc
 
QJSValue timerArg
 

Detailed Description

This inner class allows ZblApp to store javascript function pointers that are used to provide timer support to Zuble background threads.

Definition at line 91 of file ZblApp.h.

Constructor & Destructor Documentation

◆ TimerMethodCall() [1/3]

Zbl::ZblApp::TimerMethodCall::TimerMethodCall ( )
inline

Definition at line 94 of file ZblApp.h.

◆ TimerMethodCall() [2/3]

Zbl::ZblApp::TimerMethodCall::TimerMethodCall ( const QJSValue &  func,
const QJSValue &  arg 
)
inline

Definition at line 95 of file ZblApp.h.

◆ TimerMethodCall() [3/3]

Zbl::ZblApp::TimerMethodCall::TimerMethodCall ( const TimerMethodCall source)
inline

Definition at line 97 of file ZblApp.h.

Member Data Documentation

◆ timerArg

QJSValue Zbl::ZblApp::TimerMethodCall::timerArg

Definition at line 101 of file ZblApp.h.

Referenced by TimerMethodCall().

◆ timerFunc

QJSValue Zbl::ZblApp::TimerMethodCall::timerFunc

Definition at line 100 of file ZblApp.h.

Referenced by Zbl::ZblApp::timerEvent(), and TimerMethodCall().


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