Symbol: GetPreferredWidth
headers/private/interface/ColumnListView.h
194
virtual float GetPreferredWidth(BField* field,
headers/private/interface/ColumnTypes.h
44
virtual float GetPreferredWidth(BField* field, BView* parent) const;
headers/private/interface/ColumnTypes.h
88
virtual float GetPreferredWidth(BField* field, BView* parent) const;
src/apps/debuganalyzer/gui/table/Table.cpp
274
virtual float GetPreferredWidth(BField* field,
src/apps/debuganalyzer/gui/table/Table.cpp
371
return fTableColumn->GetPreferredWidth(value, parent);
src/apps/debuganalyzer/gui/table/TableColumn.h
40
virtual float GetPreferredWidth(const BVariant& value,
src/apps/debuganalyzer/gui/table/TableColumns.cpp
59
return fColumnDelegate->GetPreferredWidth(PrepareField(value), parent);
src/apps/debuganalyzer/gui/table/TableColumns.h
29
virtual float GetPreferredWidth(const BVariant& value,
src/apps/debuganalyzer/gui/table/TreeTable.cpp
316
virtual float GetPreferredWidth(BField* field,
src/apps/debuganalyzer/gui/table/TreeTable.cpp
413
return fTableColumn->GetPreferredWidth(value, parent);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
660
return fColumn.BTitledColumn::GetPreferredWidth(NULL, targetView);
src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp
155
float parentWidth = Inherited::GetPreferredWidth(_field, parent);
src/apps/debugger/user_interface/gui/teams_window/TeamsListView.h
55
virtual float GetPreferredWidth(BField* field, BView* parent) const;
src/apps/drivesetup/PartitionList.cpp
171
float parentWidth = Inherited::GetPreferredWidth(_field, parent);
src/apps/drivesetup/PartitionList.h
52
virtual float GetPreferredWidth(BField* field, BView* parent) const;
src/apps/haikudepot/ui/PackageListView.cpp
192
virtual float GetPreferredWidth(BField* field,
src/apps/haikudepot/ui/PackageListView.cpp
701
float parentWidth = Inherited::GetPreferredWidth(_field, parent);
src/apps/resedit/InternalEditors.h
38
float GetPreferredWidth(void) const;
src/kits/interface/ColumnListView.cpp
5392
float width = column->GetPreferredWidth(field, this)