interfaces Library API Documentation

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 // virtual void addingLine( charData* line ); 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
KDE Logo
This file is part of the documentation for interfaces Library Version 3.2.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 8 11:15:30 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003