~saiarcot895/libopenshot/qt-json

« back to all changes in this revision

Viewing changes to include/effects/Brightness.h

  • Committer: Saikrishna Arcot
  • Date: 2015-10-04 15:18:06 UTC
  • Revision ID: saiarcot895@gmail.com-20151004151806-ffpsybuaqc2yz09l
Switch from JsonCPP to Qt JSON.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
                /// Get and Set JSON methods
96
96
                string Json(); ///< Generate JSON string of this object
97
97
                void SetJson(string value) throw(InvalidJSON); ///< Load JSON string into this object
98
 
                Json::Value JsonValue(); ///< Generate Json::JsonValue for this object
99
 
                void SetJsonValue(Json::Value root); ///< Load Json::JsonValue into this object
 
98
        QJsonObject JsonValue(); ///< Generate QJsonObject for this object
 
99
        void SetJsonValue(QJsonObject root); ///< Load QJsonObject into this object
100
100
 
101
101
                /// Get all properties for a specific frame (perfect for a UI to display the current state
102
102
                /// of all properties at any time)