27 #include <tqcstring.h> 29 #include <VCardParam.h> 34 class KVCARD_EXPORT SourceParam :
public Param
37 #include "SourceParam-generated.h" 39 enum SourceParamType { TypeUnknown, TypeValue, TypeContext, TypeX };
41 SourceParamType type() { parse();
return type_;}
42 TQCString par() { parse();
return par_; }
43 TQCString val() { parse();
return val_; }
45 void setType(SourceParamType t) { type_ = t; assembled_ =
false; }
46 void setPar(
const TQCString & s) { par_ = s; assembled_ =
false; }
47 void setVal(
const TQCString & s) { val_ = s; assembled_ =
false; }
51 SourceParamType type_;