Symbol: GetValueAt
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
121
bool GetValueAt(int32 columnIndex, BVariant& value)
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
96
virtual bool GetValueAt(void* object, int32 columnIndex, BVariant& value)
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
98
return ((Node*)object)->GetValueAt(columnIndex, value);
src/apps/debuganalyzer/gui/table/Table.cpp
318
if (!fModel->GetValueAt(field->RowIndex(), modelIndex, value))
src/apps/debuganalyzer/gui/table/Table.cpp
340
bool valid1 = fModel->GetValueAt(field1->RowIndex(), modelIndex, value1);
src/apps/debuganalyzer/gui/table/Table.cpp
342
bool valid2 = fModel->GetValueAt(field2->RowIndex(), modelIndex, value2);
src/apps/debuganalyzer/gui/table/Table.cpp
369
if (!fModel->GetValueAt(field->RowIndex(), modelIndex, value))
src/apps/debuganalyzer/gui/table/Table.h
42
virtual bool GetValueAt(int32 rowIndex, int32 columnIndex,
src/apps/debuganalyzer/gui/table/TreeTable.cpp
360
if (!fModel->GetValueAt(field->Object(), modelIndex, value))
src/apps/debuganalyzer/gui/table/TreeTable.cpp
382
bool valid1 = fModel->GetValueAt(field1->Object(), modelIndex, value1);
src/apps/debuganalyzer/gui/table/TreeTable.cpp
384
bool valid2 = fModel->GetValueAt(field2->Object(), modelIndex, value2);
src/apps/debuganalyzer/gui/table/TreeTable.cpp
411
if (!fModel->GetValueAt(field->Object(), modelIndex, value))
src/apps/debuganalyzer/gui/table/TreeTable.h
78
virtual bool GetValueAt(void* object, int32 columnIndex,
src/apps/debugger/user_interface/gui/team_window/RegistersView.cpp
317
if (!fRegisterTableModel->GetValueAt(rowIndex, 1, value))
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
697
virtual bool GetValueAt(void* object, int32 columnIndex,