Home
last modified time | relevance | path

Searched refs:FormatOption (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DIntegerValueHandler.cpp29 class IntegerValueHandler::FormatOption : public SettingsOption { class in IntegerValueHandler
31 FormatOption(const char* id, const char* name, integer_format format) in FormatOption() function in IntegerValueHandler::FormatOption
105 FormatOption* option = dynamic_cast<FormatOption*>( in IntegerFormat()
345 FormatOption* option = new(std::nothrow) FormatOption(id, name, format); in AddIntegerFormatOption()
346 BReference<FormatOption> optionReference(option, true); in AddIntegerFormatOption()
379 FormatOption* option in _CreateTableCellSettingsDescription()
380 = dynamic_cast<FormatOption*>(setting->OptionAt(i)); in _CreateTableCellSettingsDescription()
H A DIntegerValueHandler.h59 class FormatOption;