| AddScreenStack(MythScreenStack *Stack, bool Main=false) | MythMainWindow | |
| AllowInput(bool Allow) | MythMainWindow | |
| Animate() | MythMainWindow | protectedslot |
| BindJump(const QString &Destination, const QString &Key) | MythMainWindow | |
| BindKey(const QString &Context, const QString &Action, const QString &Key) | MythMainWindow | |
| ClearAllJumps() | MythMainWindow | |
| ClearJump(const QString &Destination) | MythMainWindow | |
| ClearKey(const QString &Context, const QString &Action) | MythMainWindow | |
| ClearKeyContext(const QString &Context) | MythMainWindow | |
| closeEvent(QCloseEvent *Event) override | MythMainWindow | protected |
| customEvent(QEvent *Event) override | MythMainWindow | protected |
| DelayedAction() | MythMainWindow | privateslot |
| DestinationExists(const QString &Destination) const | MythMainWindow | |
| destroyMainWindow() | MythMainWindow | static |
| DisableIdleTimer(bool DisableIdle=true) | MythMainWindow | |
| DisableScreensaver() | MythMainWindow | static |
| DoRemoteScreenShot(const QString &Filename, int Width, int Height) | MythMainWindow | protectedslot |
| Draw(MythPainter *Painter=nullptr) | MythMainWindow | |
| drawScreen(QPaintEvent *Event=nullptr) | MythMainWindow | protected |
| EnterStandby(bool Manual=true) | MythMainWindow | |
| EnumerateDestinations() const | MythMainWindow | |
| event(QEvent *Event) override | MythMainWindow | protected |
| eventFilter(QObject *Watched, QEvent *Event) override | MythMainWindow | protected |
| ExitStandby(bool Manual=true) | MythMainWindow | |
| ExitToMainMenu() | MythMainWindow | protected |
| GeometryIsOverridden() | MythUIScreenBounds | static |
| GetActionText(const QString &Context, const QString &Action) const | MythMainWindow | |
| GetCurrentNotificationCenter() | MythMainWindow | |
| GetDisplay() | MythMainWindow | |
| GetFontStretch() const | MythUIScreenBounds | |
| GetGeometryOverride() | MythUIScreenBounds | static |
| GetKey(const QString &Context, const QString &Action) | MythMainWindow | static |
| GetMainStack() | MythMainWindow | |
| getMainWindow(bool UseDB=true) | MythMainWindow | static |
| GetPainter() | MythMainWindow | |
| GetPaintWindow() | MythMainWindow | |
| GetRenderDevice() | MythMainWindow | |
| GetScalingFactors(float &Horizontal, float &Vertical) const | MythUIScreenBounds | |
| GetScreenRect() | MythUIScreenBounds | |
| GetStack(const QString &Stackname) | MythMainWindow | |
| GetStackAt(int Position) | MythMainWindow | |
| GetStackCount() | MythMainWindow | |
| GetTarget(QKeyEvent &Key) | MythMainWindow | |
| GetThemeSize() | MythUIScreenBounds | |
| GetUIScreenRect() | MythUIScreenBounds | |
| GrabWindow(QImage &Image) | MythMainWindow | static |
| HandleMedia(const QString &Handler, const QString &Mrl, const QString &Plot="", const QString &Title="", const QString &Subtitle="", const QString &Director="", int Season=0, int Episode=0, const QString &Inetref="", std::chrono::minutes LenMins=2h, const QString &Year="1895", const QString &Id="", bool UseBookmarks=false) | MythMainWindow | |
| HandleTVAction(const QString &Action) | MythMainWindow | |
| HideMouseTimeout() | MythMainWindow | slot |
| HidePainterWindow() | MythMainWindow | |
| IdleTimeout() | MythMainWindow | slot |
| Init(bool MayReInit=true) | MythMainWindow | |
| InitKeys() | MythMainWindow | protected |
| InitScreenBounds() | MythUIScreenBounds | protected |
| IsExitingToMain() const | MythMainWindow | |
| IsScreensaverAsleep() | MythMainWindow | static |
| IsTopScreenInitialized() | MythMainWindow | static |
| JumpTo(const QString &Destination, bool Pop=true) | MythMainWindow | |
| KeyLongPressFilter(QEvent **Event, QScopedPointer< QEvent > &NewEvent) | MythMainWindow | |
| LoadQtConfig() | MythMainWindow | protectedstatic |
| m_alwaysOnTop | MythUIScreenBounds | protected |
| m_deviceHandler | MythMainWindow | private |
| m_display | MythMainWindow | private |
| m_fontStretch | MythUIScreenBounds | protected |
| m_forceFullScreen | MythUIScreenBounds | protected |
| m_idleTime | MythMainWindow | private |
| m_idleTimer | MythMainWindow | private |
| m_painter | MythMainWindow | private |
| m_painterWin | MythMainWindow | private |
| m_priv | MythMainWindow | private |
| m_qtFullScreen | MythUIScreenBounds | protected |
| m_refreshTimer | MythMainWindow | private |
| m_repaintRegion | MythMainWindow | private |
| m_screenHorizScale | MythUIScreenBounds | protected |
| m_screenRect | MythUIScreenBounds | protected |
| m_screensaver | MythMainWindow | private |
| m_screenVertScale | MythUIScreenBounds | protected |
| m_themeBase | MythMainWindow | private |
| m_themeSize | MythUIScreenBounds | protected |
| m_uiScreenRect | MythUIScreenBounds | protected |
| m_wantFullScreen | MythUIScreenBounds | protected |
| m_wantWindow | MythUIScreenBounds | protected |
| MouseTimeout() | MythMainWindow | slot |
| MoveResize(QRect &Geometry) | MythMainWindow | |
| MythMainWindow(bool UseDB=true) | MythMainWindow | explicitprotected |
| MythPainterWindowOpenGL | MythMainWindow | friend |
| MythPainterWindowQt | MythMainWindow | friend |
| MythPainterWindowVulkan | MythMainWindow | friend |
| MythUIScreenBounds() | MythUIScreenBounds | protected |
| NormSize(QSize Size) const | MythUIScreenBounds | |
| NormX(int X) const | MythUIScreenBounds | |
| NormY(int Y) const | MythUIScreenBounds | |
| OnApplicationStateChange(Qt::ApplicationState State) | MythMainWindow | protectedslot |
| paintEngine() const override | MythMainWindow | |
| ParseGeometryOverride(const QString &Geometry) | MythUIScreenBounds | static |
| PauseIdleTimer(bool Pause) | MythMainWindow | |
| PopDrawDisabled() | MythMainWindow | |
| PopScreenStack() | MythMainWindow | |
| PushDrawDisabled() | MythMainWindow | |
| RegisterJump(const QString &Destination, const QString &Description, const QString &Key, void(*Callback)(void), bool Exittomain=true, QString LocalAction="") | MythMainWindow | |
| RegisterKey(const QString &Context, const QString &Action, const QString &Description, const QString &Key) | MythMainWindow | |
| RegisterMediaPlugin(const QString &Name, const QString &Desc, MediaPlayCallback Func) | MythMainWindow | |
| ReloadKeys() | MythMainWindow | |
| RemoteScreenShot(QString Filename, int Width, int Height) | MythMainWindow | |
| ResetIdleTimer() | MythMainWindow | |
| ResetScreensaver() | MythMainWindow | static |
| RestartInputHandlers() | MythMainWindow | |
| RestoreScreensaver() | MythMainWindow | static |
| s_HOverride | MythUIScreenBounds | privatestatic |
| s_WOverride | MythUIScreenBounds | privatestatic |
| s_XOverride | MythUIScreenBounds | privatestatic |
| s_YOverride | MythUIScreenBounds | privatestatic |
| SaveScreenShot(const QImage &Image, QString Filename="") | MythMainWindow | static |
| ScreenShot(int Width=0, int Height=0, QString Filename="") | MythMainWindow | static |
| SetDrawEnabled(bool Enable) | MythMainWindow | protectedslot |
| SetEffectsEnabled(bool Enable) | MythMainWindow | |
| SetFontStretch(int Stretch) | MythUIScreenBounds | |
| SetScalingFactors(float Horizontal, float Vertical) | MythUIScreenBounds | |
| SetUIScreenRect(QRect Rect) | MythUIScreenBounds | |
| Show() | MythMainWindow | |
| ShowMouseCursor(bool Show) | MythMainWindow | protected |
| ShowPainterWindow() | MythMainWindow | |
| SignalDisableScreensaver() | MythMainWindow | signal |
| SignalRemoteScreenShot(QString Filename, int Width, int Height) | MythMainWindow | signal |
| SignalResetScreensaver() | MythMainWindow | signal |
| SignalRestoreScreensaver() | MythMainWindow | signal |
| SignalSetDrawEnabled(bool Enable) | MythMainWindow | signal |
| SignalWindowReady() | MythMainWindow | signal |
| TranslateKeyPress(const QString &Context, QKeyEvent *Event, QStringList &Actions, bool AllowJumps=true) | MythMainWindow | |
| UIScreenRectChanged(const QRect &Rect) | MythUIScreenBounds | signal |
| UpdateScreenSettings(MythDisplay *mDisplay) | MythUIScreenBounds | |
| WindowIsAlwaysFullscreen() | MythUIScreenBounds | static |
| ~MythMainWindow() override | MythMainWindow | protected |