API reference - Class QPageSetupDialogNotation used in Ruby API documentation Description: Binding of QPageSetupDialog Class hierarchy: QPageSetupDialog Public constructors
Public methods
Public static methods and constants
Detailed description[static] QPageSetupDialog_PageSetupDialogOption DontUseSheetDescription: Enum constant QPageSetupDialog::DontUseSheet [static] QPageSetupDialog_PageSetupDialogOption NoneDescription: Enum constant QPageSetupDialog::None [static] QPageSetupDialog_PageSetupDialogOption OwnsPrinterDescription: Enum constant QPageSetupDialog::OwnsPrinter void addEnabledOption(const QPageSetupDialog_PageSetupDialogOption option)Description: Method void QPageSetupDialog::addEnabledOption(QPageSetupDialog::PageSetupDialogOption option) 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] QPageSetupDialog_QFlags_PageSetupDialogOption enabledOptionsDescription: Method QFlags<QPageSetupDialog::PageSetupDialogOption> QPageSetupDialog::enabledOptions() void enabledOptions=(const QPageSetupDialog_QFlags_PageSetupDialogOption options)Description: Method void QPageSetupDialog::setEnabledOptions(QFlags<QPageSetupDialog::PageSetupDialogOption> options) [virtual] int execDescription: Virtual method int QPageSetupDialog::exec() This method can be reimplemented in a derived class. [const] bool isOptionEnabled(const QPageSetupDialog_PageSetupDialogOption option)Description: Method bool QPageSetupDialog::isOptionEnabled(QPageSetupDialog::PageSetupDialogOption option) [const] bool isOptionEnabled?(const QPageSetupDialog_PageSetupDialogOption option)Description: Method bool QPageSetupDialog::isOptionEnabled(QPageSetupDialog::PageSetupDialogOption option) [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 QPageSetupDialog new(QPrinter ptr printer,QWidget ptr parent = 0)Description: Constructor QPageSetupDialog::QPageSetupDialog(QPrinter *printer, QWidget *parent) This method creates an object of class QPageSetupDialog. [static] new QPageSetupDialog new(QWidget ptr parent = 0)Description: Constructor QPageSetupDialog::QPageSetupDialog(QWidget *parent) This method creates an object of class QPageSetupDialog. void openDescription: Method void QPageSetupDialog::open() void open(QObject ptr receiver,string member)Description: Method void QPageSetupDialog::open(QObject *receiver, const char *member) [const] QPageSetupDialog_QFlags_PageSetupDialogOption optionsDescription: Method QFlags<QPageSetupDialog::PageSetupDialogOption> QPageSetupDialog::options() void options=(const QPageSetupDialog_QFlags_PageSetupDialogOption options)Description: Method void QPageSetupDialog::setOptions(QFlags<QPageSetupDialog::PageSetupDialogOption> options) void setEnabledOptions(const QPageSetupDialog_QFlags_PageSetupDialogOption options)Description: Method void QPageSetupDialog::setEnabledOptions(QFlags<QPageSetupDialog::PageSetupDialogOption> options) void setOption(const QPageSetupDialog_PageSetupDialogOption option,bool on = true)Description: Method void QPageSetupDialog::setOption(QPageSetupDialog::PageSetupDialogOption option, bool on) void setOptions(const QPageSetupDialog_QFlags_PageSetupDialogOption options)Description: Method void QPageSetupDialog::setOptions(QFlags<QPageSetupDialog::PageSetupDialogOption> options) [static] QMetaObject staticMetaObjectDescription: Obtains the static MetaObject for this class. [const] bool testOption(const QPageSetupDialog_PageSetupDialogOption option)Description: Method bool QPageSetupDialog::testOption(QPageSetupDialog::PageSetupDialogOption option) [static] string tr(string s,string c = 0)Description: Static method QString QPageSetupDialog::tr(const char *s, const char *c) This method is static and can be called without an instance. [static] string tr(string s,string c,int n)Description: Static method QString QPageSetupDialog::tr(const char *s, const char *c, int n) This method is static and can be called without an instance. [static] string trUtf8(string s,string c = 0)Description: Static method QString QPageSetupDialog::trUtf8(const char *s, const char *c) This method is static and can be called without an instance. [static] string trUtf8(string s,string c,int n)Description: Static method QString QPageSetupDialog::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. |