Boost.UI
User Interface Boost library
Public Types | Public Member Functions | List of all members
boost::ui::menu::item Class Reference

Menu item. More...

Inheritance diagram for boost::ui::menu::item:
[legend]

Public Types

typedef void * native_handle_type
 Implementation-defined menu item type.
 

Public Member Functions

 item (const uistring &text)
 Constructs menu item with associated text label with mnemonics. More...
 
template<class F , class ... Args>
itemon_press (F &&f, Args &&... args)
 Connects menu item press handler.
 
native_handle_type native_handle ()
 Returns the implementation-defined underlying menu item handle.
 
const native_handle_type native_handle () const
 Returns the implementation-defined underlying menu item handle.
 

Detailed Description

Menu item.

Constructor & Destructor Documentation

◆ item()

boost::ui::menu::item::item ( const uistring text)

Constructs menu item with associated text label with mnemonics.

See also
Mnemonics (Wikipedia)

The documentation for this class was generated from the following file: