Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Namespace: kodi::gui::dialogs::ContextMenu
Functions | |
int ATTR_DLL_LOCAL | kodi::gui::dialogs::ContextMenu::Show (const std::string &heading, const std::vector< std::string > &entries) |
Show a context menu dialog about given parts. | |
int ATTR_DLL_LOCAL | kodi::gui::dialogs::ContextMenu::Show (const std::string &heading, const std::vector< std::pair< std::string, std::string > > &entries) |
Show a context menu dialog about given parts. | |
int ATTR_DLL_LOCAL | kodi::gui::dialogs::ContextMenu::Show (const std::string &heading, const std::vector< std::pair< int, std::string > > &entries) |
Show a context menu dialog about given parts. | |
Namespace: kodi::gui::dialogs::ContextMenu
It has the header #include <kodi/gui/dialogs/ContextMenu.h> be included to enjoy it.
|
inline |
Show a context menu dialog about given parts.
[in] | heading | Dialog heading name |
[in] | entries | String list about entries |
-1
was nothing selected or canceledExample:
|
inline |
Show a context menu dialog about given parts.
[in] | heading | Dialog heading name |
[in] | entries | String list about entries |
-1
was nothing selected or canceledExample:
|
inline |
Show a context menu dialog about given parts.
[in] | heading | Dialog heading name |
[in] | entries | String list about entries |
-1
was nothing selected or canceledExample: