Searched refs:fText (Results 1 - 25 of 55) sorted by relevance

123

/haiku/src/apps/haikudepot/textview/
H A DTextSpan.cpp11 fText(),
22 fText(text),
33 fText(other.fText),
45 fText = other.fText;
60 && fText == other.fText
77 fText = text;
78 fCharCount = fText
[all...]
H A DTextView.cpp101 fText.Clear();
104 fText.Append(TextSpan(text, regularStyle));
106 fTextLayout.SetParagraph(fText);
116 fText.SetStyle(style);
117 fTextLayout.SetParagraph(fText);
H A DTextView.h36 { return fText.Style(); }
39 Paragraph fText; member in class:TextView
H A DTextSpan.h28 { return fText; }
55 BString fText; member in class:TextSpan
/haiku/src/preferences/joysticks/
H A DMessageWin.cpp33 fText = new BTextView(outside, "message", insider, B_FOLLOW_NONE, B_WILL_DRAW);
34 fText->MakeEditable(false);
35 fText->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
36 fText->SetLowColor(fText->ViewColor());
38 fBox->AddChild(fText);
51 fText->SetText(str);
52 fText->Flush();
H A DMessageWin.h38 BTextView* fText; member in class:MessageWin
/haiku/src/kits/interface/
H A DStringItem.cpp25 fText(NULL),
35 fText(NULL),
46 free(fText);
65 if (status == B_OK && fText != NULL)
66 status = archive->AddString("_label", fText);
75 if (fText == NULL)
95 owner->DrawString(fText);
104 free(fText);
105 fText = NULL;
108 fText
[all...]
H A DTextControl.cpp342 fText->MakeEditable(IsEnabled());
357 bool active = fText->IsFocus() && Window()->IsActive();
359 BRect rect = fText->Frame();
494 reply.AddString("result", fText->Text());
500 fText->SetText(value);
521 if (!fText->IsFocus())
522 fText->MakeFocus(true);
544 if (fText->IsFocus()) {
546 BRect rect = fText->Frame();
552 fText
[all...]
H A DStringView.cpp56 fText(text ? strdup(text) : NULL),
67 fText(text ? strdup(text) : NULL),
78 fText(NULL),
94 free(fText);
116 if (status == B_OK && fText)
117 status = data->AddString("_text", fText);
266 if (!fText)
278 BString(fText).Split("\n", false, lines);
333 reply.AddString("result", fText);
394 if ((text && fText
[all...]
H A DTextView.cpp251 fText(NULL),
271 fText(NULL),
289 fText(NULL),
308 fText(NULL),
325 fText(NULL),
406 SetRunArray(0, fText->Length(), runArray);
419 delete fText;
481 text_run_array* runArray = RunArray(0, fText->Length());
1158 if (fText->Length() > 0)
1159 DeleteText(0, fText
[all...]
/haiku/src/preferences/filetypes/
H A DStringView.cpp19 fText(new BStringView(NULL, text)),
35 fText->SetText(text);
60 { return fText; }
76 fText->SetHighColor(color);
78 fText->Invalidate();
90 fTextItem = layout->AddView(fText);
105 return fText->Text();
H A DStringView.h37 BStringView* fText; member in class:StringView
/haiku/src/apps/overlayimage/
H A DOverlayView.cpp44 fText = new BTextView(Bounds(), "bgView", Bounds(), B_FOLLOW_ALL, B_WILL_DRAW);
45 fText->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
47 fText->SetFontAndColor(be_plain_font, B_FONT_ALL, &color);
48 AddChild(fText);
54 fText->SetText(text);
55 fText->SetAlignment(B_ALIGN_CENTER);
56 fText->MakeEditable(false);
57 fText->MakeSelectable(false);
58 fText->MoveBy(0, (Bounds().bottom - fText
[all...]
/haiku/src/apps/terminal/
H A DHyperLink.cpp25 fText(address),
34 fText(text),
H A DHyperLink.h29 const BString& Text() const { return fText; }
36 BString fText; member in class:HyperLink
/haiku/src/kits/mail/
H A DFileConfigView.cpp44 fText = new BTextControl("file_path", label, pathOfFile, NULL);
45 AddChild(fText);
77 BPath path(fText->Text());
93 fText->SetText(path.Path());
109 fText->SetText(pathOfFile);
116 return fText->Text();
123 fText->SetEnabled(enabled);
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp78 snprintf(fText, sizeof(fText), B_TRANSLATE("%lld sec."), interval / 1000);
80 snprintf(fText, sizeof(fText), B_TRANSLATE("%lld ms"), interval);
82 return fText;
85 mutable char fText[64]; member in class:IntervalSlider
/haiku/src/preferences/repositories/
H A DAddRepoWindow.h29 BTextControl* fText; member in class:AddRepoWindow
H A DAddRepoWindow.cpp33 fText = new BTextControl("text", B_TRANSLATE_COMMENT("Repository URL:",
43 .Add(fText)
51 fText->MakeFocus();
82 BString url(fText->Text());
136 fText->SetText(clipString);
/haiku/src/preferences/time/
H A DTZDisplay.cpp24 fText(""),
67 DrawString(fText.String(), pt);
94 return fText.String();
101 fText.SetTo(text);
164 float secondLine = ceilf(StringWidth(fText.String()) + padding);
H A DTZDisplay.h47 BString fText; member in class:TTZDisplay
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCC.h63 short fText[C_RADEON_CC_ROWS][C_RADEON_CC_COLUMNS]; member in class:CCaption
H A DCC.cpp25 fText[row][column] = fDisplayText[row][column] = 0x0000;
251 fText[fRow][fColumn] = (fColor << 8) + character;
263 fText[fRow][fColumn] = (fColor << 8) + ' ';
302 fText[fRow][fColumn] = (fColor << 8) + character + 0x0080;
377 fText[fRow][--fColumn] = 0x0000;
394 fText[fRow][column] = 0x0000;
402 fText[row][column] = fText[row + 2][column];
406 fText[row][column] = 0x0000;
415 fText[ro
[all...]
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.h38 BString fText; member in class:SubtitleBitmap
/haiku/headers/os/interface/
H A DStringItem.h45 char* fText; member in class:BStringItem

Completed in 121 milliseconds

123