#include <libmythui/mythdialogbox.h>
|
| MythMenu (QString text, QObject *retobject, QString resultid) |
|
| MythMenu (QString title, QString text, QObject *retobject, QString resultid) |
|
| ~MythMenu (void) |
|
void | AddItemV (const QString &title, QVariant data=0, MythMenu *subMenu=nullptr, bool selected=false, bool checked=false) |
|
void | AddItem (const QString &title) |
|
void | AddItem (const QString &title, const MythUICallbackNMF &slot, MythMenu *subMenu=nullptr, bool selected=false, bool checked=false) |
|
template<typename SLOT > |
std::enable_if_t< FunctionPointerTest< SLOT >::MemberFunction > | AddItem (const QString &title, const SLOT &slot, MythMenu *subMenu=nullptr, bool selected=false, bool checked=false) |
|
template<typename SLOT > |
std::enable_if_t< FunctionPointerTest< SLOT >::MemberConstFunction > | AddItem (const QString &title, const SLOT &slot, MythMenu *subMenu=nullptr, bool selected=false, bool checked=false) |
|
void | SetSelectedByTitle (const QString &title) |
|
void | SetSelectedByData (const QVariant &data) |
|
void | SetParent (MythMenu *parent) |
|
bool | IsEmpty () |
|
Definition at line 99 of file mythdialogbox.h.
◆ MythMenu() [1/2]
MythMenu::MythMenu |
( |
QString |
text, |
|
|
QObject * |
retobject, |
|
|
QString |
resultid |
|
) |
| |
◆ MythMenu() [2/2]
MythMenu::MythMenu |
( |
QString |
title, |
|
|
QString |
text, |
|
|
QObject * |
retobject, |
|
|
QString |
resultid |
|
) |
| |
◆ ~MythMenu()
MythMenu::~MythMenu |
( |
void |
| ) |
|
◆ AddItemV()
void MythMenu::AddItemV |
( |
const QString & |
title, |
|
|
QVariant |
data = 0 , |
|
|
MythMenu * |
subMenu = nullptr , |
|
|
bool |
selected = false , |
|
|
bool |
checked = false |
|
) |
| |
◆ AddItem() [1/5]
void MythMenu::AddItem |
( |
const QString & |
title | ) |
|
|
inline |
Definition at line 110 of file mythdialogbox.h.
Referenced by AddItem(), AddItemV(), GalleryThumbView::MenuAction(), GalleryThumbView::MenuMarked(), GalleryThumbView::MenuPaste(), GalleryThumbView::MenuShow(), GalleryThumbView::MenuSlideshow(), GalleryThumbView::MenuTransform(), GallerySlideView::MenuTransforms(), PlaybackBox::ShowActionPopup(), PlaybackBox::ShowDeletePopup(), and PlaybackBox::ShowGroupPopup().
◆ AddItem() [2/5]
◆ AddItem() [3/5]
◆ AddItem() [4/5]
◆ SetSelectedByTitle()
void MythMenu::SetSelectedByTitle |
( |
const QString & |
title | ) |
|
◆ SetSelectedByData()
void MythMenu::SetSelectedByData |
( |
const QVariant & |
data | ) |
|
◆ SetParent()
void MythMenu::SetParent |
( |
MythMenu * |
parent | ) |
|
|
inline |
◆ IsEmpty()
bool MythMenu::IsEmpty |
( |
| ) |
|
|
inline |
◆ Init()
void MythMenu::Init |
( |
void |
| ) |
|
|
inlineprivate |
◆ AddItem() [5/5]
◆ MythDialogBox
◆ m_parentMenu
MythMenu* MythMenu::m_parentMenu {nullptr} |
|
private |
◆ m_title
QString MythMenu::m_title |
|
private |
◆ m_text
◆ m_resultid
QString MythMenu::m_resultid |
|
private |
◆ m_retObject
QObject* MythMenu::m_retObject {nullptr} |
|
private |
◆ m_menuItems
◆ m_selectedItem
int MythMenu::m_selectedItem {0} |
|
private |
The documentation for this class was generated from the following files: