Add TimerMetronomeWindow and WorkspaceWindow classes

- Introduced TimerMetronomeWindow.h and WorkspaceWindow.h to manage workspace windows and timer metronome functionality.
- Implemented WorkspaceWindow.cpp with methods for managing window visibility, collapsing, and workspace clearing/restoration.
- Removed obsolete snippets.cpp file containing unused code and functions.
This commit is contained in:
brunoherbelin
2025-11-29 09:42:25 +01:00
parent a7fc34298c
commit 6de65e1de2
154 changed files with 15851 additions and 809 deletions

View File

@@ -29,8 +29,8 @@
#include <gst/pbutils/pbutils.h>
#include "Log.h"
#include "GstToolkit.h"
#include "SystemToolkit.h"
#include "Toolkit/GstToolkit.h"
#include "Toolkit/SystemToolkit.h"
#include "ShmdataBroadcast.h"