|
|
| constructor () |
| | Constructor.
|
| |
| | constructor (name, user, parent, pos, pos_str, exec, enable, marked) |
| | Constructor, with parameters. More...
|
| |
| | Set (name, user, parent, pos, pos_str, exec, enable, marked) |
| | Set values. More...
|
| |
| | constructor (r) |
| |
| | GetPointerAsNumber () |
| |
◆ constructor()
Constructor, with parameters.
- Parameters
-
| [in] | name | The language-independent name of the menu item. |
| [in] | user | The user string (language-dependent name) to display as the menu item name. |
| [in] | parent | The name of the parent menu item. Its submenu will have the new menu item added to it. |
| [in] | pos | The position within the submenu to locate the new menu item. |
| [in] | pos_str | The string is a named item in the menu (a language-independent name of a menu item). |
| [in] | exec | An expression string to evaluate when the menu item is selected by the user. |
| [in] | enable | An expression string that is evaluated to determine whether to enable the menu item. |
| [in] | marked | An expression string that determines whether the menu item has a check mark next to it. |
◆ Set()
Set values.
- Parameters
-
| [in] | name | The language-independent name of the menu item. |
| [in] | user | The user string (language-dependent name) to display as the menu item name. |
| [in] | parent | The name of the parent menu item. Its submenu will have the new menu item added to it. |
| [in] | pos | The position within the submenu to locate the new menu item. |
| [in] | pos_str | The string is a named item in the menu (a language-independent name of a menu item). |
| [in] | exec | An expression string to evaluate when the menu item is selected by the user. |
| [in] | enable | An expression string that is evaluated to determine whether to enable the menu item. |
| [in] | marked | An expression string that determines whether the menu item has a check mark next to it. |
- Returns
- None.
- Examples
- /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/gsdk-doc-auto-build/harmony_nodejs/input/Index.js.