API reference - Class QFontInfoNotation used in Ruby API documentation Description: Binding of QFontInfo Public constructors
Public methods
Detailed descriptionQFontInfo assign(const QFontInfo arg1)Description: Method QFontInfo &QFontInfo::operator=(const QFontInfo &) [const] void assign(const QFontInfo 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. [const] bool boldDescription: Method bool QFontInfo::bold() 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] QFontInfo dupDescription: Creates a copy of self [const] bool exactMatchDescription: Method bool QFontInfo::exactMatch() [const] string familyDescription: Method QString QFontInfo::family() [const] bool fixedPitchDescription: Method bool QFontInfo::fixedPitch() [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. [const] bool italicDescription: Method bool QFontInfo::italic() [static] new QFontInfo new(const QFont arg1)Description: Constructor QFontInfo::QFontInfo(const QFont &) This method creates an object of class QFontInfo. [static] new QFontInfo new(const QFontInfo arg1)Description: Constructor QFontInfo::QFontInfo(const QFontInfo &) This method creates an object of class QFontInfo. [const] bool overlineDescription: Method bool QFontInfo::overline() [const] int pixelSizeDescription: Method int QFontInfo::pixelSize() [const] int pointSizeDescription: Method int QFontInfo::pointSize() [const] double pointSizeFDescription: Method double QFontInfo::pointSizeF() [const] bool rawModeDescription: Method bool QFontInfo::rawMode() [const] bool strikeOutDescription: Method bool QFontInfo::strikeOut() [const] QFont_Style styleDescription: Method QFont::Style QFontInfo::style() [const] QFont_StyleHint styleHintDescription: Method QFont::StyleHint QFontInfo::styleHint() [const] bool underlineDescription: Method bool QFontInfo::underline() [const] int weightDescription: Method int QFontInfo::weight() |