Home
last modified time | relevance | path

Searched refs:AwayLabel (Results 1 – 8 of 8) sorted by relevance

/dports/irc/konversation/konversation-21.12.3/src/viewer/
H A Dawaylabel.cpp15 AwayLabel::AwayLabel(QWidget *parent) in AwayLabel() function in AwayLabel
20 connect(action, &QAction::triggered, this, &AwayLabel::unaway); in AwayLabel()
23 connect(action, &QAction::triggered, this, &AwayLabel::changeAwayMessage); in AwayLabel()
27 AwayLabel::~AwayLabel() in ~AwayLabel()
31 void AwayLabel::changeAwayMessage() in changeAwayMessage()
H A Dawaylabel.h14 class AwayLabel : public QLabel
19 explicit AwayLabel(QWidget *parent = nullptr);
20 ~AwayLabel() override;
30 Q_DISABLE_COPY(AwayLabel)
H A Dstatuspanel.h13 class AwayLabel; variable
77 AwayLabel* awayLabel;
H A Dstatuspanel.cpp50 awayLabel=new AwayLabel(commandLineBox); in StatusPanel()
316 connect(awayLabel, &AwayLabel::unaway, m_server, &Server::requestUnaway); in setServer()
317 connect(awayLabel, &AwayLabel::awayMessageChanged, m_server, &Server::requestAway); in setServer()
/dports/irc/konversation/konversation-21.12.3/src/irc/
H A Dquery.h25 class AwayLabel; variable
108 AwayLabel* awayLabel;
H A Dquery.cpp66 awayLabel=new AwayLabel(inputBox); in Query()
123 connect(awayLabel, &AwayLabel::unaway, m_server, &Server::requestUnaway); in setServer()
124 connect(awayLabel, &AwayLabel::awayMessageChanged, m_server, &Server::requestAway); in setServer()
H A Dchannel.h37 class AwayLabel; variable
317 AwayLabel* awayLabel;
H A Dchannel.cpp232 awayLabel = new AwayLabel(commandLineBox); in Channel()
339 connect(awayLabel, &AwayLabel::unaway, m_server, &Server::requestUnaway); in setServer()
340 connect(awayLabel, &AwayLabel::awayMessageChanged, m_server, &Server::requestAway); in setServer()