MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / doGet

Method doGet

Components/Overlay/src/OgreTextAreaOverlayElement.cpp:638–642  ·  view source on GitHub ↗

--------------------------------------------------------------------------------------------- Char height command object

Source from the content-addressed store, hash-verified

636 // Char height command object
637 //
638 String TextAreaOverlayElement::CmdCharHeight::doGet( const void *target ) const
639 {
640 return StringConverter::toString(
641 static_cast<const TextAreaOverlayElement *>( target )->getCharHeight() );
642 }
643 void TextAreaOverlayElement::CmdCharHeight::doSet( void *target, const String &val )
644 {
645 static_cast<TextAreaOverlayElement *>( target )->setCharHeight(

Callers

nothing calls this directly

Calls 4

getCharHeightMethod · 0.80
getSpaceWidthMethod · 0.80
getColourMethod · 0.80
toStringFunction · 0.50

Tested by

no test coverage detected