From e6b92ad451dba66f4eb5000a41b96eb2ee203dce Mon Sep 17 00:00:00 2001 From: harlekin Date: Sat, 12 Oct 2002 15:44:01 +0000 Subject: some more stuff - modem config, bluetooth.. -, not finished --- (limited to 'noncore/apps/opie-console/emulation_widget.h') diff --git a/noncore/apps/opie-console/emulation_widget.h b/noncore/apps/opie-console/emulation_widget.h index a57803d..56ea15f 100644 --- a/noncore/apps/opie-console/emulation_widget.h +++ b/noncore/apps/opie-console/emulation_widget.h @@ -35,18 +35,18 @@ public: ~EmulationWidget(); /** - * sets the image + * sets the image * @param QArray const newimg, the new image * @param int lines, lines of the new image * @param int columns, columns of the new image */ - virtual void setImage( QArray const newimg, int columns, int lines ); + virtual void setImage( QArray const newimg, int columns, int lines ) {}; /** * reloads configuration * @param const Profile& config, configuration */ - virtual void reloadConfig( const Profile& config ); + virtual void reloadConfig( const Profile& config ) {}; /** * sets the scrollbar (not yet implemented) @@ -60,11 +60,11 @@ public: virtual void scroll( int value ); protected: - + /** * calculates current image bounds */ - virtual void calcGeometry(); + virtual void calcGeometry() {}; /** * draws a String @@ -72,9 +72,9 @@ protected: * @param QPainter& painter, painter, that should draw * @param QRect rect, rect to be drawn into * @param Character attr, attributes of Characters - * @param bool usePixmap, if to use the background pixmap (currently not supported) + * @param bool usePixmap, if to use the background pixmap (currently not supported) * @param bool clear, if rect should be cleared */ void drawAttrString( QString& string, QPainter& painter, QRect rect, Character attr, bool pm, bool clear ); -}; +}; -- cgit v0.9.0.2