Home
last modified time | relevance | path

Searched refs:LazyDeletor (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/source/helper/
H A Dlazydelete.cxx45 template<> LazyDeletor<Window>* LazyDeletor<Window>::s_pOneInstance = NULL;
46 template<> LazyDeletor<Menu>* LazyDeletor<Menu>::s_pOneInstance = NULL;
65 template<> bool LazyDeletor<Window>::is_less( Window* left, Window* right ) in is_less()
71 template<> bool LazyDeletor<Menu>::is_less( Menu* left, Menu* right ) in is_less()
/trunk/main/vcl/inc/vcl/
H A Dlazydelete.hxx102 class VCL_DLLPUBLIC LazyDeletor : public LazyDeletorBase class
104 static LazyDeletor< T >* s_pOneInstance;
131 LazyDeletor() { LazyDelete::addDeletor( this ); } in LazyDeletor() function in vcl::LazyDeletor
132 virtual ~LazyDeletor() in ~LazyDeletor()
176 s_pOneInstance = new LazyDeletor<T>(); in Delete()
/trunk/main/vcl/source/window/
H A Dmenu.cxx913 vcl::LazyDeletor<Menu>::Undelete( this ); in ~Menu()
958 vcl::LazyDeletor<Menu>::Delete( this ); in doLazyDelete()
H A Dwindow.cxx4406 vcl::LazyDeletor<Window>::Undelete( this ); in ~Window()
4829 vcl::LazyDeletor<Window>::Delete( this ); in doLazyDelete()

Completed in 84 milliseconds