API reference - Class QSystemLocaleNotation used in Ruby API documentation Description: Binding of QSystemLocale Class hierarchy: QSystemLocale Public constructors
Public methods
Public static methods and constants
Detailed description[static] QSystemLocale_QueryType AMTextDescription: Enum constant QSystemLocale::AMText [static] QSystemLocale_QueryType CountryIdDescription: Enum constant QSystemLocale::CountryId [static] QSystemLocale_QueryType DateFormatLongDescription: Enum constant QSystemLocale::DateFormatLong [static] QSystemLocale_QueryType DateFormatShortDescription: Enum constant QSystemLocale::DateFormatShort [static] QSystemLocale_QueryType DateTimeFormatLongDescription: Enum constant QSystemLocale::DateTimeFormatLong [static] QSystemLocale_QueryType DateTimeFormatShortDescription: Enum constant QSystemLocale::DateTimeFormatShort [static] QSystemLocale_QueryType DateTimeToStringLongDescription: Enum constant QSystemLocale::DateTimeToStringLong [static] QSystemLocale_QueryType DateTimeToStringShortDescription: Enum constant QSystemLocale::DateTimeToStringShort [static] QSystemLocale_QueryType DateToStringLongDescription: Enum constant QSystemLocale::DateToStringLong [static] QSystemLocale_QueryType DateToStringShortDescription: Enum constant QSystemLocale::DateToStringShort [static] QSystemLocale_QueryType DayNameLongDescription: Enum constant QSystemLocale::DayNameLong [static] QSystemLocale_QueryType DayNameShortDescription: Enum constant QSystemLocale::DayNameShort [static] QSystemLocale_QueryType DecimalPointDescription: Enum constant QSystemLocale::DecimalPoint [static] QSystemLocale_QueryType GroupSeparatorDescription: Enum constant QSystemLocale::GroupSeparator [static] QSystemLocale_QueryType LanguageIdDescription: Enum constant QSystemLocale::LanguageId [static] QSystemLocale_QueryType MeasurementSystemDescription: Enum constant QSystemLocale::MeasurementSystem [static] QSystemLocale_QueryType MonthNameLongDescription: Enum constant QSystemLocale::MonthNameLong [static] QSystemLocale_QueryType MonthNameShortDescription: Enum constant QSystemLocale::MonthNameShort [static] QSystemLocale_QueryType NegativeSignDescription: Enum constant QSystemLocale::NegativeSign [static] QSystemLocale_QueryType PMTextDescription: Enum constant QSystemLocale::PMText [static] QSystemLocale_QueryType PositiveSignDescription: Enum constant QSystemLocale::PositiveSign [static] QSystemLocale_QueryType TimeFormatLongDescription: Enum constant QSystemLocale::TimeFormatLong [static] QSystemLocale_QueryType TimeFormatShortDescription: Enum constant QSystemLocale::TimeFormatShort [static] QSystemLocale_QueryType TimeToStringLongDescription: Enum constant QSystemLocale::TimeToStringLong [static] QSystemLocale_QueryType TimeToStringShortDescription: Enum constant QSystemLocale::TimeToStringShort [static] QSystemLocale_QueryType ZeroDigitDescription: Enum constant QSystemLocale::ZeroDigit [const] void assign(const QSystemLocale other)Description: Assign the contents of another object to self This method assigns the contents of another object to self. This is a deep copy that does not only copy the reference but the actual content. void createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. void destroyDescription: Explicitly destroy the object Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [const] QSystemLocale dupDescription: Creates a copy of self [virtual,const] QLocale fallbackLocaleDescription: Virtual method QLocale QSystemLocale::fallbackLocale() This method can be reimplemented in a derived class. [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. [static] new QSystemLocale newDescription: Constructor QSystemLocale::QSystemLocale() This method creates an object of class QSystemLocale. [virtual,const] QVariant query(const QSystemLocale_QueryType type,QVariant in)Description: Virtual method QVariant QSystemLocale::query(QSystemLocale::QueryType type, QVariant in) This method can be reimplemented in a derived class. |