Page MenuHomePhorge

formathelpers.h
No OneTemporary

Authored By
Unknown
Size
849 B
Referenced Files
None
Subscribers
None

formathelpers.h

#ifndef FORMATHELPERS_H
#define FORMATHELPERS_H
#include <kolab_export.h>
#include <string>
namespace Kolab {
enum FolderType {
MailType = 0,
ContactType,
EventType,
TaskType,
JournalType,
NoteType,
ConfigurationType,
FreebusyType,
LastType
};
/**
* Returns the FolderType from a KOLAB_FOLDER_TYPE_* folder type string
*/
KOLAB_EXPORT FolderType folderTypeFromString( const std::string &folderTypeName );
/**
* Returns the annotation string for a folder
*/
KOLAB_EXPORT std::string folderAnnotation( FolderType type, bool isDefault = false );
/**
* Guesses the folder type from a user visible string
*/
KOLAB_EXPORT FolderType guessFolderTypeFromName( const std::string &name );
/**
* Returns a folder name for a type
*/
KOLAB_EXPORT std::string nameForFolderType( FolderType type );
}
#endif

File Metadata

Mime Type
text/x-c++
Expires
Mon, Apr 6, 3:07 AM (2 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c6/3b/508b84051f693aef81ed1b6eb29b
Default Alt Text
formathelpers.h (849 B)

Event Timeline