camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakesettings.h
changeset 37 64817133cd1d
parent 19 d9aefe59d544
child 45 24fd82631616
equal deleted inserted replaced
36:b12f3922a74f 37:64817133cd1d
    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