Home
last modified time | relevance | path

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

/haiku/src/kits/tracker/
H A DWidgetAttributeText.h146 class StringAttributeText : public WidgetAttributeText {
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.cpp474 StringAttributeText::StringAttributeText(const Model* model, in StringAttributeText() function in StringAttributeText
484 StringAttributeText::ValueAsText(const BPoseView* /*view*/) in ValueAsText()
494 StringAttributeText::CheckAttributeChanged() in CheckAttributeChanged()
509 StringAttributeText::FitValue(BString* outString, const BPoseView* view) in FitValue()
522 StringAttributeText::PreferredWidth(const BPoseView* pose) const in PreferredWidth()
529 StringAttributeText::Compare(WidgetAttributeText& attr, BPoseView* view) in Compare()
531 StringAttributeText* compareTo = dynamic_cast<StringAttributeText*>(&attr); in Compare()
543 StringAttributeText::CommitEditedText(BTextView* textView) in CommitEditedText()
637 StringAttributeText(model, column) in PathAttributeText()
665 StringAttributeText(model, column) in OriginalPathAttributeText()
[all …]
H A DTextWidget.cpp104 StringAttributeText* textAttribute in Text()
105 = dynamic_cast<StringAttributeText*>(fText); in Text()