MCPcopy Create free account
hub / github.com/buggins/coolreader / value

Method value

cr3qt/src/crqtutil.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 virtual int count() { return _ref->getCount(); }
25 virtual const char * name( int index ) { return _ref->getName( index ); }
26 virtual QString value( int index ) { return cr2qt(_ref->getValue( index )); }
27 virtual bool hasProperty( const char * propName ) const { return _ref->hasProperty(propName); }
28 virtual bool getString( const char * prop, QString & result )
29 {

Callers 2

updateScrollMethod · 0.80
onPropsChangeMethod · 0.80

Calls 1

cr2qtFunction · 0.85

Tested by

no test coverage detected