Foxit PDF SDK
|
Inherits Object.
Public Member Functions | |
MenuList () | |
Constructor. | |
MenuList (int level, const wchar_t *name) | |
Constructor, with parameters. More... | |
MenuList (const MenuList &menu_list) | |
Constructor, with another menu list object. More... | |
void | Set (int level, const wchar_t *name) |
Set values. More... | |
Public Attributes | |
int | level |
The level of menu. | |
WString | name |
The title of menu. | |
This class represents menu list.
|
inline |
Constructor, with parameters.
[in] | level | Level of menu. |
[in] | name | Title of menu. |
|
inline |
Constructor, with another menu list object.
[in] | menu_list | Another menu list object. |
|
inline |
Set values.
[in] | level | Level of menu. |
[in] | name | Title of menu. |