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
|
Reload data (possibly changed by the hotsync) etc. etc. Reimplemented from PilotComponent. Definition at line 240 of file fileInstallWidget.cc. |
|
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 Reimplemented from PilotComponent. Definition at line 228 of file fileInstallWidget.cc. |
|
Called when the component is shown in kpilot. It should load the database and populate the widgets. Reimplemented from PilotComponent. Definition at line 208 of file fileInstallWidget.cc. |
The documentation for this class was generated from the following files: