Home
last modified time | relevance | path

Searched refs:recent_project_win (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Drecent_project_win.cpp19 BEGIN_MESSAGE_MAP(recent_project_win, express_dialog) in BEGIN_MESSAGE_MAP() argument
26 recent_project_win::recent_project_win(int width, int height, CWnd* pParent /*=NULL*/) in BEGIN_MESSAGE_MAP()
34 recent_project_win::~recent_project_win() in ~recent_project_win()
39 CRect recent_project_win::GetCreateNewProjectButtonSize(CRect &parentSize) in GetCreateNewProjectButtonSize()
55 int recent_project_win::OnCreate(LPCREATESTRUCT lpCreateStruct) in OnCreate()
80 void recent_project_win::OnShowWindow(BOOL Show, UINT status) in OnShowWindow()
90 void recent_project_win::UpdateRecentList() in UpdateRecentList()
96 void recent_project_win::OnBnClickedCreateProject() in OnBnClickedCreateProject()
103 BOOL recent_project_win::PreTranslateMessage(MSG* pMsg) in PreTranslateMessage()
Drecent_project_win.h37 class recent_project_win : public express_dialog
40 recent_project_win(int width, int height, CWnd* pParent = NULL); // standard constructor
41 virtual ~recent_project_win();
Dclone_repo_dialog.cpp423 recent_project_win *dlg = (recent_project_win *) target->GetRecentDialog(); in PopulateRecentProjects()
Dtarget_view.cpp103 mpRecentDialog = new recent_project_win(width, height, frame); in OnInitialUpdate()
Dexpress_dialog.cpp585 rect = recent_project_win::GetCreateNewProjectButtonSize(rect); in EnumChildProc()