Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
Constructor. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithLevel:name:sub_menu_list_array: |
Constructor, with parameters. More... | |
(id) | - initWithMenu_list: |
Constructor, with another menu list object. More... | |
(void) | - set:name:sub_menu_list_array: |
Set values. More... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
int | level |
The level of menu. More... | |
NSString * | name |
The title of menu. More... | |
FSMenuListArray * | sub_menu_list_array |
The sub menu array. More... | |
This class represents menu list.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
Constructor.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (id) initWithLevel: | (int) | level | |
name: | (NSString *) | name | |
sub_menu_list_array: | (FSMenuListArray*) | sub_menu_list_array | |
Constructor, with parameters.
[in] | level | Level of menu. |
[in] | name | Title of menu. |
[in] | sub_menu_list_array | The sub menu list array. |
- (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. |
|
protected |
|
protected |
|
readwritenonatomicassign |
The level of menu.
|
readwritenonatomiccopy |
The title of menu.
|
readwritenonatomiccopy |
The sub menu array.