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

Method createCell

src/tools/ecode/plugins/pluginmanager.cpp:452–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450 }
451
452 UIWidget* createCell( UIWidget* rowWidget, const ModelIndex& index ) {
453 if ( index.column() == PluginsModel::Title ) {
454 UITableCell* widget = UITableCell::NewWithOpt(
455 mTag + "::cell", getCheckBoxFn( index, (const PluginsModel*)getModel() ) );
456 widget->getTextView()->setEnabled( true );
457 return setupCell( widget, rowWidget, index );
458 }
459 return UITableView::createCell( rowWidget, index );
460 }
461};
462
463UIWindow* UIPluginManager::New( UISceneNode* sceneNode, PluginManager* manager,

Callers

nothing calls this directly

Calls 5

NewWithOptFunction · 0.85
getModelFunction · 0.85
columnMethod · 0.80
getTextViewMethod · 0.80
setEnabledMethod · 0.45

Tested by

no test coverage detected