MCPcopy Create free account
hub / github.com/GollyGang/ready / TransferDataFromWindow

Method TransferDataFromWindow

src/gui/dialogs.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140// -----------------------------------------------------------------------------
141
142bool XYZIntDialog::TransferDataFromWindow()
143{
144 return ValidNumber(xbox, &xval) &&
145 ValidNumber(ybox, &yval) &&
146 ValidNumber(zbox, &zval);
147}
148
149// =============================================================================
150

Callers

nothing calls this directly

Calls 2

WarningFunction · 0.85
GetValueMethod · 0.45

Tested by

no test coverage detected