The TextBubble class represents a text bubble created using say or think block.
Definition textbubble.h:16
Thread * owner() const
Definition textbubble.cpp:96
TextBubble(const TextBubble &)=delete
bool isTextBubble() const override final
Definition textbubble.cpp:18
TextBubble()
Definition textbubble.cpp:11
Type
Definition textbubble.h:19
@ Think
Definition textbubble.h:21
@ Say
Definition textbubble.h:20
Type type() const
Definition textbubble.cpp:24
sigslot::signal< const std::string & > & textChanged() const
Definition textbubble.cpp:90
virtual void setType(Type type)
Definition textbubble.cpp:30
const std::string & text() const
Definition textbubble.cpp:46
virtual void setText(const std::string &text)
Definition textbubble.cpp:55
sigslot::signal< Type > & typeChanged() const
Definition textbubble.cpp:37