Home
last modified time | relevance | path

Searched refs:mpRecentDialog (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dtarget_view.cpp33 mpRecentDialog = NULL; in IMPLEMENT_DYNCREATE()
43 delete mpRecentDialog; in ~target_view()
96 if (!mpRecentDialog) in OnInitialUpdate()
103 mpRecentDialog = new recent_project_win(width, height, frame); in OnInitialUpdate()
104 mpRecentDialog->Create(IDD_DIALOG_TEMPLATE, frame); in OnInitialUpdate()
147 mpRecentDialog->ShowWindow(SW_HIDE); in DisplayTarget()
157 mpRecentDialog->CenterWindow(); in DisplayRecentProjects()
158 mpRecentDialog->ShowWindow(SW_SHOW); in DisplayRecentProjects()
Dtarget_view.h47 CDialog *GetRecentDialog() { return mpRecentDialog;} in GetRecentDialog()
63 express_dialog *mpRecentDialog; variable