Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CPanelChannelsSelectVisibleParams.hpp
Go to the documentation of this file.
1#ifndef LIBS_PANELS_CPANELCHANNELSSELECTVISIBLEPARAMS_HPP_
2#define LIBS_PANELS_CPANELCHANNELSSELECTVISIBLEPARAMS_HPP_
3
5
6#include <memory>
7
32
33#endif /* LIBS_PANELS_CPANELCHANNELSSELECTVISIBLEPARAMS_HPP_ */
Definition AbstractComponentGUI.hpp:30
Definition CPanelChannelsSelectVisibleParams.hpp:9
CPanelChannelsSelectVisibleParams(CPanelChannelsSelectVisibleParams &&other)=delete
std::shared_ptr< AbstractSheetModel > m_sheetModelRef
Definition CPanelChannelsSelectVisibleParams.hpp:29
static const int32_t kNumGridLayoutColumns
Definition CPanelChannelsSelectVisibleParams.hpp:11
iv::gui::sheets::ColumnsDefinitions m_columnDefinitionsModified
Definition CPanelChannelsSelectVisibleParams.hpp:30
CPanelChannelsSelectVisibleParams & operator=(const CPanelChannelsSelectVisibleParams &other)=delete
CPanelChannelsSelectVisibleParams & operator=(CPanelChannelsSelectVisibleParams &&other)=delete
CPanelChannelsSelectVisibleParams(const CPanelChannelsSelectVisibleParams &other)=delete
AbstractComponentGUI * buildPanel()
Definition CPanelChannelsSelectVisibleParams.cpp:126
const iv::gui::sheets::ColumnsDefinitions & getColumnDefinitionsModified() const
Definition CPanelChannelsSelectVisibleParams.cpp:245
std::map< ColumnId, ColumnDefinition > ColumnsDefinitions
Definition structs.hpp:84