![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
BodySideFn
|
|
|
| appearance as argument number 1 |
|
|
| (instance GUE_DisplayedState GUElementState) | ComputerInput.kif 2001-2001 | GUE displayed state is an instance of GU element state |
| (documentation GUE_DisplayedState EnglishLanguage "A GUIElement has a GUE_DisplayedState if it at least partially appears on a ComputerScreen.") | ComputerInput.kif 2002-2003 | GUE displayed state is an instance of GU element state |
| appearance as argument number 2 |
|
|
| consequent |
|
|
| (=> (instance ?CURSOR MouseCursor) (hasGUEState ?CURSOR GUE_DisplayedState)) |
ComputerInput.kif 2006-2008 | If X is an instance of mouse cursor, then X has state GUE displayed state |
| (=> (hasGUEState ?WIN1 GUE_UncoveredState) (or (hasGUEState ?WIN1 GUE_DisplayedState) (hasGUEState ?WIN1 GUE_OffscreenState))) |
ComputerInput.kif 2112-2116 | If X has state GUE uncovered state, then X has state GUE displayed state or X has state GUE offscreen state |
| (=> (instance ?GUE GUIElement) (or (hasGUEState ?GUE GUE_CoveredState) (hasGUEState ?GUE GUE_OffscreenState) (hasGUEState ?GUE GUE_MinimizedState) (hasGUEState ?GUE GUE_DisplayedState))) |
ComputerInput.kif 2165-2171 | If X is an instance of GUI element, then At least one of the following holds: (1) X has state GUE covered state (2) X has state GUE offscreen state (3) X has state GUE minimized state (4) X has state GUE displayed state |