kpilot
FileInstallWidget Class Reference
#include <fileInstallWidget.h>

Detailed Description
Definition at line 40 of file fileInstallWidget.h.
Signals | |
| void | fileInstallWidgetDone () |
Public Member Functions | |
| FileInstallWidget (QWidget *parent) | |
| void | hidePage () |
| void | showPage () |
| virtual | ~FileInstallWidget () |
Protected Slots | |
| void | refreshFileInstallList () |
| void | slotAddFile () |
| void | slotClearButton () |
| void | slotDropEvent (QDropEvent *drop) |
Protected Member Functions | |
| void | contextMenu (QContextMenuEvent *event) |
| void | dragEnterEvent (QDragEnterEvent *event) |
| void | dropEvent (QDropEvent *drop) |
| bool | eventFilter (QObject *watched, QEvent *event) |
| KPilotInstaller * | getPilotInstallerApp () |
| bool | getSaveFileList () |
| void | setSaveFileList (bool saveIt) |
Constructor & Destructor Documentation
| FileInstallWidget::FileInstallWidget | ( | QWidget * | parent | ) |
Definition at line 57 of file fileInstallWidget.cc.
| FileInstallWidget::~FileInstallWidget | ( | ) | [virtual] |
Definition at line 78 of file fileInstallWidget.cc.
Member Function Documentation
| void FileInstallWidget::contextMenu | ( | QContextMenuEvent * | event | ) | [protected] |
Definition at line 238 of file fileInstallWidget.cc.
| void FileInstallWidget::dragEnterEvent | ( | QDragEnterEvent * | event | ) | [protected] |
| void FileInstallWidget::dropEvent | ( | QDropEvent * | drop | ) | [protected] |
Definition at line 89 of file fileInstallWidget.cc.
| void FileInstallWidget::fileInstallWidgetDone | ( | ) | [signal] |
| KPilotInstaller* FileInstallWidget::getPilotInstallerApp | ( | ) | [inline, protected] |
Definition at line 76 of file fileInstallWidget.h.
| bool FileInstallWidget::getSaveFileList | ( | ) | [inline, protected] |
Definition at line 75 of file fileInstallWidget.h.
| void FileInstallWidget::hidePage | ( | ) | [inline, virtual] |
Called when the component is hidden in kpilot.
It should clean up to save memory.
Implements ComponentPageBase.
Definition at line 50 of file fileInstallWidget.h.
| void FileInstallWidget::refreshFileInstallList | ( | ) | [protected, slot] |
Definition at line 214 of file fileInstallWidget.cc.
| void FileInstallWidget::setSaveFileList | ( | bool | saveIt | ) | [inline, protected] |
Definition at line 74 of file fileInstallWidget.h.
| void FileInstallWidget::showPage | ( | ) | [virtual] |
Called when the component is shown in kpilot.
It should load everything it needs and populate the widgets.
Implements ComponentPageBase.
Definition at line 189 of file fileInstallWidget.cc.
| void FileInstallWidget::slotAddFile | ( | ) | [protected, slot] |
Definition at line 195 of file fileInstallWidget.cc.
| void FileInstallWidget::slotClearButton | ( | ) | [protected, slot] |
Definition at line 183 of file fileInstallWidget.cc.
| void FileInstallWidget::slotDropEvent | ( | QDropEvent * | drop | ) | [protected, slot] |
Definition at line 177 of file fileInstallWidget.cc.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference