API reference - Class QSystemLocale_QueryTypeNotation used in Ruby API documentation Description: This class represents the QSystemLocale::QueryType enum Class hierarchy: QSystemLocale_QueryType » QSystemLocale_QFlags_QueryType Public constructors
Public methods
Public static methods and constants
Detailed description[const] bool ==(QSystemLocale_QueryType other)Description: Compares the enum class against an enum of it's own type [const] bool ==(unsigned int other)Description: Compares the enum class against an integer [static] new QSystemLocale_QueryType AMTextDescription: Enum constant QSystemLocale::AMText [static] new QSystemLocale_QueryType CountryIdDescription: Enum constant QSystemLocale::CountryId [static] new QSystemLocale_QueryType DateFormatLongDescription: Enum constant QSystemLocale::DateFormatLong [static] new QSystemLocale_QueryType DateFormatShortDescription: Enum constant QSystemLocale::DateFormatShort [static] new QSystemLocale_QueryType DateTimeFormatLongDescription: Enum constant QSystemLocale::DateTimeFormatLong [static] new QSystemLocale_QueryType DateTimeFormatShortDescription: Enum constant QSystemLocale::DateTimeFormatShort [static] new QSystemLocale_QueryType DateTimeToStringLongDescription: Enum constant QSystemLocale::DateTimeToStringLong [static] new QSystemLocale_QueryType DateTimeToStringShortDescription: Enum constant QSystemLocale::DateTimeToStringShort [static] new QSystemLocale_QueryType DateToStringLongDescription: Enum constant QSystemLocale::DateToStringLong [static] new QSystemLocale_QueryType DateToStringShortDescription: Enum constant QSystemLocale::DateToStringShort [static] new QSystemLocale_QueryType DayNameLongDescription: Enum constant QSystemLocale::DayNameLong [static] new QSystemLocale_QueryType DayNameShortDescription: Enum constant QSystemLocale::DayNameShort [static] new QSystemLocale_QueryType DecimalPointDescription: Enum constant QSystemLocale::DecimalPoint [static] new QSystemLocale_QueryType GroupSeparatorDescription: Enum constant QSystemLocale::GroupSeparator [static] new QSystemLocale_QueryType LanguageIdDescription: Enum constant QSystemLocale::LanguageId [static] new QSystemLocale_QueryType MeasurementSystemDescription: Enum constant QSystemLocale::MeasurementSystem [static] new QSystemLocale_QueryType MonthNameLongDescription: Enum constant QSystemLocale::MonthNameLong [static] new QSystemLocale_QueryType MonthNameShortDescription: Enum constant QSystemLocale::MonthNameShort [static] new QSystemLocale_QueryType NegativeSignDescription: Enum constant QSystemLocale::NegativeSign [static] new QSystemLocale_QueryType PMTextDescription: Enum constant QSystemLocale::PMText [static] new QSystemLocale_QueryType PositiveSignDescription: Enum constant QSystemLocale::PositiveSign [static] new QSystemLocale_QueryType TimeFormatLongDescription: Enum constant QSystemLocale::TimeFormatLong [static] new QSystemLocale_QueryType TimeFormatShortDescription: Enum constant QSystemLocale::TimeFormatShort [static] new QSystemLocale_QueryType TimeToStringLongDescription: Enum constant QSystemLocale::TimeToStringLong [static] new QSystemLocale_QueryType TimeToStringShortDescription: Enum constant QSystemLocale::TimeToStringShort [static] new QSystemLocale_QueryType ZeroDigitDescription: Enum constant QSystemLocale::ZeroDigit [const] void assign(const QSystemLocale_QueryType 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_QueryType dupDescription: Creates a copy of self [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_QueryType new(unsigned int value)Description: Creates the enum object from an integer [const] unsigned int to_iDescription: Converts the enum class to an integer [const] string to_sDescription: Converts the enum class to a string |