ScrollableMultiLineEdit.h

Go to the documentation of this file.
00001 #ifndef SCROLLABLE_MULTILINEEDIT_H
00002 #define SCROLLABLE_MULTILINEEDIT_H
00003 
00004 #include <iostream.h>
00005 #include <qmultilineedit.h>
00006 
00007 class ScrollableMultiLineEdit : public QMultiLineEdit {
00008    
00009    Q_OBJECT
00010 
00011 public:
00012 
00013     ScrollableMultiLineEdit( QWidget *parent, const char *name=0 );
00014    ~ScrollableMultiLineEdit();
00015 
00016 public slots:
00017 
00018 
00019     void scrollUp();
00020     void scrollDown();
00021     void scrollPageUp();
00022     void scrollPageDown();
00023 
00024 };
00025 
00026 #endif

Generated on Sun Mar 1 17:30:47 2009 for toMOTko by  doxygen 1.5.6