Searched refs:GalleryIdDialog (Results 1 – 4 of 4) sorted by relevance
224 class GalleryIdDialog : public ModalDialog class239 GalleryIdDialog( Window* pParent, GalleryTheme* pThm );240 ~GalleryIdDialog() {} in ~GalleryIdDialog()
554 GalleryIdDialog::GalleryIdDialog( Window* pParent, GalleryTheme* _pThm ) : in GalleryIdDialog() function in GalleryIdDialog571 aBtnOk.SetClickHdl( LINK( this, GalleryIdDialog, ClickOkHdl ) ); in GalleryIdDialog()576 IMPL_LINK( GalleryIdDialog, ClickOkHdl, void*, EMPTYARG ) in IMPL_LINK() argument
284 class GalleryIdDialog;287 DECL_ABSTDLG_BASE(AbstractGalleryIdDialog_Impl,GalleryIdDialog)
1269 GalleryIdDialog* pDlg = new GalleryIdDialog( pParent, pThm); in CreateGalleryIdDialog()
Completed in 155 milliseconds