Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
VirtualString.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_CHANNELS_CONTROLLER_VIRTUALSTRING_HPP_
2#define IV_SRC_CHANNELS_CONTROLLER_VIRTUALSTRING_HPP_
3
5
7{
8
10{
11public:
13 ~VirtualString() override = default;
14
15 AbstractComponentGUI *panelConfigureChannel(const std::shared_ptr<bool> &hasPermission,
16 const std::shared_ptr<bool> &hasRootPermission) override;
17};
18
19}// namespace iv::channels::controller
20
21#endif//IV_SRC_CHANNELS_CONTROLLER_VIRTUALSTRING_HPP_
Definition AbstractComponentGUI.hpp:30
Definition AbstractChannel.hpp:24
Definition AbstractChannel.hpp:19
Definition VirtualString.hpp:10
AbstractComponentGUI * panelConfigureChannel(const std::shared_ptr< bool > &hasPermission, const std::shared_ptr< bool > &hasRootPermission) override
Definition VirtualString.cpp:12
Definition AbstractChannel.cpp:37