|
swift
|
Class-based interface to X-Plane SDK menu items. More...
Public Member Functions | |
| CMenuItem ()=default | |
| Construct an uninitialized menu item object. | |
| bool | getChecked () const |
| Returns true if the menu item is checked. | |
| void | setChecked (bool checked) |
| Sets the checked status of the menu item. | |
| void | setEnabled (bool enabled) |
| Enables or disabled the menu item. | |
Friends | |
| class | CMenu |