qthighway/xqserviceutil/src/xqrequestinfo.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    42         void setEmbedded(bool on);
    42         void setEmbedded(bool on);
    43         bool isEmbedded() const;
    43         bool isEmbedded() const;
    44         void setBackground(bool on);
    44         void setBackground(bool on);
    45         bool isBackground() const;
    45         bool isBackground() const;
    46         bool isSynchronous() const;
    46         bool isSynchronous() const;
       
    47         void setForeground(bool on);
       
    48         bool isForeground() const;
    47         
    49         
    48         quint32 clientSecureId() const;
    50         quint32 clientSecureId() const;
    49         quint32 clientVendorId() const;
    51         quint32 clientVendorId() const;
    50         QSet<int> clientCapabilities() const;
    52         QSet<int> clientCapabilities() const;
    51         
    53         int id() const;
       
    54 
    52         void setInfo(const QString &key, const QVariant &value);
    55         void setInfo(const QString &key, const QVariant &value);
    53         QVariant info(const QString &key) const;
    56         QVariant info(const QString &key) const;
    54         QStringList infoKeys() const;
    57         QStringList infoKeys() const;
    55         
    58         
    56         template <typename Stream> void serialize(Stream &stream) const;
    59         template <typename Stream> void serialize(Stream &stream) const;