21 #ifndef Q_UNIXTERMINALIMPL
22 #define Q_UNIXTERMINALIMPL
49 void setCursorColor (
bool useForegroundColor,
const QColor& color);
Provides primitives for opening & closing a pseudo TTY pair, assigning the controlling TTY,...
virtual void handle_visibility_changed(bool visible)
QUnixTerminalImpl(QWidget *parent=nullptr)
void sendText(const QString &text)
virtual ~QUnixTerminalImpl()
void setSelectionColor(const QColor &color)
void setTerminalFont(const QFont &font)
void setSize(int h, int v)
void setCursorType(CursorType type, bool blinking)
void setBackgroundColor(const QColor &color)
void has_extra_interrupt(bool extra_interrupt)
QList< QAction * > get_hotspot_actions(const QPoint &at)
void setCursorColor(bool useForegroundColor, const QColor &color)
TerminalModel * m_terminalModel
void setScrollBufferSize(int value)
void showEvent(QShowEvent *)
void setForegroundColor(const QColor &color)
TerminalView * m_terminalView
virtual void resizeEvent(QResizeEvent *)
Represents a terminal session consisting of a pseudo-teletype and a terminal emulation.
A widget which displays output from a terminal emulation and sends input keypresses and mouse activit...