#include <kwebsnapwidget.h>
| Public Slots | |
| virtual void | slotHelp () | 
| virtual void | slotConfig () | 
| virtual void | slotQuit () | 
| virtual void | slotAbout () | 
| virtual void | slotStop () | 
| virtual void | slotStart () | 
| virtual void | slotSnapshot () | 
| virtual void | setPreview (const QPixmap &pm) | 
| virtual void | setLabel (const QString &text) | 
| virtual void | setStop (bool enable) | 
| virtual void | setStart (bool enable) | 
| virtual void | setConfig (bool enable) | 
| Public Member Functions | |
| KWebSnapWidget (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| ~KWebSnapWidget () | |
| QPixmap | preview () | 
| int | previewWidth () | 
| int | previewHeight () | 
This class represents all the GUI in the main dialog. It inherits the class generated by uic from kwebsnapwidget.ui. This class mainly just transfers all the signals from its widgets to KWebSnap. It also provides some slots for affecting the GUI. 
Definition at line 49 of file kwebsnapwidget.h.
| 
 | ||||||||||||||||
| Default constructor. 
 Definition at line 36 of file kwebsnapwidget.cpp. | 
| 
 | 
| Default destructor. Definition at line 48 of file kwebsnapwidget.cpp. | 
| 
 | 
| Returns the preview pixmap 
 Definition at line 88 of file kwebsnapwidget.cpp. | 
| 
 | 
| Returns the height of the preview pixmap. 
 Definition at line 99 of file kwebsnapwidget.cpp. | 
| 
 | 
| Returns the width of the preview pixmap. 
 Definition at line 94 of file kwebsnapwidget.cpp. | 
| 
 | 
| Enables or disables the Config button. 
 Definition at line 124 of file kwebsnapwidget.cpp. Referenced by KWebSnap::slotStart(), and KWebSnap::slotStop(). | 
| 
 | 
| 
Sets the status label to  
 Definition at line 109 of file kwebsnapwidget.cpp. | 
| 
 | 
| 
Sets the preview to pixmap  
 Definition at line 104 of file kwebsnapwidget.cpp. | 
| 
 | 
| Enables or disables the Start button. 
 Definition at line 114 of file kwebsnapwidget.cpp. Referenced by KWebSnap::slotStart(), and KWebSnap::slotStop(). | 
| 
 | 
| Enables or disables the Stop button. 
 Definition at line 119 of file kwebsnapwidget.cpp. Referenced by KWebSnap::KWebSnap(), KWebSnap::slotStart(), and KWebSnap::slotStop(). | 
| 
 | 
| About button slot. Definition at line 68 of file kwebsnapwidget.cpp. | 
| 
 | 
| Configure button slot. Definition at line 58 of file kwebsnapwidget.cpp. | 
| 
 | 
| Help button slot. Definition at line 53 of file kwebsnapwidget.cpp. | 
| 
 | 
| Quit button slot. Definition at line 63 of file kwebsnapwidget.cpp. | 
| 
 | 
| Snapshot button slot. Definition at line 83 of file kwebsnapwidget.cpp. | 
| 
 | 
| Start button slot. Definition at line 78 of file kwebsnapwidget.cpp. | 
| 
 | 
| Stop button slot. Definition at line 73 of file kwebsnapwidget.cpp. | 
 1.3.9.1
 1.3.9.1