mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt: Make toolbar more dynamic
This commit is contained in:
@ -52,6 +52,10 @@ public:
|
||||
void SetLogConfigVisible(bool visible);
|
||||
bool IsControllerStateNeeded() const;
|
||||
void SetControllerStateNeeded(bool needed);
|
||||
void SetToolBarVisible(bool visible);
|
||||
bool IsToolBarVisible() const;
|
||||
void SetWidgetsLocked(bool visible);
|
||||
bool AreWidgetsLocked() const;
|
||||
|
||||
// GameList
|
||||
QStringList GetPaths() const;
|
||||
@ -125,6 +129,8 @@ signals:
|
||||
void RegistersVisibilityChanged(bool visible);
|
||||
void LogVisibilityChanged(bool visible);
|
||||
void LogConfigVisibilityChanged(bool visible);
|
||||
void ToolBarVisibilityChanged(bool visible);
|
||||
void WidgetLockChanged(bool locked);
|
||||
void EnableCheatsChanged(bool enabled);
|
||||
void WatchVisibilityChanged(bool visible);
|
||||
void BreakpointsVisibilityChanged(bool visible);
|
||||
|
Reference in New Issue
Block a user