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

/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.h103 BTextControl* fEndDurationTC; member in class:MediaConverterWindow
H A DMediaConverterWindow.cpp205 fEndDurationTC = new BTextControl(NULL, "0", NULL);
206 BLayoutItem* endDuration = fEndDurationTC->CreateTextViewLayoutItem();
243 .Add(fEndDurationTC->CreateLabelLayoutItem(), 0, 5)
770 fEndDurationTC->SetText("0");
808 fEndDurationTC->SetEnabled(enabled);
821 fEndDurationTC->SetText(duration.String());
840 fEndDurationTC->SetEnabled(enabled);
863 return fEndDurationTC->Text();
969 if (fEndDurationTC != NULL)
970 fEndDurationTC
[all...]

Completed in 89 milliseconds