Searched refs:sm_handlers (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dbmpbase.cpp52 wxList wxBitmapBase::sm_handlers; member in class:wxBitmapBase
56 sm_handlers.Append(handler);
61 sm_handlers.Insert(handler);
69 sm_handlers.DeleteObject(handler);
78 wxList::compatibility_iterator node = sm_handlers.GetFirst();
91 wxList::compatibility_iterator node = sm_handlers.GetFirst();
105 wxList::compatibility_iterator node = sm_handlers.GetFirst();
118 wxList::compatibility_iterator node = sm_handlers.GetFirst();
124 sm_handlers.Erase(node);
H A Dimage.cpp118 wxList wxImage::sm_handlers; member in class:wxImage
2304 sm_handlers.Append( handler );
2325 sm_handlers.Insert( handler );
2341 sm_handlers.DeleteObject(handler);
2351 wxList::compatibility_iterator node = sm_handlers.GetFirst();
2364 wxList::compatibility_iterator node = sm_handlers.GetFirst();
2378 wxList::compatibility_iterator node = sm_handlers.GetFirst();
2390 wxList::compatibility_iterator node = sm_handlers.GetFirst();
2409 wxList::compatibility_iterator node = sm_handlers.GetFirst();
2418 sm_handlers
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Danimateg.cpp37 wxAnimationDecoderList wxAnimation::sm_handlers; member in class:wxAnimation
129 for ( wxAnimationDecoderList::compatibility_iterator node = sm_handlers.GetFirst();
180 sm_handlers.Append( handler );
200 sm_handlers.Insert( handler );
213 wxAnimationDecoderList::compatibility_iterator node = sm_handlers.GetFirst();
235 wxAnimationDecoderList::compatibility_iterator node = sm_handlers.GetFirst();
244 sm_handlers.Clear();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dbitmap.h176 static inline wxList& GetHandlers() { return sm_handlers; }
199 static wxList sm_handlers; member in class:wxBitmapBase
H A Dimage.h395 static wxList& GetHandlers() { return sm_handlers; }
414 static wxList sm_handlers; member in class:wxImage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Danimate.h52 static wxAnimationDecoderList sm_handlers; member in class:wxAnimation
55 static inline wxAnimationDecoderList& GetHandlers() { return sm_handlers; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h1920 static wxList& GetHandlers() { return sm_handlers; }
2005 static wxList sm_handlers; member in class:wxRichTextBuffer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp5750 wxList wxRichTextBuffer::sm_handlers; member in class:wxRichTextBuffer
6457 sm_handlers.Append(handler);
6463 sm_handlers.Insert( handler );
6472 sm_handlers.DeleteObject(handler);
6499 wxList::compatibility_iterator node = sm_handlers.GetFirst();
6513 wxList::compatibility_iterator node = sm_handlers.GetFirst();
6528 wxList::compatibility_iterator node = sm_handlers.GetFirst();
6546 wxList::compatibility_iterator node = sm_handlers.GetFirst();
6555 sm_handlers.Clear();

Completed in 210 milliseconds