QLatin1Constant
#include <QLatin1Constant>
The QLatin1Constant class holds a Latin 1 string constant.
Overview
Public Attributes Index
char | chars |
Public Functions Index
const char * | latin1 () const |
operator QLatin1String () const | |
operator QString () const | |
operator QVariant () const | |
bool | operator!= (const QLatin1Constant &other) const |
bool | operator== (const QLatin1Constant &other) const |
Public Attributes
char
Public Functions
const char *
Returns the value of this literal as a C style string (null terminated).
bool
Returns false if this QLatin1Constant is the same as other (either same object or same string literal), and true otherwise.
bool
Returns true if this QLatin1Constant is the same as other (either same object or same string literal), and false otherwise.
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy