以下成員源於類 QCustomEvent are part of the Qt compatibility layer. We advise against using them in new code.
| QCustomEvent (int type , void * data = 0) | |
| void * | data () const |
| void | setData (void * data ) |
Constructs a custom event object with the event type and a pointer to data . The value of type must be at least as large as QEvent::User . By default, the data pointer is set to 0.
Returns a pointer to the generic event data.
另請參閱 setData ().
Sets the generic data pointer to data .
另請參閱 data ().