Files
MARTe-Integrated-Components/Client/streamhub/SourcePanel.h
2026-06-12 15:25:13 +02:00

18 lines
322 B
C++

/**
* @file SourcePanel.h
* @brief Left sidebar: source tree with draggable signal leaves.
*/
#pragma once
namespace StreamHubClient {
class App;
/**
* @brief Render the source browser sidebar.
* Must be called inside an ImGui child window.
*/
void RenderSourcePanel(App& app);
} /* namespace StreamHubClient */