KLayout Manual: Main Index » Class Index » API reference - Class QPageSetupDialogAPI 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 enum QPageSetupDialog::DontUseSheet [static] QPageSetupDialog_PageSetupDialogOption NoneDescription: Enum constant enum QPageSetupDialog::None [static] QPageSetupDialog_PageSetupDialogOption OwnsPrinterDescription: Enum constant enum 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] int enabledOptionsDescription: Method QFlags<enum QPageSetupDialog::PageSetupDialogOption> QPageSetupDialog::enabledOptions() void enabledOptions=(int options)Description: Method void QPageSetupDialog::setEnabledOptions(QFlags<enum 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 newDescription: Constructor QPageSetupDialog::QPageSetupDialog(QWidget *parent) This method creates an object of class QPageSetupDialog. [static] new QPageSetupDialog new(QWidget ptr parent)Description: Constructor QPageSetupDialog::QPageSetupDialog(QWidget *parent) This method creates an object of class QPageSetupDialog. [static] new QPageSetupDialog new(QPrinter ptr printer)Description: Constructor QPageSetupDialog::QPageSetupDialog(QPrinter *printer, QWidget *parent) This method creates an object of class QPageSetupDialog. [static] new QPageSetupDialog new(QPrinter ptr printer,QWidget ptr parent)Description: Constructor QPageSetupDialog::QPageSetupDialog(QPrinter *printer, QWidget *parent) This method creates an object of class QPageSetupDialog. void open(QObject ptr receiver,string member)Description: Method void QPageSetupDialog::open(QObject *receiver, const char *member) [const] int optionsDescription: Method QFlags<enum QPageSetupDialog::PageSetupDialogOption> QPageSetupDialog::options() void options=(int options)Description: Method void QPageSetupDialog::setOptions(QFlags<enum QPageSetupDialog::PageSetupDialogOption> options) void setEnabledOptions(int options)Description: Method void QPageSetupDialog::setEnabledOptions(QFlags<enum QPageSetupDialog::PageSetupDialogOption> options) void setOption(const QPageSetupDialog_PageSetupDialogOption option)Description: Method void QPageSetupDialog::setOption(QPageSetupDialog::PageSetupDialogOption option, bool on) void setOption(const QPageSetupDialog_PageSetupDialogOption option,bool on)Description: Method void QPageSetupDialog::setOption(QPageSetupDialog::PageSetupDialogOption option, bool on) void setOptions(int options)Description: Method void QPageSetupDialog::setOptions(QFlags<enum QPageSetupDialog::PageSetupDialogOption> options) [const] bool testOption(const QPageSetupDialog_PageSetupDialogOption option)Description: Method bool QPageSetupDialog::testOption(QPageSetupDialog::PageSetupDialogOption option) [static] string tr(string s)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)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)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)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. |