Std CloseActiveWindow/ko: Difference between revisions

From FreeCAD Documentation
(Created page with "표준 활성 창 닫기(Std CloseActiveWindow)")
 
(Updating to match new version of source page)
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

<div class="mw-translate-fuzzy">
{{Docnav
{{Docnav
|[[Std_Open|Std Open]]
|[[Std_Open/ko|열기]]
|[[Std_CloseAllWindows|Std CloseAllWindows]]
|[[Std_CloseAllWindows/ko|모든 창 닫기]]
|[[Std_File_Menu|File Menu]]
|[[Std_File_Menu/ko|표준 파일 메뉴]]
|IconL=Std_Open.svg
|IconL=Std_Open.svg
|IconR=Std_CloseAllWindows.svg
|IconR=Std_CloseAllWindows.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
</div>


{{GuiCommand/ko
<!--Empty=1 to suppress icon-->
{{GuiCommand
|Name=Std CloseActiveWindow
|Name=Std CloseActiveWindow
|Name/ko=표준 활성 창 닫기
|MenuLocation=FileClose
|MenuLocation=파일닫기
|Workbenches=All
|Workbenches=모두
|Shortcut={{KEY|Ctrl}}+{{KEY|F4}}
|Shortcut={{KEY|Ctrl}}+{{KEY|F4}}
|SeeAlso=[[Std_CloseAllWindows|Std CloseAllWindows]]
|SeeAlso=[[Std_CloseAllWindows/ko|표준 모든 창 닫기]]
}}
}}


==Description==
<span id="Description"></span>
==설명==

The '''Std CloseActiveWindow''' command closes the active window. To close a document all its windows must be closed.

==Usage==


'''표준 활성 창 닫기(Std CloseActiveWindow)''' 명령은 활성 창을 닫습니다. 문서를 닫으려면 그 문서에 속한 창을 모두 닫아야 합니다.
# There are several ways to invoke the command:
#* Select the {{MenuCommand|File → [[Image:Std_CloseActiveWindow.svg|16px]] Close}} option from the menu.
#* Use the keyboard shortcut: {{KEY|Ctrl}}+{{KEY|F4}}.
# To close a document: repeat this for all windows belonging to it.
# When closing the last window of a document that has not been saved, a dialog box will prompt you to save it:
#* Press the {{Button|Save}} button to save the document. If required enter a filename first.
#* Press the {{Button|Discard}} button to discard the document and lose all changes.


<span id="Usage"></span>
==Options==
==용법==


# 이 명령을 실행하는 방법은 여러가지입니다:
* When the dialog box is displayed: press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.
#* 메뉴에서 {{MenuCommand|파일 → [[Image:Std_CloseActiveWindow.svg|16px]] 닫기}} 옵션을 선택합니다.
#* 단축키를 사용합니다: {{KEY|Ctrl}}+{{KEY|F4}}.
# 문서를 닫으려면 그 문서에 속한 모든 창에 이 작업을 반복합니다.
# 저장하지 않은 문서의 마지막 창을 닫을 때 저장할지 묻는 대화상자가 나타납니다:
#* 문서를 저장하려면 {{Button|저장}} 버튼을 누르십시오. 필요하다면 먼저 파일 이름을 입력하십시오.
#* 변경 내용을 모두 무시하고 문서를 닫으려면 {{Button|무시}} 버튼을 누르십시오.


<span id="Options"></span>
==Notes==
==선택 사항==


* 대화 상자에서 명령을 중지하려면 {{KEY|Esc}} 키나 {{Button|취소}} 버튼을 누릅니다.
* The command can only close [[Std_ViewDockUndockFullscreen|docked]] windows.
* A document can also be closed by right-clicking it in the [[Tree_view|Tree view]] and selecting {{MenuCommand|Close document}} from the context menu.


<span id="Notes"></span>
==Preferences==
==비고==


* 이 명령어는 [[Std_ViewDockUndockFullscreen|고정된]] 창만 닫을 수 있습니다.
* The last used file location is stored: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath}}.
* [[Tree_view/ko|트리 보기]]에서 문서를 오른쪽 클릭하면 나오는 메뉴에서 {{MenuCommand|문서 닫기}}를 선택하여 해당 문서를 닫을 수도 있습니다.


==Scripting==
<span id="Scripting"></span>
==스크립트==


{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
{{Emphasis|참조:}} [[FreeCAD_Scripting_Basics/ko|FreeCAD 스크립트 기초]].


To close a document use the {{incode|closeDocument}} method of the FreeCAD application. For a scripting example see [[Std_New|Std New]].
문서를 닫으려면 FreeCAD 애플리케이션의 {{incode|closeDocument}} 메소드를 사용하십시오. 스크립트 예제는 [[Std_New/ko|표준 새 파일]]을 참조하십시오.




<div class="mw-translate-fuzzy">
{{Docnav
{{Docnav
|[[Std_Open|Std Open]]
|[[Std_Open/ko|열기]]
|[[Std_CloseAllWindows|Std CloseAllWindows]]
|[[Std_CloseAllWindows/ko|모든 창 닫기]]
|[[Std_File_Menu|File Menu]]
|[[Std_File_Menu/ko|표준 파일 메뉴]]
|IconL=Std_Open.svg
|IconL=Std_Open.svg
|IconR=Std_CloseAllWindows.svg
|IconR=Std_CloseAllWindows.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
</div>


{{Std Base navi{{#translation:}}}}
{{Std_Base_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 11:52, 21 April 2024

표준 활성 창 닫기

메뉴 위치
파일 → 닫기
작업대
모두
기본 단축키
Ctrl+F4
도입 버전
-
참조
표준 모든 창 닫기

설명

표준 활성 창 닫기(Std CloseActiveWindow) 명령은 활성 창을 닫습니다. 문서를 닫으려면 그 문서에 속한 창을 모두 닫아야 합니다.

용법

  1. 이 명령을 실행하는 방법은 여러가지입니다:
    • 메뉴에서 파일 → 닫기 옵션을 선택합니다.
    • 단축키를 사용합니다: Ctrl+F4.
  2. 문서를 닫으려면 그 문서에 속한 모든 창에 이 작업을 반복합니다.
  3. 저장하지 않은 문서의 마지막 창을 닫을 때 저장할지 묻는 대화상자가 나타납니다:
    • 문서를 저장하려면 저장 버튼을 누르십시오. 필요하다면 먼저 파일 이름을 입력하십시오.
    • 변경 내용을 모두 무시하고 문서를 닫으려면 무시 버튼을 누르십시오.

선택 사항

  • 대화 상자에서 명령을 중지하려면 Esc 키나 취소 버튼을 누릅니다.

비고

  • 이 명령어는 고정된 창만 닫을 수 있습니다.
  • 트리 보기에서 문서를 오른쪽 클릭하면 나오는 메뉴에서 문서 닫기를 선택하여 해당 문서를 닫을 수도 있습니다.

스크립트

참조: FreeCAD 스크립트 기초.

문서를 닫으려면 FreeCAD 애플리케이션의 closeDocument 메소드를 사용하십시오. 스크립트 예제는 표준 새 파일을 참조하십시오.