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

Method setInt

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

Source from the content-addressed store, hash-verified

46 return _ref->getInt(prop, result);
47 }
48 virtual void setInt( const char * prop, int value )
49 {
50 _ref->setInt( prop, value );
51 }
52 virtual int getIntDef( const char * prop, int defValue )
53 {
54 return _ref->getIntDef(prop, defValue);

Callers 14

OnInitMethod · 0.45
SaveOptionsMethod · 0.45
ControlToOptionMethod · 0.45
ToggleViewModeMethod · 0.45
SetRotateMethod · 0.45
onCommandMethod · 0.45
rotateApplyMethod · 0.45
setCheckMethod · 0.45
setCheckInversedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected