kpilot

doc-conduit.h File Reference

#include <plugin.h>

Include dependency graph for doc-conduit.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  DOCConduit
class  docSyncInfo

Typedefs

typedef QValueList< docSyncInfosyncInfoList

Enumerations

enum  eSyncDirectionEnum {
  eSyncNone, eSyncPDAToPC, eSyncPCToPDA, eSyncDelete,
  eSyncConflict
}
enum  eTextStatus {
  eStatNone = 0, eStatNew = 1, eStatChanged = 2, eStatBookmarksChanged = 4,
  eStatDeleted = 8, eStatDoesntExist = 16
}

Functions

QString dirToString (eSyncDirectionEnum dir)

Typedef Documentation

Definition at line 33 of file doc-conduit.h.


Enumeration Type Documentation

Enumerator:
eSyncNone 
eSyncPDAToPC 
eSyncPCToPDA 
eSyncDelete 
eSyncConflict 

Definition at line 36 of file doc-conduit.h.

Enumerator:
eStatNone 
eStatNew 
eStatChanged 
eStatBookmarksChanged 
eStatDeleted 
eStatDoesntExist 

Definition at line 44 of file doc-conduit.h.


Function Documentation

QString dirToString ( eSyncDirectionEnum  dir  ) 

Definition at line 62 of file doc-conduit.cc.