MCPcopy Create free account
hub / github.com/audacity/audacity / TransferDataToWindow

Method TransferDataToWindow

src/TimeDialog.cpp:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78bool TimeDialog::TransferDataToWindow()
79{
80 mTimeCtrl->SetFormatName(mFormat);
81 mTimeCtrl->SetValue(mTime);
82 mTimeCtrl->SetFocus();
83
84 return true;
85}
86
87bool TimeDialog::TransferDataFromWindow()
88{

Callers

nothing calls this directly

Calls 3

SetFormatNameMethod · 0.45
SetValueMethod · 0.45
SetFocusMethod · 0.45

Tested by

no test coverage detected