MCPcopy Create free account
hub / github.com/amule-project/amule / TransferToWindow

Method TransferToWindow

src/Preferences.cpp:320–330  ·  view source on GitHub ↗

Updates the associated widget, returning true on success. */

Source from the content-addressed store, hash-verified

318
319 /** Updates the associated widget, returning true on success. */
320 virtual bool TransferToWindow()
321 {
322 if ( m_widget ) {
323 wxValidator* validator = m_widget->GetValidator();
324
325 if ( validator )
326 return validator->TransferToWindow();
327 }
328
329 return false;
330 }
331
332#endif
333

Callers

nothing calls this directly

Calls 1

TransferToWindowMethod · 0.45

Tested by

no test coverage detected