122 Public method to retrieve the various settings values. |
122 Public method to retrieve the various settings values. |
123 |
123 |
124 @param key the key of the value to get |
124 @param key the key of the value to get |
125 @type str |
125 @type str |
126 @return the requested setting value |
126 @return the requested setting value |
127 @rtype any |
127 @rtype Any |
128 """ |
128 """ |
129 return None |
129 return None |
130 |
130 |
131 def setPreferences(self, key, value): |
131 def setPreferences(self, key, value): |
132 """ |
132 """ |
133 Public method to store the various settings values. |
133 Public method to store the various settings values. |
134 |
134 |
135 @param key the key of the setting to be set |
135 @param key the key of the setting to be set |
136 @type str |
136 @type str |
137 @param value the value to be set |
137 @param value the value to be set |
138 @type any |
138 @type Any |
139 """ |
139 """ |
140 pass |
140 pass |
141 ''' |
141 ''' |
142 |
142 |
143 onDemandTemplate = """" pluginType": "{pluginType}", |
143 onDemandTemplate = """" pluginType": "{pluginType}", |