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

Function NewWithOpt

include/eepp/ui/uitablecell.hpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 static UITableCell* New( const std::string& tag ) { return eeNew( UITableCell, ( tag ) ); }
18
19 static UITableCell*
20 NewWithOpt( const std::string& tag,
21 const std::function<UITextView*( UIPushButton* )>& newTextViewCb ) {
22 return eeNew( UITableCell, ( tag, newTextViewCb ) );
23 }
24
25 Uint32 getType() const { return UI_TYPE_TABLECELL; }
26

Callers 1

createCellMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected