wxAccordion
Public Member Functions | Public Attributes | Friends | List of all members
wxEvent Class Referenceabstract
+ Inheritance diagram for wxEvent:

Public Member Functions

 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
 
virtual wxEventClone () const =0
 
virtual wxEventCategory GetEventCategory () 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 Attributes

wxObjectm_callbackUserData
 

Friends

class WXDLLIMPEXP_FWD_BASE wxPropagateOnce
 
class WXDLLIMPEXP_FWD_BASE wxEventProcessInHandlerOnly