#include <lwpp/debug.h>
#include <lwenvel.h>
#include <lwxpanel.h>
#include <algorithm>
Go to the source code of this file.
Functions |
| bool | lwpp::cmpNoCase (const std::string &s1, const std::string &s2) |
| | Case independant string comparison.
|
| bool | lwpp::isDoubleClick (unsigned int milliseconds) |
| | Check if the time in milliseconds is short enough to be registered as a double click.
|
| bool | lwpp::nocase_compare (const char c1, const char c2) |
| void | lwpp::OpenURL (const std::string urlString) |
| | Open a URL in the default application, usually a browser.
|
| std::string & | lwpp::toCapitalize (std::string &str) |
| | Capitalizes a string so the first character and every character after a space is in upper case.
|
| std::string & | lwpp::toLowercase (std::string &str) |
| | convert a string in-place to lower case
|