searchsrv_plat/cpix_search_api/inc/cpixdocumentfield.h
changeset 24 65456528cac2
parent 13 fcb2a58c181b
equal deleted inserted replaced
23:d4d56f5e7c55 24:65456528cac2
    29  * @ingroup Qt Search ClientAPI
    29  * @ingroup Qt Search ClientAPI
    30  * @brief Contains CCPixDocument field APIs
    30  * @brief Contains CCPixDocument field APIs
    31  */
    31  */
    32 
    32 
    33 #include <QObject>
    33 #include <QObject>
       
    34 #include <QStringList>
    34 
    35 
    35 //Forward decelaration
    36 //Forward decelaration
    36 class CpixDocumentFieldPrivate;
    37 class CpixDocumentFieldPrivate;
    37 
    38 
    38 /**
    39 /**
    96     /**
    97     /**
    97      * Setter: Sets the Name of the field.
    98      * Setter: Sets the Name of the field.
    98      * @param aConfig The config of the field
    99      * @param aConfig The config of the field
    99      */
   100      */
   100     void setConfig(const int aConfig);
   101     void setConfig(const int aConfig);
       
   102     
       
   103     /**
       
   104      * Getter: Gets the Value of the field.
       
   105      * @return The value of the field in list
       
   106      */
       
   107     QStringList values() const;
   101 
   108 
   102 private:
   109 private:
   103 	/**
   110 	/**
   104      * Constructor.
   111      * Constructor.
   105      * Creates a CpixDocumentField object and return a pointer to the created object.
   112      * Creates a CpixDocumentField object and return a pointer to the created object.