MCPcopy Create free account
hub / github.com/KDE/konsole / ScreenWindow

Method ScreenWindow

src/ScreenWindow.cpp:14–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12using namespace Konsole;
13
14ScreenWindow::ScreenWindow(Screen *screen, QObject *parent)
15 : QObject(parent)
16 , _screen(nullptr)
17 , _windowBuffer(nullptr)
18 , _windowBufferSize(0)
19 , _bufferNeedsUpdate(true)
20 , _windowLines(1)
21 , _currentLine(0)
22 , _currentResultLine(-1)
23 , _trackOutput(true)
24 , _scrollCount(0)
25{
26 setScreen(screen);
27}
28
29ScreenWindow::~ScreenWindow()
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected