Searched refs:ComponmentInputMsg (Results 1 – 4 of 4) sorted by relevance
99 class ComponmentInputMsg : public InputedMsgObject {101 ComponmentInputMsg() : InputedMsgObject(componmentInput) in ComponmentInputMsg() function104 virtual ~ComponmentInputMsg() = default;
130 …void ComponmentInfoArrange(const std::string &bundle, std::shared_ptr<ComponmentInputMsg> inputCom…
252 … std::shared_ptr<ComponmentInputMsg> componentInputMsg = std::make_shared<ComponmentInputMsg>(); in OrderInput()298 … std::shared_ptr<ComponmentInputMsg> componentInputMsg = std::make_shared<ComponmentInputMsg>(); in RandomInput()350 … std::shared_ptr<ComponmentInputMsg> componentInputMsg = std::make_shared<ComponmentInputMsg>(); in FocusInput()
244 auto inputCompMsgPtr = std::static_pointer_cast<ComponmentInputMsg>(inputedMsgObject); in SplitInputMode()262 auto inputCompMsgPtr = std::static_pointer_cast<ComponmentInputMsg>(inputedMsgObject); in GroupFocusDataAndRecord()534 void Report::ComponmentInfoArrange(const std::string &bundle, std::shared_ptr<ComponmentInputMsg> i… in ComponmentInfoArrange()