Freeciv-3.3
|
#include <chatline.h>
Public Member Functions | |
chat_input (QWidget *parent=nullptr) | |
virtual void | chat_word_list_changed (const QStringList &cmplt_word_list) |
bool | event (QEvent *event) |
Private Slots | |
void | send () |
Definition at line 81 of file chatline.h.
|
explicit |
Constructor
Definition at line 212 of file chatline.cpp.
|
virtual |
Called whenever the completion word list changes.
Reimplemented from chat_listener.
Definition at line 232 of file chatline.cpp.
Referenced by chat_input().
bool chat_input::event | ( | QEvent * | event | ) |
Event handler for chat_input, used for history
Definition at line 249 of file chatline.cpp.
|
privateslot |
Sends the content of the input box
Definition at line 223 of file chatline.cpp.
Referenced by chat_input().