Searched refs:cbGCUpdatesMgr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dgcupdatesmgr.h3 // Purpose: Header for cbGCUpdatesMgr class.
92 class WXDLLIMPEXP_FL cbGCUpdatesMgr : public cbSimpleUpdatesMgr class in inherits:cbSimpleUpdatesMgr
94 DECLARE_DYNAMIC_CLASS( cbGCUpdatesMgr )
112 cbGCUpdatesMgr(void) {} function in class:cbGCUpdatesMgr
115 cbGCUpdatesMgr( wxFrameLayout* pPanel );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dgcupdatesmgr.cpp3 // Purpose: cbGCUpdatesMgr class, optimizing refresh using GarbageCollector
57 IMPLEMENT_DYNAMIC_CLASS( cbGCUpdatesMgr, cbSimpleUpdatesMgr )
59 cbGCUpdatesMgr::cbGCUpdatesMgr( wxFrameLayout* pPanel ) function in class:cbGCUpdatesMgr
63 void cbGCUpdatesMgr::AddItem( wxList& itemList,
79 void cbGCUpdatesMgr::OnStartChanges()
121 void cbGCUpdatesMgr::UpdateNow()
273 void cbGCUpdatesMgr::DoRepositionItems( wxList& items )
H A Dcontrolbar.cpp552 return new cbGCUpdatesMgr( this );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/fl/
H A Dfl_demo1.cpp143 mpLayout->SetUpdatesManager( new cbGCUpdatesMgr() );

Completed in 63 milliseconds