|
xbmc
|
A branch in the controller tree. More...
#include <ControllerHub.h>
Public Member Functions | |
| CControllerHub (const CControllerHub &other) | |
| CControllerHub (CControllerHub &&other)=default | |
| CControllerHub & | operator= (const CControllerHub &rhs) |
| CControllerHub & | operator= (CControllerHub &&rhs) noexcept |
| void | Clear () |
| bool | HasPorts () const |
| PortVec & | GetPorts () |
| const PortVec & | GetPorts () const |
| void | SetPorts (PortVec ports) |
| bool | IsControllerAccepted (const std::string &controllerId) const |
| bool | IsControllerAccepted (const std::string &portAddress, const std::string &controllerId) const |
| ControllerVector | GetControllers () const |
| void | GetControllers (ControllerVector &controllers) const |
| const CPortNode & | GetPort (const std::string &address) const |
A branch in the controller tree.
1.8.13