Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.cpp354 BMenu* formatMenu = new(std::nothrow) BMenu("Format"); in TableCellMouseDown() local
355 if (formatMenu == NULL) in TableCellMouseDown()
358 ObjectDeleter<BMenu> formatMenuDeleter(formatMenu); in TableCellMouseDown()
359 if (!menu->AddItem(formatMenu)) in TableCellMouseDown()
363 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_INT8) != B_OK) in TableCellMouseDown()
365 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_INT16) != B_OK) in TableCellMouseDown()
367 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_INT32) != B_OK) in TableCellMouseDown()
369 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_INT64) != B_OK) in TableCellMouseDown()
371 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_FLOAT) != B_OK) in TableCellMouseDown()
373 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_DOUBLE) != B_OK) in TableCellMouseDown()
[all …]