summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/emulation_widget.h
authorharlekin <harlekin>2002-10-12 15:44:01 (UTC)
committer harlekin <harlekin>2002-10-12 15:44:01 (UTC)
commite6b92ad451dba66f4eb5000a41b96eb2ee203dce (patch) (unidiff)
tree07caa3f11d59c96858dd374d6b7cff90dbe3915e /noncore/apps/opie-console/emulation_widget.h
parent83aed438ec060307bf5562d91bd8b61fe60f860b (diff)
downloadopie-e6b92ad451dba66f4eb5000a41b96eb2ee203dce.zip
opie-e6b92ad451dba66f4eb5000a41b96eb2ee203dce.tar.gz
opie-e6b92ad451dba66f4eb5000a41b96eb2ee203dce.tar.bz2
some more stuff - modem config, bluetooth.. -, not finished
Diffstat (limited to 'noncore/apps/opie-console/emulation_widget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/emulation_widget.h14
1 files changed, 7 insertions, 7 deletions
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
@@ -36,10 +36,10 @@ public:
36 36
37 /** 37 /**
38 * sets the image 38 * sets the image
39 * @param QArray<Character> const newimg, the new image 39 * @param QArray<Character> const newimg, the new image
40 * @param int lines, lines of the new image 40 * @param int lines, lines of the new image
41 * @param int columns, columns of the new image 41 * @param int columns, columns of the new image
42 */ 42 */
43 virtual void setImage( QArray<Character> const newimg, int columns, int lines ); 43 virtual void setImage( QArray<Character> const newimg, int columns, int lines ) {};
44 44
45 /** 45 /**
@@ -47,5 +47,5 @@ public:
47 * @param const Profile& config, configuration 47 * @param const Profile& config, configuration
48 */ 48 */
49 virtual void reloadConfig( const Profile& config ); 49 virtual void reloadConfig( const Profile& config ) {};
50 50
51 /** 51 /**
@@ -61,9 +61,9 @@ public:
61 61
62protected: 62protected:
63 63
64 /** 64 /**
65 * calculates current image bounds 65 * calculates current image bounds
66 */ 66 */
67 virtual void calcGeometry(); 67 virtual void calcGeometry() {};
68 68
69 /** 69 /**
@@ -73,8 +73,8 @@ protected:
73 * @param QRect rect, rect to be drawn into 73 * @param QRect rect, rect to be drawn into
74 * @param Character attr, attributes of Characters 74 * @param Character attr, attributes of Characters
75 * @param bool usePixmap, if to use the background pixmap (currently not supported) 75 * @param bool usePixmap, if to use the background pixmap (currently not supported)
76 * @param bool clear, if rect should be cleared 76 * @param bool clear, if rect should be cleared
77 */ 77 */
78 void drawAttrString( QString& string, QPainter& painter, QRect rect, Character attr, bool pm, bool clear ); 78 void drawAttrString( QString& string, QPainter& painter, QRect rect, Character attr, bool pm, bool clear );
79 79
80}; 80};