![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
ComputerMenuItem
|
|
|
| appearance as argument number 1 |
|
|
| (subclass ComputerMenuItem GUIActiveArea) | ComputerInput.kif 1144-1144 | Computer menu item is a subclass of GUI active area |
| (documentation ComputerMenuItem EnglishLanguage "A ComputerMenuItem is a UIElement that presents one of the user's options and informs the running program if the user selects that option. A ComputerMenuItem may act as either a GUIRadioButton or a GUICheckBox. In many instances a menu item acts as a radio button on a normal click and as a check box on a shift_click.") | ComputerInput.kif 1145-1148 | Computer menu item is a subclass of GUI active area |
| (partTypes ComputerMenuItem ComputerMenu) | ComputerInput.kif 1149-1149 | Every computer menu item is a part of a computer menu |
| appearance as argument number 2 |
|
|
| (partTypes ComputerMenu ComputerMenuItem) | ComputerInput.kif 1150-1150 | Every computer menu is a part of a computer menu item |
| (termFormat EnglishLanguage ComputerMenuItem "computer menu item") | ComputerInput.kif 1151-1151 | Every computer menu is a part of a computer menu item |
| (subclass GraphicalMenuItem ComputerMenuItem) | ComputerInput.kif 1159-1159 | Graphical menu item is a subclass of computer menu item |
| appearance as argument number 3 |
|
|
| (domain accessibleFromMenuItem 2 ComputerMenuItem) | ComputerInput.kif 1155-1155 | The number 2 argument of accessible from menu item is an instance of computer menu item |
| antecedent |
|
|
| (=> (and (instance ?SELECT SelectingActiveArea) (patient ?SELECT ?ELEMENT) (instance ?ELEMENT ComputerMenuItem)) (instance ?SELECT SelectingComputerMenuOption)) |
ComputerInput.kif 2262-2267 | If X is an instance of selecting active area, Y is a patient of X, and Y is an instance of computer menu item, then X is an instance of selecting computer menu option |