kpilot

PilotDaemonTray Class Reference

#include <pilotDaemon.h>

Inheritance diagram for PilotDaemonTray:

List of all members.


Public Types

enum  IconShape { Normal, Busy, NotListening }

Public Member Functions

void changeIcon (IconShape)
virtual void dragEnterEvent (QDragEnterEvent *)
virtual void dropEvent (QDropEvent *)
void enableRunKPilot (bool)
 PilotDaemonTray (PilotDaemon *p)

Protected Slots

virtual void closeEvent (QCloseEvent *e)
virtual void mousePressEvent (QMouseEvent *e)
void slotBusyTimer ()
void slotShowAbout ()
void slotShowBusy ()
void slotShowNormal ()
void slotShowNotListening ()

Protected Member Functions

void endHotSync ()
void setupWidget ()
void startHotSync ()

Protected Attributes

QPopupMenufSyncTypeMenu

Detailed Description

Definition at line 54 of file pilotDaemon.h.


Member Enumeration Documentation

Enumerator:
Normal 
Busy 
NotListening 

Definition at line 63 of file pilotDaemon.h.


Constructor & Destructor Documentation

PilotDaemonTray::PilotDaemonTray ( PilotDaemon p  ) 

Definition at line 80 of file pilotDaemon.cc.


Member Function Documentation

void PilotDaemonTray::changeIcon ( IconShape  i  ) 

Definition at line 220 of file pilotDaemon.cc.

void PilotDaemonTray::closeEvent ( QCloseEvent e  )  [protected, virtual, slot]

Definition at line 137 of file pilotDaemon.cc.

void PilotDaemonTray::dragEnterEvent ( QDragEnterEvent e  )  [virtual]

Definition at line 92 of file pilotDaemon.cc.

void PilotDaemonTray::dropEvent ( QDropEvent e  )  [virtual]

Definition at line 98 of file pilotDaemon.cc.

void PilotDaemonTray::enableRunKPilot ( bool  b  ) 

Definition at line 212 of file pilotDaemon.cc.

void PilotDaemonTray::endHotSync (  )  [protected]

Definition at line 270 of file pilotDaemon.cc.

void PilotDaemonTray::mousePressEvent ( QMouseEvent e  )  [protected, virtual, slot]

Definition at line 116 of file pilotDaemon.cc.

void PilotDaemonTray::setupWidget (  )  [protected]

Definition at line 143 of file pilotDaemon.cc.

void PilotDaemonTray::slotBusyTimer (  )  [protected, slot]

Definition at line 249 of file pilotDaemon.cc.

void PilotDaemonTray::slotShowAbout (  )  [protected, slot]

Definition at line 199 of file pilotDaemon.cc.

void PilotDaemonTray::slotShowBusy (  )  [protected, slot]

Definition at line 237 of file pilotDaemon.cc.

void PilotDaemonTray::slotShowNormal (  )  [protected, slot]

Definition at line 231 of file pilotDaemon.cc.

void PilotDaemonTray::slotShowNotListening (  )  [protected, slot]

Definition at line 243 of file pilotDaemon.cc.

void PilotDaemonTray::startHotSync (  )  [protected]

Definition at line 255 of file pilotDaemon.cc.


Member Data Documentation

Menu of sync types.

Definition at line 77 of file pilotDaemon.h.


The documentation for this class was generated from the following files: