Home
last modified time | relevance | path

Searched refs:wxObjectEventFunctor (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Devent.h240 class WXDLLIMPEXP_BASE wxObjectEventFunctor : public wxEventFunctor
253 const wxObjectEventFunctor &other = in IsMatching()
254 static_cast< const wxObjectEventFunctor & >( functor ); in IsMatching()
280 wxObjectEventFunctor() { } in wxObjectEventFunctor() function
282 WX_DECLARE_TYPEINFO_INLINE(wxObjectEventFunctor)
286 inline wxObjectEventFunctor *
291 return new wxObjectEventFunctor(method, handler); in wxNewEventFunctor()
295 inline wxObjectEventFunctor *
299 return new wxObjectEventFunctor(method, NULL); in wxNewEventTableFunctor()
302 inline wxObjectEventFunctor
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Devent.h240 class WXDLLIMPEXP_BASE wxObjectEventFunctor : public wxEventFunctor
253 const wxObjectEventFunctor &other = in IsMatching()
254 static_cast< const wxObjectEventFunctor & >( functor ); in IsMatching()
280 wxObjectEventFunctor() { } in wxObjectEventFunctor() function
282 WX_DECLARE_TYPEINFO_INLINE(wxObjectEventFunctor)
286 inline wxObjectEventFunctor *
291 return new wxObjectEventFunctor(method, handler); in wxNewEventFunctor()
295 inline wxObjectEventFunctor *
299 return new wxObjectEventFunctor(method, NULL); in wxNewEventTableFunctor()
302 inline wxObjectEventFunctor
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Devent.h262 class wxObjectEventFunctor : public wxEventFunctor
275 const wxObjectEventFunctor &other =
276 static_cast< const wxObjectEventFunctor & >( functor );
296 wxObjectEventFunctor() : m_handler(NULL), m_method(NULL) { }
298 WX_DECLARE_TYPEINFO_INLINE(wxObjectEventFunctor)
302 inline wxObjectEventFunctor *
307 return new wxObjectEventFunctor(method, handler);
311 inline wxObjectEventFunctor *
315 return new wxObjectEventFunctor(method, NULL);
318 inline wxObjectEventFunctor
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corewxEvtHandler.cpp111 …entry->m_fn->IsMatching(wxObjectEventFunctor((wxObjectEventFunction)&wxPyCallback::EventThunker, N… in _wxEvtHandler_Disconnect()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Devent.sip532 …entry->m_fn->IsMatching(wxObjectEventFunctor((wxObjectEventFunction)&wxPyCallback::EventThunker, N…