API reference - Class QPrinter_PageSizeNotation used in Ruby API documentation Description: This class represents the QPrinter::PageSize enum Class hierarchy: QPrinter_PageSize » QPrinter_QFlags_PageSize Public constructors
Public methods
Public static methods and constants
Detailed description[const] bool ==(QPrinter_PageSize 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 QPrinter_PageSize A0Description: Enum constant QPrinter::A0 [static] new QPrinter_PageSize A1Description: Enum constant QPrinter::A1 [static] new QPrinter_PageSize A2Description: Enum constant QPrinter::A2 [static] new QPrinter_PageSize A3Description: Enum constant QPrinter::A3 [static] new QPrinter_PageSize A4Description: Enum constant QPrinter::A4 [static] new QPrinter_PageSize A5Description: Enum constant QPrinter::A5 [static] new QPrinter_PageSize A6Description: Enum constant QPrinter::A6 [static] new QPrinter_PageSize A7Description: Enum constant QPrinter::A7 [static] new QPrinter_PageSize A8Description: Enum constant QPrinter::A8 [static] new QPrinter_PageSize A9Description: Enum constant QPrinter::A9 [static] new QPrinter_PageSize B0Description: Enum constant QPrinter::B0 [static] new QPrinter_PageSize B1Description: Enum constant QPrinter::B1 [static] new QPrinter_PageSize B10Description: Enum constant QPrinter::B10 [static] new QPrinter_PageSize B2Description: Enum constant QPrinter::B2 [static] new QPrinter_PageSize B3Description: Enum constant QPrinter::B3 [static] new QPrinter_PageSize B4Description: Enum constant QPrinter::B4 [static] new QPrinter_PageSize B5Description: Enum constant QPrinter::B5 [static] new QPrinter_PageSize B6Description: Enum constant QPrinter::B6 [static] new QPrinter_PageSize B7Description: Enum constant QPrinter::B7 [static] new QPrinter_PageSize B8Description: Enum constant QPrinter::B8 [static] new QPrinter_PageSize B9Description: Enum constant QPrinter::B9 [static] new QPrinter_PageSize C5EDescription: Enum constant QPrinter::C5E [static] new QPrinter_PageSize Comm10EDescription: Enum constant QPrinter::Comm10E [static] new QPrinter_PageSize CustomDescription: Enum constant QPrinter::Custom [static] new QPrinter_PageSize DLEDescription: Enum constant QPrinter::DLE [static] new QPrinter_PageSize ExecutiveDescription: Enum constant QPrinter::Executive [static] new QPrinter_PageSize FolioDescription: Enum constant QPrinter::Folio [static] new QPrinter_PageSize LedgerDescription: Enum constant QPrinter::Ledger [static] new QPrinter_PageSize LegalDescription: Enum constant QPrinter::Legal [static] new QPrinter_PageSize LetterDescription: Enum constant QPrinter::Letter [static] new QPrinter_PageSize NPageSizeDescription: Enum constant QPrinter::NPageSize [static] new QPrinter_PageSize NPaperSizeDescription: Enum constant QPrinter::NPaperSize [static] new QPrinter_PageSize TabloidDescription: Enum constant QPrinter::Tabloid [const] void assign(const QPrinter_PageSize 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] QPrinter_PageSize 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 QPrinter_PageSize 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 |