Searched refs:StringAttributeText (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/tracker/
H A DWidgetAttributeText.h146 class StringAttributeText : public WidgetAttributeText { class in namespace:BPrivate
148 StringAttributeText(const Model*, const BColumn*);
214 class GenericAttributeText : public StringAttributeText {
299 class PathAttributeText : public StringAttributeText {
308 class OriginalPathAttributeText : public StringAttributeText {
317 class KindAttributeText : public StringAttributeText {
326 class NameAttributeText : public StringAttributeText {
362 class OwnerAttributeText : public StringAttributeText {
371 class GroupAttributeText : public StringAttributeText {
381 class ModeAttributeText : public StringAttributeText {
[all...]
H A DWidgetAttributeText.cpp473 // #pragma mark - StringAttributeText
476 StringAttributeText::StringAttributeText(const Model* model, function in class:StringAttributeText
486 StringAttributeText::ValueAsText(const BPoseView* /*view*/)
496 StringAttributeText::CheckAttributeChanged()
511 StringAttributeText::FitValue(BString* outString, const BPoseView* view)
524 StringAttributeText::PreferredWidth(const BPoseView* pose) const
531 StringAttributeText::Compare(WidgetAttributeText& attr, BPoseView* view)
533 StringAttributeText* compareTo = dynamic_cast<StringAttributeText*>(
[all...]
H A DTextWidget.cpp104 StringAttributeText* textAttribute
105 = dynamic_cast<StringAttributeText*>(fText);

Completed in 73 milliseconds