QLatin1String Class Reference
[QtCore module]
Methods
Special Methods
- bool __eq__ (self, QString)
- bool __eq__ (self, QLatin1String)
- bool __eq__ (self, QStringRef)
- bool __ge__ (self, QString)
- bool __ge__ (self, QLatin1String)
- bool __gt__ (self, QString)
- bool __gt__ (self, QLatin1String)
- bool __le__ (self, QString)
- bool __le__ (self, QLatin1String)
- bool __lt__ (self, QString)
- bool __lt__ (self, QLatin1String)
- bool __ne__ (self, QString)
- bool __ne__ (self, QLatin1String)
- bool __ne__ (self, QStringRef)
- object __repr__ (self)
Detailed Description
This class can be pickled.
Method Documentation
QLatin1String.__init__ (self, str)
QLatin1String.__init__ (self, QLatin1String)
str QLatin1String.latin1 (self)
bool QLatin1String.__eq__ (self, QString)
bool QLatin1String.__eq__ (self, QLatin1String)
bool QLatin1String.__eq__ (self, QStringRef)
bool QLatin1String.__ge__ (self, QString)
bool QLatin1String.__ge__ (self, QLatin1String)
bool QLatin1String.__gt__ (self, QString)
bool QLatin1String.__gt__ (self, QLatin1String)
bool QLatin1String.__le__ (self, QString)
bool QLatin1String.__le__ (self, QLatin1String)
bool QLatin1String.__lt__ (self, QString)
bool QLatin1String.__lt__ (self, QLatin1String)
bool QLatin1String.__ne__ (self, QString)
bool QLatin1String.__ne__ (self, QLatin1String)
bool QLatin1String.__ne__ (self, QStringRef)
object QLatin1String.__repr__ (self)