Program Listing for File parameter_window.hpp

Return to documentation for file (include/parameter_window.hpp)

#ifndef RIG_RECONFIGURE_PARAMETER_WINDOW_HPP
#define RIG_RECONFIGURE_PARAMETER_WINDOW_HPP

#include <imgui.h>
#include <string>

#include "parameter_tree.hpp"
#include "service_wrapper.hpp"
#include "utils.hpp"

void renderParameterWindow(const char *windowName, const std::string &curSelectedNode,
                           ServiceWrapper &serviceWrapper, ParameterTree &filteredParameterTree,
                           std::string &filter, Status &status);

#endif //RIG_RECONFIGURE_PARAMETER_WINDOW_HPP