kpilot/kpilot
FileInstallWidget Class Reference
Inheritance diagram for FileInstallWidget:

Detailed Description
Definition at line 45 of file fileInstallWidget.h.
Public Slots | |
void | refreshFileInstallList () |
Signals | |
void | fileInstallWidgetDone () |
Public Member Functions | |
FileInstallWidget (QWidget *parent, const QString &dbPath) | |
virtual | ~FileInstallWidget () |
void | showComponent () |
bool | preHotSync (QString &) |
void | postHotSync () |
Protected Slots | |
void | slotClearButton () |
void | slotAddFile () |
void | slotDropEvent (QDropEvent *drop, const QValueList< QIconDragItem > &lst) |
Protected Member Functions | |
void | setSaveFileList (bool saveIt) |
bool | getSaveFileList () |
void | dragEnterEvent (QDragEnterEvent *event) |
void | dropEvent (QDropEvent *drop) |
bool | eventFilter (QObject *watched, QEvent *event) |
void | contextMenu (QMouseEvent *event) |
KPilotInstaller * | getPilotInstallerApp () |
Member Function Documentation
void FileInstallWidget::showComponent | ( | ) | [virtual] |
Called when the component is shown in kpilot.
It should load the database and populate the widgets.
Reimplemented from PilotComponent.
Definition at line 205 of file fileInstallWidget.cc.
bool FileInstallWidget::preHotSync | ( | QString & | ) | [virtual] |
Get ready for a hotsync -- write any unflushed records to disk, close windows, whatever.
Returns false if it is impossible to go into a sync now (due to open windows or strange state.).
The default implementation returns true.
If the function returns false, it can also put a string stating the reason why into s
. This string will be displayed to the user: "Can't start HotSync. %1" where 1 is replaced by s.
Reimplemented from PilotComponent.
Definition at line 225 of file fileInstallWidget.cc.
void FileInstallWidget::postHotSync | ( | ) | [virtual] |
Reload data (possibly changed by the hotsync) etc.
etc.
Reimplemented from PilotComponent.
Definition at line 237 of file fileInstallWidget.cc.
The documentation for this class was generated from the following files: