InterfaceWindow |
appearance as argument number 1 |
(documentation InterfaceWindow EnglishLanguage "An InterfaceWindow is a GUIElement that covers a (normally rectangular region of a computer screen. Each window has an image which covers its whole area and a level of transparency. A region of the screen may be covered by one or more InterfaceWindows in a specified order with the ``top'' window visible, and those sequentially underneigth visible only to the extent that the window(s) above them are partially or wholely transparent. An interface window is ``active'' if the state of the GUI is such that user input is automatically set to it.") | ComputerInput.kif 1076-1081 | |
(subclass InterfaceWindow GUIElement) | ComputerInput.kif 1075-1075 |
appearance as argument number 2 |
(disjoint Cursor InterfaceWindow) | ComputerInput.kif 1082-1082 | |
(subclass PopupWindow InterfaceWindow) | ComputerInput.kif 1084-1084 | |
(termFormat EnglishLanguage InterfaceWindow "interface window") | domainEnglishFormat.kif 65036-65036 |
antecedent |
consequent |
(=> (and (instance ?CLOSE ClosingGraphicalWindow) (patient ?CLOSE ?WINDOW)) (and (instance ?WINDOW InterfaceWindow) (time ?WINDOW (BeginFn (WhenFn ?OPEN))) (not (time ?WINDOW (EndFn (WhenFn ?OPEN)))))) |
ComputerInput.kif 2438-2445 | |
(=> (and (instance ?OPEN OpeningGraphicalWindow) (patient ?OPEN ?WINDOW)) (instance ?WINDOW InterfaceWindow)) |
ComputerInput.kif 2361-2365 | |
(=> (hasGUEState ?GUIE GUE_MaximizedWindowState) (instance ?GUIE InterfaceWindow)) |
ComputerInput.kif 2051-2053 | |
(=> (hasGUEState ?GUIE GUE_VerticallyMaximizedWindowState) (instance ?GUIE InterfaceWindow)) |
ComputerInput.kif 2065-2067 | |
(=> (instance ?ACT WindowScrolling) (exists (?GUIE) (and (patient ?ACT ?GUIE) (instance ?GUIE InterfaceWindow)))) |
ComputerInput.kif 1776-1781 | |
(=> (instance ?OPEN OpeningNewGraphicalWindow) (exists (?WINDOW) (and (patient ?OPEN ?WINDOW) (instance ?WINDOW InterfaceWindow) (time ?WINDOW (EndFn (WhenFn ?OPEN))) (not (time ?WINDOW (BeginFn (WhenFn ?OPEN))))))) |
ComputerInput.kif 2373-2380 | |
(=> (instance ?SCROLL WindowScrollingByUser) (exists (?WINDOW) (and (patient ?SCROLL ?WINDOW) (instance ?WINDOW InterfaceWindow) (hasGUEState ?WINDOW GUE_ActiveState)))) |
ComputerInput.kif 1797-1803 | |
(=> (instance ?UNCOVER UncoveringGraphicalWindow) (exists (?WINDOW) (and (patient ?UNCOVER ?WINDOW) (instance ?WINDOW InterfaceWindow)))) |
ComputerInput.kif 2407-2412 |
statement |
(not (and (hasGUEState ?WINDOW GUE_NonVisibleState) (hasGUEState ?WINDOW GUE_ActiveState) (instance ?WINDOW InterfaceWindow))) |
ComputerInput.kif 2011-2015 |