|
Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
| (id) | - init |
| Constructor. | |
| (id) | - initWithMenu_list: |
| Constructor, with another menu list object. More... | |
| (void) | - set:name:sub_menu_list_array: |
| Set values. More... | |
Properties | |
| int | level |
| The level of menu. More... | |
| NSString * | name |
| The title of menu. | |
| FSMenuListArray * | sub_menu_list_array |
| The sub menu array. | |
This class represents menu list.
| - (id) initWithMenu_list: | (FSMenuList*) | menu_list |
Constructor, with another menu list object.
| [in] | menu_list | Another menu list object. |
| - (void) set: | (int) | level | |
| name: | (NSString *) | name | |
| sub_menu_list_array: | (FSMenuListArray*) | sub_menu_list_array | |
Set values.
| [in] | level | Level of menu. |
| [in] | name | Title of menu. |
| [in] | sub_menu_list_array | The sub menu list array. |
|
readwritenonatomicassign |
The level of menu.