Searched refs:GalleryIconView (Results 1 – 4 of 4) sorted by relevance
327 DBG_NAME(GalleryIconView) in DBG_NAME() argument329 GalleryIconView::GalleryIconView( GalleryBrowser2* pParent, GalleryTheme* pTheme ) : in DBG_NAME()335 DBG_CTOR(GalleryIconView,NULL); in DBG_NAME()347 GalleryIconView::~GalleryIconView() in ~GalleryIconView()350 DBG_DTOR(GalleryIconView,NULL); in ~GalleryIconView()355 void GalleryIconView::InitSettings() in InitSettings()375 void GalleryIconView::UserDraw( const UserDrawEvent& rUDEvt ) in UserDraw()538 void GalleryIconView::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()548 void GalleryIconView::Command( const CommandEvent& rCEvt ) in Command()561 void GalleryIconView::KeyInput( const KeyEvent& rKEvt ) in KeyInput()[all …]
467 mpIconView ( new GalleryIconView( this, NULL ) ), in DBG_NAME()834 mpIconView = new GalleryIconView( this, mpCurTheme ); in SelectTheme()
99 class GalleryIconView : public ValueSet, public DropTargetHelper, public DragSourceHelper class127 GalleryIconView( GalleryBrowser2* pParent, GalleryTheme* pTheme );128 ~GalleryIconView();
95 class GalleryIconView;116 GalleryIconView* mpIconView;
Completed in 37 milliseconds