MCPcopy Create free account
hub / github.com/SpartanJ/eepp / onWindowReady

Method onWindowReady

src/eepp/ui/uifiledialog.cpp:308–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308void UIFileDialog::onWindowReady() {
309 if ( usingNativeFileDialog() )
310 return;
311 updateClickStep();
312 if ( isSaveDialog() ) {
313 mFile->getDocument().selectAll();
314 mFile->setFocus();
315 }
316 UIWindow::onWindowReady();
317}
318
319Uint32 UIFileDialog::getType() const {
320 return UI_TYPE_FILEDIALOG;

Callers

nothing calls this directly

Calls 3

getDocumentMethod · 0.80
selectAllMethod · 0.45
setFocusMethod · 0.45

Tested by

no test coverage detected