wxAccordion
Public Types | Public Member Functions | List of all members
wxAsyncMethodCallEvent1< T, T1 > Class Template Reference
+ Inheritance diagram for wxAsyncMethodCallEvent1< T, T1 >:

Public Types

typedef T ObjectType
 
typedef void(ObjectType::* MethodType )(T1 x1)
 
typedef wxRemoveRef< T1 >::type ParamType1
 

Public Member Functions

 wxAsyncMethodCallEvent1 (ObjectType *object, MethodType method, const ParamType1 &x1)
 
 wxAsyncMethodCallEvent1 (const wxAsyncMethodCallEvent1 &other)
 
virtual wxEventClone () const
 
virtual void Execute ()
 
- Public Member Functions inherited from wxAsyncMethodCallEvent
 wxAsyncMethodCallEvent (wxObject *object)
 
 wxAsyncMethodCallEvent (const wxAsyncMethodCallEvent &other)
 
- 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
 

Additional Inherited Members

- Public Attributes inherited from wxEvent
wxObjectm_callbackUserData