|
MythTV master
|
#include <libmythui/mythuihelper.h>
Public Attributes | |
| void(* | exec_program )(const QString &cmd) |
| void(* | exec_program_tv )(const QString &cmd) |
| void(* | configplugin )(const QString &cmd) |
| void(* | plugin )(const QString &cmd) |
| void(* | eject )() |
Definition at line 14 of file mythuihelper.h.
| void(* MythUIMenuCallbacks::configplugin) (const QString &cmd) |
Definition at line 18 of file mythuihelper.h.
Referenced by MythThemedMenu::handleAction().
| void(* MythUIMenuCallbacks::eject) () |
Definition at line 20 of file mythuihelper.h.
Referenced by MythThemedMenu::handleAction().
| void(* MythUIMenuCallbacks::exec_program) (const QString &cmd) |
Definition at line 16 of file mythuihelper.h.
Referenced by MythThemedMenu::handleAction(), and MythContext::Impl::Init().
| void(* MythUIMenuCallbacks::exec_program_tv) (const QString &cmd) |
Definition at line 17 of file mythuihelper.h.
Referenced by MythThemedMenu::handleAction().
| void(* MythUIMenuCallbacks::plugin) (const QString &cmd) |
Definition at line 19 of file mythuihelper.h.
Referenced by MythThemedMenu::handleAction().