NAME
Qt::Core::QLatin1String
PUBLIC METHODS
- QLatin1String(const char * s)
- const char * latin1()
- bool operator!=(const QString & s)
- bool operator!=(const char * s)
- bool operator<(const QString & s)
- bool operator<(const char * s)
- bool operator<=(const QString & s)
- bool operator<=(const char * s)
- QLatin1String & operator=(const QLatin1String & other)
- bool operator==(const QString & s)
- bool operator==(const char * s)
- bool operator>(const QString & s)
- bool operator>(const char * s)
- bool operator>=(const QString & s)
- bool operator>=(const char * s)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.