Home
last modified time | relevance | path

Searched refs:stringToSize (Results 1 – 13 of 13) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/decorations/
H A Dsettings.cpp124 static KDecoration2::BorderSize stringToSize(const QString &name) in stringToSize() function
174 auto size = stringToSize(config.readEntry("BorderSize", QStringLiteral("Normal"))); in readSettings()
177 size = stringToSize(DecorationBridge::self()->recommendedBorderSize()); in readSettings()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Assets/
H A DModelDefinition.cpp173 skinIndex = StringUtils::stringToSize(*skinValue); in doModelSpecification()
180 frameIndex = StringUtils::stringToSize(*frameValue); in doModelSpecification()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DAutosaver.cpp134 const size_t no = StringUtils::stringToSize(backupName.extension()); in operator ()()
184 const size_t no = StringUtils::stringToSize(path.deleteExtension().extension()); in extractBackupNo()
/dports/deskutils/recoll/recoll-1.31.2/qtgui/
H A Dadvsearch_w.h84 size_t stringToSize(QString);
H A Dadvsearch_w.cpp376 size_t AdvSearch::stringToSize(QString qsize) in stringToSize() function in AdvSearch
456 size_t size = stringToSize(minSizeLE->text()); in runSearch()
458 size = stringToSize(maxSizeLE->text()); in runSearch()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/package/
H A DPropertyHelper.pkg11 static Size<float> stringToSize(utf8string str);
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/
H A Drequired.h141 static Sizef stringToSize(const String& str);
H A Drequired.cpp129 Sizef ceguiLua_PropertyHelper::stringToSize(const String& str) in stringToSize() function in CEGUI::ceguiLua_PropertyHelper
H A Dlua_CEGUI.cpp28416 …CEGUI::Size<float> tolua_ret = (CEGUI::Size<float>) CEGUI::ceguiLua_PropertyHelper::stringToSize(… in tolua_CEGUI_CEGUI_PropertyHelper_stringToSize00()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DStringUtils.cpp252 size_t stringToSize(const String& str) { in stringToSize() function
H A DStringUtils.h258 size_t stringToSize(const String& str);
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DPropertyHelper.pypp.cpp253 , stringToSize_function_type( &::CEGUI::PropertyHelper_wrapper::stringToSize ) in register_PropertyHelper_class()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/generators/include/
H A Dpython_CEGUI.h53 static Sizef stringToSize(const String& str) in stringToSize() function