VCardLangValue.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef LANGVALUE_H
00025 #define LANGVALUE_H
00026
00027 #include <qcstring.h>
00028 #include <qstrlist.h>
00029
00030 #include <VCardValue.h>
00031
00032 namespace VCARD
00033 {
00034
00035 class LangValue : public Value
00036 {
00037 #include "LangValue-generated.h"
00038
00039 QCString primary();
00040 QStrList subtags();
00041
00042 void setPrimary(const QCString &);
00043 void setSubTags(const QStrList &);
00044
00045 QCString primary_;
00046 QStrList subtags_;
00047 };
00048
00049 }
00050
00051 #endif
This file is part of the documentation for kabc Library Version 3.2.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Mar 4 22:45:23 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003