Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
Constructor. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithMenu_item_config: |
Constructor, with another menu item config object. More... | |
(id) | - initWithName:user:parent:pos:pos_str:exec:enable:marked: |
Constructor, with parameters. More... | |
(void) | - set:user:parent:pos:pos_str:exec:enable:marked: |
Set values. More... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
NSString * | enable |
(Only used by More... | |
NSString * | exec |
(Only used by More... | |
NSString * | marked |
(Only used by More... | |
NSString * | name |
The language-independent name of the menu item. More... | |
NSString * | parent |
The name of the parent menu item. Its submenu will have the new menu item added to it. More... | |
int | pos |
The position within the submenu to locate the new menu item. More... | |
NSString * | pos_str |
(Only used by More... | |
NSString * | user |
The user string (language-dependent name) to display as the menu item name. More... | |
This class represents menu item config.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
Constructor.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (id) initWithMenu_item_config: | (FSMenuItemConfig*) | menu_item_config |
Constructor, with another menu item config object.
[in] | menu_item_config | Another menu item config object. |
- (id) initWithName: | (NSString *) | name | |
user: | (NSString *) | user | |
parent: | (NSString *) | parent | |
pos: | (int) | pos | |
pos_str: | (NSString *) | pos_str | |
exec: | (NSString *) | exec | |
enable: | (NSString *) | enable | |
marked: | (NSString *) | marked | |
Constructor, with 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. |
- (void) set: | (NSString *) | name | |
user: | (NSString *) | user | |
parent: | (NSString *) | parent | |
pos: | (int) | pos | |
pos_str: | (NSString *) | pos_str | |
exec: | (NSString *) | exec | |
enable: | (NSString *) | enable | |
marked: | (NSString *) | marked | |
Set values.
[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. |
|
protected |
|
protected |
|
readwritenonatomiccopy |
(Only used by
|
readwritenonatomiccopy |
(Only used by
|
readwritenonatomiccopy |
(Only used by
|
readwritenonatomiccopy |
The language-independent name of the menu item.
|
readwritenonatomiccopy |
The name of the parent menu item. Its submenu will have the new menu item added to it.
|
readwritenonatomicassign |
The position within the submenu to locate the new menu item.
|
readwritenonatomiccopy |
(Only used by
|
readwritenonatomiccopy |
The user string (language-dependent name) to display as the menu item name.