wxAccordion
Public Member Functions | List of all members
wxThreadEvent Class Reference
+ Inheritance diagram for wxThreadEvent:

Public Member Functions

 wxThreadEvent (wxEventType eventType=wxEVT_THREAD, int id=wxID_ANY)
 
 wxThreadEvent (const wxThreadEvent &event)
 
virtual wxEventClone () const
 
virtual wxEventCategory GetEventCategory () const
 
- Public Member Functions inherited from wxEvent
 wxEvent (int winid=0, wxEventType commandType=wxEVT_NULL)
 
void SetEventType (wxEventType typ)
 
wxEventType GetEventType () const
 
wxObjectGetEventObject () const
 
void SetEventObject (wxObject *obj)
 
long GetTimestamp () const
 
void SetTimestamp (long ts=0)
 
int GetId () const
 
void SetId (int Id)
 
wxObjectGetEventUserData () const
 
void Skip (bool skip=true)
 
bool GetSkipped () const
 
bool IsCommandEvent () const
 
bool ShouldPropagate () const
 
int StopPropagation ()
 
void ResumePropagation (int propagationLevel)
 
wxEvtHandlerGetPropagatedFrom () const
 
bool WasProcessed ()
 
void SetWillBeProcessedAgain ()
 
bool WillBeProcessedAgain ()
 
bool ShouldProcessOnlyIn (wxEvtHandler *h) const
 
void DidntHonourProcessOnlyIn ()
 
- Public Member Functions inherited from wxObject
 wxObject (const wxObject &other)
 
wxObjectoperator= (const wxObject &other)
 
bool IsKindOf (const wxClassInfo *info) const
 
wxObjectRefDataGetRefData () const
 
void SetRefData (wxObjectRefData *data)
 
void Ref (const wxObject &clone)
 
void UnRef ()
 
void UnShare ()
 
bool IsSameAs (const wxObject &o) const
 
- Public Member Functions inherited from wxEventAnyPayloadMixin
 wxDECLARE_NO_ASSIGN_CLASS (wxEventBasicPayloadMixin)
 
- Public Member Functions inherited from wxEventBasicPayloadMixin
void SetString (const wxString &s)
 
const wxString & GetString () const
 
void SetInt (int i)
 
int GetInt () const
 
void SetExtraLong (long extraLong)
 
long GetExtraLong () const
 

Additional Inherited Members

- Public Attributes inherited from wxEvent
wxObjectm_callbackUserData