Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
stdinlistener.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4#ifndef STDINLISTENER_H
5#define STDINLISTENER_H
6
7#include <QtCore/QSocketNotifier>
8
10
12{
14
15public:
18
19public slots:
20 void start();
21
24
25private slots:
26 void receivedData();
27};
28
29QT_END_NAMESPACE
30
31#endif
static CentralWidget * instance()
QHelpFilterEngine * filterEngine() const
QHelpSearchEngine * searchEngine() const
bool fullTextSearchFallbackEnabled() const
QHelpIndexWidget * indexWidget()
static HelpEngineWrapper & instance()
void syncContents()
void setBookmarksVisible(bool visible)
void expandTOC(int depth)
void setIndexVisible(bool visible)
void setSearchVisible(bool visible)
static OpenPagesManager * instance()
Combined button and popup list for selecting options.
#define TRACE_OBJ
Definition tracer.h:34