camerauis/cameraxui/cxengine/inc/api/cxefeaturemanager.h
changeset 28 3075d9b614e6
parent 19 d9aefe59d544
child 45 24fd82631616
equal deleted inserted replaced
19:d9aefe59d544 28:3075d9b614e6
    42     virtual CxeError::Id isFeatureSupported(const QString& key, bool& value) const = 0;
    42     virtual CxeError::Id isFeatureSupported(const QString& key, bool& value) const = 0;
    43 
    43 
    44     /*!
    44     /*!
    45     * We retrieve all the configured values for the given key
    45     * We retrieve all the configured values for the given key
    46     */
    46     */
    47     virtual CxeError::Id configuredValues(const QString& key,QList<int>& values) = 0;
    47     virtual CxeError::Id configuredValues(const QString& key, QList<int>& values) = 0;
    48 
    48 
    49 protected:
    49 protected:
    50     CxeFeatureManager() {}
    50     CxeFeatureManager() {}
    51 };
    51 };
    52 
    52