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

Public Member Functions

 wxIdleEvent (const wxIdleEvent &event)
 
void RequestMore (bool needMore=true)
 
bool MoreRequested () const
 
virtual wxEventClone () 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
 
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
 

Static Public Member Functions

static void SetMode (wxIdleMode mode)
 
static wxIdleMode GetMode ()
 

Additional Inherited Members

- Public Attributes inherited from wxEvent
wxObjectm_callbackUserData