53 void ChangeState(
const Screen* s,
int key);
54 bool IsFromHere(
const std::string& node_name);
56 std::map<std::string, GeneralChannelMessage*>::const_iterator FindChild(
59 enum class SecondColumnType { MessageType, MessageFrameRatio };
60 SecondColumnType second_column_;
64 const std::string& specified_channel_;
65 std::map<std::string, GeneralChannelMessage*> all_channels_map_;