Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CPanelsLogicsLibraries.hpp
Go to the documentation of this file.
1#ifndef LIBS_PANELS_CPANELLOGICSLIBRARIES_HPP_
2#define LIBS_PANELS_CPANELLOGICSLIBRARIES_HPP_
3
4#include "logic/types.hpp"
5#include "ui/gui/CTree.hpp"
6
22
24{
25 explicit SLogicsToolBox(CTree *tree);
26 ~SLogicsToolBox() = default;
27 SLogicsToolBox(const SLogicsToolBox &other) = delete;
28 SLogicsToolBox(SLogicsToolBox &&other) = delete;
29 SLogicsToolBox &operator=(const SLogicsToolBox &other) = delete;
31
34 bool m_isSelectedLCALeaf;// is the selected logic component a leaf
35};
36
37#endif
EContextMenu
Definition CPanelsLogicsLibraries.hpp:8
@ ComponentOthersChannel
@ ComponentOthersConstant
@ ComponentOthersLibraryIOBlock
@ ComponentOthersBroadCastChannel
Definition CTree.hpp:10
Definition CPanelsLogicsLibraries.hpp:24
SLogicsToolBox(SLogicsToolBox &&other)=delete
~SLogicsToolBox()=default
CTree * m_treeRef
Definition CPanelsLogicsLibraries.hpp:32
SLogicsToolBox & operator=(const SLogicsToolBox &other)=delete
iv::types::logic::ComponentType m_selectedComponentType
Definition CPanelsLogicsLibraries.hpp:33
SLogicsToolBox(CTree *tree)
Definition CPanelsLogicsLibraries.cpp:5
SLogicsToolBox(const SLogicsToolBox &other)=delete
bool m_isSelectedLCALeaf
Definition CPanelsLogicsLibraries.hpp:34
SLogicsToolBox & operator=(SLogicsToolBox &&other)=delete
Tuple containing the type of logic component (logic blocks, library blocks & others blocks).
Definition types.hpp:22