Searched refs:PreferredWidth (Results 1 - 7 of 7) sorted by relevance

/haiku/src/kits/tracker/
H A DWidgetAttributeText.h98 virtual float PreferredWidth(const BPoseView*) const = 0;
156 virtual float PreferredWidth(const BPoseView*) const;
181 virtual float PreferredWidth(const BPoseView*) const;
219 virtual float PreferredWidth(const BPoseView* view) const;
288 virtual float PreferredWidth(const BPoseView*) const;
400 virtual float PreferredWidth(const BPoseView*) const;
430 virtual float PreferredWidth(const BPoseView*) const;
H A DTextWidget.h103 float PreferredWidth(const BPoseView*) const;
H A DWidgetAttributeText.cpp524 StringAttributeText::PreferredWidth(const BPoseView* pose) const function in class:StringAttributeText
612 ScalarAttributeText::PreferredWidth(const BPoseView* pose) const function in class:ScalarAttributeText
1032 SizeAttributeText::PreferredWidth(const BPoseView* poseView) const function in class:SizeAttributeText
1059 TimeAttributeText::PreferredWidth(const BPoseView* pose) const function in class:TimeAttributeText
1157 GenericAttributeText::PreferredWidth(const BPoseView* pose) const function in class:GenericAttributeText
2013 OpenWithRelationAttributeText::PreferredWidth(const BPoseView* pose) const function in class:OpenWithRelationAttributeText
H A DTextWidget.cpp121 BTextWidget::PreferredWidth(const BPoseView* pose) const function in class:BTextWidget
123 return fText->PreferredWidth(pose) + 1;
H A DPoseView.cpp9652 float width = widget->PreferredWidth(this);
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.h73 float PreferredWidth() const;
H A DHeaderView.cpp204 Header::PreferredWidth() const function in class:Header
1057 fPreferredWidth += header->PreferredWidth();

Completed in 74 milliseconds