camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakesettings.h
changeset 41 67457b2ffb33
parent 19 d9aefe59d544
child 45 24fd82631616
equal deleted inserted replaced
40:2922f70fca82 41:67457b2ffb33
    39         CxeError::Id get(const QString &key, qreal &value) const;
    39         CxeError::Id get(const QString &key, qreal &value) const;
    40         CxeError::Id set(const QString &key, qreal newValue);
    40         CxeError::Id set(const QString &key, qreal newValue);
    41         void reset();
    41         void reset();
    42 
    42 
    43     public: // methods for unit testing
    43     public: // methods for unit testing
    44         // ??
    44         
       
    45         void emulate(long int uid, unsigned long int key, QVariant value);
    45 
    46 
    46     private: // data
    47     private: // data
    47         QHash<QString, QVariant> mSettingKeyHash;
    48         QHash<QString, QVariant> mSettingKeyHash;
    48         QHash<QString, unsigned long int> mRuntimeKeyHash;
    49         QHash<QString, unsigned long int> mRuntimeKeyHash;
    49 
    50