Home
last modified time | relevance | path

Searched refs:m_pIrcView (Results 1 – 19 of 19) sorted by relevance

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviIrcView_tools.cpp71 m_pIrcView = pParent; in KviIrcViewToolWidget()
82 connect(pButton, SIGNAL(clicked()), m_pIrcView, SLOT(toggleToolWidget())); in KviIrcViewToolWidget()
85 m_pStringToFind = new KviThemedLineEdit(this, m_pIrcView->parentKviWindow(), "search_lineedit"); in KviIrcViewToolWidget()
162 …KviShortcut::create(Qt::Key_Escape, m_pIrcView, SLOT(toggleToolWidget()), nullptr, Qt::WidgetWithC… in KviIrcViewToolWidget()
168 if(m_pIrcView) in ~KviIrcViewToolWidget()
169 if(m_pIrcView->parentKviWindow()) in ~KviIrcViewToolWidget()
170 if(m_pIrcView->parentKviWindow()->input()) in ~KviIrcViewToolWidget()
171 m_pIrcView->parentKviWindow()->input()->setFocus(); in ~KviIrcViewToolWidget()
264 m_pIrcView->repaint(); in forceRepaint()
266 m_pIrcView->paintEvent(nullptr); in forceRepaint()
[all …]
H A DKviWindow.cpp120 m_pIrcView = nullptr; in KviWindow()
399 if(m_pIrcView) in lastLineOfText()
400 return m_pIrcView->lastLineOfText(); in lastLineOfText()
406 if(m_pIrcView) in lastMessageText()
968 if(m_pIrcView) in focusInEvent()
969 m_pFocusHandler = m_pIrcView; in focusInEvent()
1143 if(m_pIrcView) in applyOptions()
1144 m_pIrcView->applyOptions(); in applyOptions()
1161 if(!m_pIrcView) in lostUserFocus()
1163 if(m_pIrcView->hasLineMark()) in lostUserFocus()
[all …]
H A DKviQueryWindow.cpp84 m_pIrcView = new KviIrcView(m_pSplitter, this); in KviQueryWindow()
85 connect(m_pIrcView, SIGNAL(rightClicked()), this, SLOT(textViewRightClicked())); in KviQueryWindow()
104 m_pIrcView->startLogging(); in KviQueryWindow()
107 m_pIrcView->enableDnd(true); in KviQueryWindow()
108 …connect(m_pIrcView, SIGNAL(fileDropped(const QString &)), this, SLOT(slotDndEvents(const QString &… in KviQueryWindow()
250 m_pIrcView->appendMessagesFrom(pQuery->m_pIrcView); in mergeQuery()
489 if(m_pIrcView->isLogging()) in setAliveQuery()
490 m_pIrcView->startLogging(); in setAliveQuery()
520 …QSize ret(m_pSplitter->sizeHint().width(), m_pIrcView->sizeHint().height() + m_pInput->heightHint(… in sizeHint()
H A DKviDebugWindow.cpp47 m_pIrcView = new KviIrcView(m_pSplitter, this); in KviDebugWindow()
108 …QSize ret(m_pSplitter->sizeHint().width(), m_pIrcView->sizeHint().height() + m_pInput->heightHint(… in sizeHint()
H A DKviChannelWindow.cpp126 m_pIrcView = new KviIrcView(m_pVertSplitter, this); in KviChannelWindow()
127 m_pIrcView->setObjectName(szName); in KviChannelWindow()
244 m_pIrcView->startLogging(); in KviChannelWindow()
420 m_pIrcView->joinMessagesFrom(m_pMessageView); in showDoubleView()
445 if(m_pIrcView->hasPrivateBackgroundPixmap()) in showDoubleView()
449 m_pMessageView->setMasterView(m_pIrcView); in showDoubleView()
450 m_pIrcView->splitMessagesTo(m_pMessageView); in showDoubleView()
796 if(m_pIrcView->isLogging()) in setAliveChan()
797 m_pIrcView->startLogging(); in setAliveChan()
2068 …if(m_pMessageView && m_pIrcView && m_pMessageView->lastMouseClickTime() >= m_pIrcView->lastMouseCl… in lastClickedView()
[all …]
H A DKviWindow.h183 KviIrcView * m_pIrcView; variable
282 KviIrcView * view() const { return m_pIrcView; } in view()
291 virtual KviIrcView * lastClickedView() const { return m_pIrcView; }; in lastClickedView()
403 …iFlags = 0, const QDateTime & datetime = QDateTime()) { internalOutput(m_pIrcView, iMsgType, pwTex…
H A DKviConsoleWindow.cpp124 m_pIrcView = new KviIrcView(m_pSplitter, this); in KviConsoleWindow()
125 connect(m_pIrcView, SIGNAL(rightClicked()), this, SLOT(textViewRightClicked())); in KviConsoleWindow()
506 if (m_pIrcView->isLogging()) in connectionAttached()
507 m_pIrcView->stopLogging(); in connectionAttached()
508 m_pIrcView->startLogging(); in connectionAttached()
1106 m_pIrcView->applyOptions(); in applyOptions()
1140 …QSize ret(m_pIrcView->sizeHint().height(), m_pIrcView->sizeHint().height() + m_pInput->heightHint(… in sizeHint()
H A DKviIrcView_tools.h101 KviIrcView * m_pIrcView;
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/socketspy/
H A DSocketSpyWindow.cpp45 m_pIrcView = new KviIrcView(m_pSplitter, this); in SocketSpyWindow()
72 return m_pIrcView->sizeHint(); in sizeHint()
109 m_pIrcView->applyOptions(); in applyOptions()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/window/
H A DUserWindow.cpp46 m_pIrcView = new KviIrcView(this, this); in UserWindow()
78 m_pIrcView->setGeometry(0, 0, width(), height() - hght); in resizeEvent()
83 m_pIrcView->setGeometry(0, 0, width(), height()); in resizeEvent()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/logview/
H A DLogViewWindow.cpp181 m_pIrcView = new KviIrcView(m_pSplitter, this); in LogViewWindow()
182 m_pIrcView->setMaxBufferSize(INT_MAX); in LogViewWindow()
183 m_pIrcView->setFocusPolicy(Qt::ClickFocus); in LogViewWindow()
223 m_pIrcView->toggleToolWidget(); in keyPressEvent()
252 QSize ret(m_pSplitter->sizeHint().width(), m_pIrcView->sizeHint().height()); in sizeHint()
421 m_pIrcView->clearBuffer(); in itemSelected()
442 m_pIrcView->repaint(); in itemSelected()
490 m_pIrcView->clearBuffer(); in deleteCurrent()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/dcc/
H A DDccCanvasWindow.cpp64 m_pIrcView = new KviIrcView(m_pSplitter, this); in DccCanvasWindow()
277 QSize ret(m_pIrcView->sizeHint().width(), in sizeHint()
278 m_pIrcView->sizeHint().height() + m_pInput->heightHint()); in sizeHint()
H A DDccChatWindow.cpp95 m_pIrcView = new KviIrcView(m_pSplitter, this); in DccChatWindow()
96 connect(m_pIrcView, SIGNAL(rightClicked()), this, SLOT(textViewRightClicked())); in DccChatWindow()
104 m_pIrcView->startLogging(); in DccChatWindow()
546 QSize ret(m_pIrcView->sizeHint().width(), in sizeHint()
547 m_pIrcView->sizeHint().height() + m_pInput->heightHint()); in sizeHint()
H A DDccVideoWindow.cpp422 m_pIrcView = new KviIrcView(this, this); in DccVideoWindow()
423 connect(m_pIrcView, SIGNAL(rightClicked()), this, SLOT(textViewRightClicked())); in DccVideoWindow()
475 m_pLayout->addWidget(m_pIrcView, 7, 0, 1, 3); in DccVideoWindow()
479 m_pIrcView->startLogging(); in DccVideoWindow()
H A DDccVoiceWindow.cpp699 m_pIrcView = new KviIrcView(m_pSplitter, this); in DccVoiceWindow()
943 int w = m_pIrcView->sizeHint().width(); in sizeHint()
945 QSize ret(w > w2 ? w : w2, m_pIrcView->sizeHint().height() + m_pHBox->sizeHint().height()); in sizeHint()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/codetester/
H A DCodeTesterWindow.cpp76 m_pIrcView = new KviIrcView(m_pSplitter, this); in CodeTesterWindow()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/list/
H A DListWindow.cpp257 m_pIrcView = new KviIrcView(m_pVertSplitter, this); in ListWindow()
586 m_pIrcView->applyOptions(); in applyOptions()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/links/
H A DLinksWindow.cpp89 m_pIrcView = new KviIrcView(m_pVertSplitter, this); in LinksWindow()
504 m_pIrcView->applyOptions(); in applyOptions()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/filetransferwindow/
H A DFileTransferWindow.cpp297 m_pIrcView = new KviIrcView(m_pVertSplitter, this); in FileTransferWindow()
873 m_pIrcView->applyOptions(); in applyOptions()