My Project
foxit::MenuList Class Reference

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.
 

Detailed Description

This class represents menu list.

Constructor & Destructor Documentation

◆ MenuList() [1/2]

foxit::MenuList::MenuList ( int  level,
const wchar_t *  name 
)
inline

Constructor, with parameters.

Parameters
[in]levelLevel of menu.
[in]nameTitle of menu.

◆ MenuList() [2/2]

foxit::MenuList::MenuList ( const MenuList menu_list)
inline

Constructor, with another menu list object.

Parameters
[in]menu_listAnother menu list object.

Member Function Documentation

◆ Set()

void foxit::MenuList::Set ( int  level,
const wchar_t *  name 
)
inline

Set values.

Parameters
[in]levelLevel of menu.
[in]nameTitle of menu.
Returns
None.

Foxit Software Corporation Logo
@2019 Foxit Software Incorporated. All rights reserved.