Lines Matching refs:GetProjectView
525 widget_info *info = GetProjectView()->GetTemplateInfo(nID - ID_ADD_TEMPLATE_BASE); in OnAddTemplate()
550 GetProjectView()->OnCutWidget(); in OnCutWidget()
554 GetProjectView()->OnCopyWidget(); in OnCopyWidget()
558 GetProjectView()->OnPasteWidget(); in OnPasteWidget()
562 GetProjectView()->OnDeleteWidget(); in OnDeleteWidget()
566 GetProjectView()->OnInsertFolder(); in OnInsertFolder()
612 GetProjectView()->MoveSelectedToFront(); in OnMoveToFront()
617 GetProjectView()->MoveSelectedToBack(); in OnMoveToBack()
677 GetProjectView()->OnConfigureDisplays(); in OnConfigureDisplays()
693 GetProjectView()->OnConfigureThemes(); in OnConfigureThemes()
723 if (GetProjectView()) in OnOpenHistoryProject()
725 GetProjectView()->OpenHistoryProject(nID - ID_FILE_MRU_FILE2); in OnOpenHistoryProject()
738 GetProjectView()->OnGenerateAll(); in OnGenerateAll()
755 GetProjectView()->OnGenBinary(); in OnGenResources()
759 GetProjectView()->OnGenResources(); in OnGenResources()
769 GetProjectView()->OnGenApplication(); in OnGenApplication()
791 if (GetProjectView()) in OnConfigureScreenFlow()
794 screen_flow_edit_dlg dlg(GetProjectView()->GetActiveDisplay(), this); in OnConfigureScreenFlow()
804 project_view *project_view = GetProjectView(); in OnRunApplication()
815 project_view* pview = GetProjectView(); in TestOneWidgetStringsFit()
953 if (GetProjectView()) in OnClose()
955 GetProjectView()->CloseProject(FALSE, FALSE); in OnClose()
972 if (GetProjectView()) in OnClose()
974 GetProjectView()->CloseProject(FALSE); in OnClose()
1613 info.proj_view_scrollpos = GetProjectView()->GetScrollPos(SB_VERT); in OnRecordmacro()
1617 GetProjectView()->GetTreeState(&proj_tree_state); in OnRecordmacro()
1797 GetProjectView()->SetTreeState(&proj_tree_state); in OnSetLayout()
1800 GetProjectView()->SetScrollPos(SB_VERT, ini_info->proj_view_scrollpos); in OnSetLayout()
1816 project_view *view = GetProjectView(); in OnInitMenuPopup()
1861 GetProjectView()->UpdateBaseMenu(&mInsertMenu); in OnInitMenuPopup()
1882 if (GetProjectView()->IsFolderSelected()) in OnInitMenuPopup()
2037 GetProjectView()->CloseProject(FALSE, FALSE); in OnTestMessage()