| 97 | } |
| 98 | |
| 99 | std::string BooleanOptionHandler::createPossibleValuesString() const |
| 100 | { |
| 101 | return "true, false"; |
| 102 | } |
| 103 | |
| 104 | IntegerRangeOptionHandler::IntegerRangeOptionHandler( |
| 105 | PrefPtr pref, const char* description, const std::string& defaultValue, |