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

Method setAllowsMultiFileSelect

src/eepp/ui/uifiledialog.cpp:758–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756}
757
758void UIFileDialog::setAllowsMultiFileSelect( bool allow ) {
759 BitOp::setBitFlagValue( &mDialogFlags, AllowMultiFileSelection, allow ? 1 : 0 );
760 if ( usingNativeFileDialog() )
761 return;
762 mMultiView->setMultiSelect( allow );
763 mFile->setEnabled( !allow );
764}
765
766std::string UIFileDialog::getFullPath( size_t index ) const {
767 if ( usingNativeFileDialog() )

Callers 2

openFileDialogMethod · 0.80

Calls 2

setMultiSelectMethod · 0.80
setEnabledMethod · 0.45

Tested by

no test coverage detected