Searched refs:fStartDurationTC (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.h102 BTextControl* fStartDurationTC; member in class:MediaConverterWindow
H A DMediaConverterWindow.cpp200 fStartDurationTC = new BTextControl(NULL, "0", NULL);
201 BLayoutItem* startDuration = fStartDurationTC->CreateTextViewLayoutItem();
241 .Add(fStartDurationTC->CreateLabelLayoutItem(), 0, 4)
461 startPosString << fStartDurationTC->Text();
769 fStartDurationTC->SetText("0");
807 fStartDurationTC->SetEnabled(enabled);
820 fStartDurationTC->SetText("0");
839 fStartDurationTC->SetEnabled(enabled);
856 return fStartDurationTC->Text();
966 if (fStartDurationTC !
[all...]

Completed in 44 milliseconds