Std CloseAllWindows/ko: Difference between revisions

From FreeCAD Documentation
(Created page with "==용법==")
(Created page with "# 메뉴에서 {{MenuCommand|파일 → 16px 모두 닫기}} 옵션을 선택합니다. # 저장하지 않은 문서가 있으면 저장할...")
Line 24: Line 24:
==용법==
==용법==


# Select the {{MenuCommand|File → [[Image:Std_CloseAllWindows.svg|16px]] Close All}} option from the menu.
# 메뉴에서 {{MenuCommand|파일 → [[Image:Std_CloseAllWindows.svg|16px]] 모두 닫기}} 옵션을 선택합니다.
# 저장하지 않은 문서가 있으면 저장할지 묻는 대화상자가 나타납니다:
# If there are unsaved documents a dialog box will prompt you to save them:
#* 활성 문서를 저장하려면 {{Button|저장}} 버튼을 누르십시오. 필요하다면 파일 이름을 먼저 입력하십시오.
#* Press the {{Button|Save}} button to save the active document. If required enter a filename first.
#* 변경 내용을 모두 무시하고 문서를 닫으려면 {{Button|무시}} 버튼을 누르십시오.
#* Press the {{Button|Discard}} button to discard the active document and lose all changes.


==Options==
==Options==

Revision as of 02:09, 24 December 2020

표준 모든 창 닫기

메뉴 위치
파일 → 모두 닫기
작업대
모두
기본 단축키
없음
도입 버전
-
참조
표준 닫기

설명

표준 모든 창 닫기(Std CloseAllWindow) 명령은 모든 창을 닫습니다. 그 결과 모든 문서를 닫습니다.

용법

  1. 메뉴에서 파일 → 모두 닫기 옵션을 선택합니다.
  2. 저장하지 않은 문서가 있으면 저장할지 묻는 대화상자가 나타납니다:
    • 활성 문서를 저장하려면 저장 버튼을 누르십시오. 필요하다면 파일 이름을 먼저 입력하십시오.
    • 변경 내용을 모두 무시하고 문서를 닫으려면 무시 버튼을 누르십시오.

Options

  • When the dialog box is displayed: press Esc or the Cancel button to abort the command.
  • If there are multiple unsaved documents: check the Apply answer to all checkbox to avoid being prompted for each unsaved document separately.

Notes

  • A document can also be closed by right-clicking it in the Tree view and selecting Close document from the context menu.

Preferences

  • The last used file location is stored: Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath.

Scripting

See also: FreeCAD Scripting Basics.

To close a document use the closeDocument method of the FreeCAD application. For a scripting example see Std New.