Qt 4.8
Public Functions | Public Variables | List of all members
MacTimerInfo Struct Reference

#include <qeventdispatcher_mac_p.h>

Public Functions

bool operator== (const MacTimerInfo &other)
 

Public Variables

int id
 
int interval
 
QObjectobj
 
bool pending
 
CFRunLoopTimerRef runLoopTimer
 

Detailed Description

Definition at line 138 of file qeventdispatcher_mac_p.h.

Functions

◆ operator==()

bool MacTimerInfo::operator== ( const MacTimerInfo other)
inline

Definition at line 144 of file qeventdispatcher_mac_p.h.

145  {
146  return (id == other.id);
147  }

Properties

◆ id

int MacTimerInfo::id

◆ interval

int MacTimerInfo::interval

◆ obj

QObject* MacTimerInfo::obj

◆ pending

bool MacTimerInfo::pending

◆ runLoopTimer

CFRunLoopTimerRef MacTimerInfo::runLoopTimer

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