FACT++  1.0
void MainWindow::on_fChatSend_clicked ( )
privateslot

Definition at line 733 of file MainWindow.cc.

References Dim::SendCommand().

Referenced by on_fRateScanBoard2_valueChanged().

734 {
735  const string msg = fChatMessage->text().toStdString();
736  if (Dim::SendCommand("CHAT/MSG", msg.c_str(), msg.length()+1))
737  fChatMessage->clear();
738 }
bool SendCommand(const std::string &command)
Definition: Dim.h:26

+ Here is the call graph for this function:

+ Here is the caller graph for this function: