Definition at line 144 of file mythmainwindow.cpp.
Public Member Functions | |
| int | TranslateKeyNum (QKeyEvent *e) |
Public Attributes | |
| float | wmult |
| float | hmult |
| int | screenwidth |
| int | screenheight |
| QRect | screenRect |
| QRect | uiScreenRect |
| int | xbase |
| int | ybase |
| bool | does_fill_screen |
| bool | ignore_lirc_keys |
| bool | ignore_joystick_keys |
| bool | exitingtomain |
| bool | popwindows |
| bool | m_useDB |
| To allow or prevent database access. | |
| QDict< KeyContext > | keyContexts |
| QMap< int, JumpData * > | jumpMap |
| QMap< QString, JumpData > | destinationMap |
| QMap< QString, MHData > | mediaHandlerMap |
| QMap< QString, MPData > | mediaPluginMap |
| void(* | exitmenucallback )(void) |
| void(* | exitmenumediadevicecallback )(MythMediaDevice *mediadevice) |
| MythMediaDevice * | mediadeviceforcallback |
| int | escapekey |
| QTimer * | drawTimer |
| QValueVector< MythScreenStack * > | stackList |
| MythScreenStack * | mainStack |
| MythPainter * | painter |
| bool | AllowInput |
| QRegion | repaintRegion |
| MythGesture | gesture |
| QTimer * | gestureTimer |
| vector< QWidget * > | widgetList |
| int MythMainWindowPrivate::TranslateKeyNum | ( | QKeyEvent * | e | ) |
Definition at line 197 of file mythmainwindow.cpp.
Referenced by MythMainWindow::TranslateKeyPress().
Definition at line 149 of file mythmainwindow.cpp.
Referenced by MythMainWindow::Init(), MythMainWindow::NormPoint(), MythMainWindow::NormRect(), MythMainWindow::NormSize(), and MythMainWindow::NormX().
Definition at line 149 of file mythmainwindow.cpp.
Referenced by MythMainWindow::Init(), MythMainWindow::NormalizeFontSize(), MythMainWindow::NormPoint(), MythMainWindow::NormRect(), MythMainWindow::NormSize(), and MythMainWindow::NormY().
Definition at line 153 of file mythmainwindow.cpp.
Referenced by MythMainWindow::drawTimeout(), MythMainWindow::GetUIScreenRect(), and MythMainWindow::Init().
Definition at line 156 of file mythmainwindow.cpp.
Referenced by MythMainWindow::Init(), and MythMainWindow::Show().
Definition at line 158 of file mythmainwindow.cpp.
Referenced by MythMainWindow::customEvent(), and MythMainWindow::MythMainWindow().
Definition at line 159 of file mythmainwindow.cpp.
Referenced by MythMainWindow::customEvent(), and MythMainWindow::MythMainWindow().
Definition at line 161 of file mythmainwindow.cpp.
Referenced by MythMainWindow::customEvent(), MythMainWindow::detach(), MythMainWindow::ExitToMainMenu(), MythMainWindow::IsExitingToMain(), MythMainWindow::JumpTo(), MythMainWindow::MythMainWindow(), and MythMainWindow::TranslateKeyPress().
Definition at line 162 of file mythmainwindow.cpp.
Referenced by MythMainWindow::ExitToMainMenu(), MythMainWindow::JumpTo(), and MythMainWindow::MythMainWindow().
To allow or prevent database access.
Definition at line 164 of file mythmainwindow.cpp.
Referenced by MythMainWindow::MythMainWindow(), and MythMainWindow::RegisterKey().
Definition at line 166 of file mythmainwindow.cpp.
Referenced by MythMainWindow::BindKey(), MythMainWindow::ClearKey(), MythMainWindow::MythMainWindow(), and MythMainWindow::TranslateKeyPress().
| QMap<int, JumpData*> MythMainWindowPrivate::jumpMap |
Definition at line 167 of file mythmainwindow.cpp.
Referenced by MythMainWindow::BindJump(), MythMainWindow::ClearJump(), and MythMainWindow::TranslateKeyPress().
| QMap<QString, JumpData> MythMainWindowPrivate::destinationMap |
Definition at line 168 of file mythmainwindow.cpp.
Referenced by MythMainWindow::BindJump(), MythMainWindow::ClearJump(), MythMainWindow::DestinationExists(), MythMainWindow::JumpTo(), and MythMainWindow::RegisterJump().
| QMap<QString, MHData> MythMainWindowPrivate::mediaHandlerMap |
| QMap<QString, MPData> MythMainWindowPrivate::mediaPluginMap |
Definition at line 170 of file mythmainwindow.cpp.
Referenced by MythMainWindow::HandleMedia(), and MythMainWindow::RegisterMediaPlugin().
| void(* MythMainWindowPrivate::exitmenucallback)(void) |
| void(* MythMainWindowPrivate::exitmenumediadevicecallback)(MythMediaDevice *mediadevice) |
Definition at line 175 of file mythmainwindow.cpp.
Referenced by MythMainWindow::customEvent(), MythMainWindow::ExitToMainMenu(), and MythMainWindow::MythMainWindow().
Definition at line 177 of file mythmainwindow.cpp.
Referenced by MythMainWindow::BindKey(), MythMainWindow::ExitToMainMenu(), MythMainWindow::getTarget(), and MythMainWindow::MythMainWindow().
| QTimer* MythMainWindowPrivate::drawTimer |
| QValueVector<MythScreenStack *> MythMainWindowPrivate::stackList |
Definition at line 180 of file mythmainwindow.cpp.
Referenced by MythMainWindow::AddScreenStack(), MythMainWindow::drawTimeout(), MythMainWindow::eventFilter(), and MythMainWindow::~MythMainWindow().
Definition at line 181 of file mythmainwindow.cpp.
Referenced by MythMainWindow::AddScreenStack(), MythMainWindow::GetMainStack(), and MythMainWindow::MythMainWindow().
Definition at line 183 of file mythmainwindow.cpp.
Referenced by MythMainWindow::drawTimeout(), MythMainWindow::GetCurrentPainter(), and MythMainWindow::MythMainWindow().
Definition at line 185 of file mythmainwindow.cpp.
Referenced by MythMainWindow::AllowInput(), MythMainWindow::eventFilter(), and MythMainWindow::MythMainWindow().
Definition at line 187 of file mythmainwindow.cpp.
Referenced by MythMainWindow::drawTimeout(), MythMainWindow::MythMainWindow(), and MythMainWindow::paintEvent().
Definition at line 189 of file mythmainwindow.cpp.
Referenced by MythMainWindow::eventFilter(), and MythMainWindow::mouseTimeout().
Definition at line 190 of file mythmainwindow.cpp.
Referenced by MythMainWindow::eventFilter(), and MythMainWindow::MythMainWindow().
| vector<QWidget *> MythMainWindowPrivate::widgetList |
Definition at line 193 of file mythmainwindow.cpp.
Referenced by MythMainWindow::attach(), MythMainWindow::currentWidget(), and MythMainWindow::detach().
1.5.5