scummvm/backends/vkeybd
Max Horn 36cd5caf95 COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::String
Almost all places where we used XMLParser::parseIntegerKey were using
it like this:
  XMLParser::parseIntegerKey(str.c_str(), ...)
Since this makes the code harder to read, I overloaded the method to
also accept Commmon::String directly.
Also removed all .c_str() invocations where necessary.

svn-id: r53479
2010-10-15 12:19:13 +00:00
..
packs JANITORAL: Clean trailing whitespaces. 2010-10-12 02:18:11 +00:00
image-map.cpp Silenced some more cppcheck warnings. Some of these may seem silly, but the way 2010-01-22 19:05:02 +00:00
image-map.h Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00
keycode-descriptions.h Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control inclusion of vkeybd and keymapper in build.\n\nAlso added corresponding --enable-vkeybd and --enable-keymapper flags to configure scripts. 2008-09-30 13:51:01 +00:00
polygon.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
polygon.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
virtual-keyboard-gui.cpp The default keycolor for mouse pointers used to be 255. 2010-01-07 15:07:36 +00:00
virtual-keyboard-gui.h Include font.h instead of fontman.h in places that don't need fontman :) 2009-12-09 16:46:14 +00:00
virtual-keyboard-parser.cpp COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::String 2010-10-15 12:19:13 +00:00
virtual-keyboard-parser.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
virtual-keyboard.cpp enable reading ZIP archives even without USE_ZLIB 2010-06-29 06:38:00 +00:00
virtual-keyboard.h Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00