terminal_emulation_interface.h
00001
#ifndef TERMINAL_EMULATION_INTERFACE_H
00002
#define TERMINAL_EMULATION_INTERFACE_H
00003
00053 class TermEmuInterface
00054 {
00055 signals:
00059
virtual void sizeChanged(
int width,
int height ) = 0;
00060
00066
00067
public:
00072
virtual void setCursorShown(
const bool ) = 0;
00073
00078
virtual bool isCursorShown()
const = 0;
00079
00084
virtual void setInteractive(
const bool ) = 0;
00085
00090
virtual bool isInteractive()
const = 0;
00091
00095
virtual void setProcess(
KProcess* proc ) = 0;
00096 };
00097
#endif
This file is part of the documentation for interfaces Library Version 3.2.3.