Public Types | |
enum | QwuiObjectThreadChangeEventType { ObjectThreadChange = QEvent::User + 32768 } |
Public Member Functions | |
QwuiObjectThreadChangeEvent (QObject *obj, QThread *target, QSemaphore *sem) | |
virtual | ~QwuiObjectThreadChangeEvent () |
QObject * | object () const |
QThread * | targetThread () const |
QSemaphore * | semaphore () const |
Private Attributes | |
QObject * | m_object |
QThread * | m_targetThread |
QSemaphore * | m_semaphore |
QwuiObjectThreadChangeEvent::QwuiObjectThreadChangeEvent | ( | QObject * | obj, | |
QThread * | target, | |||
QSemaphore * | sem | |||
) | [inline] |
virtual QwuiObjectThreadChangeEvent::~QwuiObjectThreadChangeEvent | ( | ) | [inline, virtual] |
QObject* QwuiObjectThreadChangeEvent::object | ( | ) | const [inline] |
QThread* QwuiObjectThreadChangeEvent::targetThread | ( | ) | const [inline] |
QSemaphore* QwuiObjectThreadChangeEvent::semaphore | ( | ) | const [inline] |
QObject* QwuiObjectThreadChangeEvent::m_object [private] |
QThread* QwuiObjectThreadChangeEvent::m_targetThread [private] |
QSemaphore* QwuiObjectThreadChangeEvent::m_semaphore [private] |