KLayout Manual: Main Index » Class Index » API reference - Class QStyle_SubControlAPI reference - Class QStyle_SubControlNotation used in Ruby API documentation Description: This class represents the QStyle::SubControl enum Public constructors
Public methods
Public static methods and constants
Detailed description[const] bool ==(QStyle_SubControl 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 QStyle_SubControl SC_AllDescription: Enum constant QStyle::SC_All [static] new QStyle_SubControl SC_ComboBoxArrowDescription: Enum constant QStyle::SC_ComboBoxArrow [static] new QStyle_SubControl SC_ComboBoxEditFieldDescription: Enum constant QStyle::SC_ComboBoxEditField [static] new QStyle_SubControl SC_ComboBoxFrameDescription: Enum constant QStyle::SC_ComboBoxFrame [static] new QStyle_SubControl SC_ComboBoxListBoxPopupDescription: Enum constant QStyle::SC_ComboBoxListBoxPopup [static] new QStyle_SubControl SC_CustomBaseDescription: Enum constant QStyle::SC_CustomBase [static] new QStyle_SubControl SC_DialGrooveDescription: Enum constant QStyle::SC_DialGroove [static] new QStyle_SubControl SC_DialHandleDescription: Enum constant QStyle::SC_DialHandle [static] new QStyle_SubControl SC_DialTickmarksDescription: Enum constant QStyle::SC_DialTickmarks [static] new QStyle_SubControl SC_GroupBoxCheckBoxDescription: Enum constant QStyle::SC_GroupBoxCheckBox [static] new QStyle_SubControl SC_GroupBoxContentsDescription: Enum constant QStyle::SC_GroupBoxContents [static] new QStyle_SubControl SC_GroupBoxFrameDescription: Enum constant QStyle::SC_GroupBoxFrame [static] new QStyle_SubControl SC_GroupBoxLabelDescription: Enum constant QStyle::SC_GroupBoxLabel [static] new QStyle_SubControl SC_MdiCloseButtonDescription: Enum constant QStyle::SC_MdiCloseButton [static] new QStyle_SubControl SC_MdiMinButtonDescription: Enum constant QStyle::SC_MdiMinButton [static] new QStyle_SubControl SC_MdiNormalButtonDescription: Enum constant QStyle::SC_MdiNormalButton [static] new QStyle_SubControl SC_NoneDescription: Enum constant QStyle::SC_None [static] new QStyle_SubControl SC_Q3ListViewDescription: Enum constant QStyle::SC_Q3ListView [static] new QStyle_SubControl SC_Q3ListViewBranchDescription: Enum constant QStyle::SC_Q3ListViewBranch [static] new QStyle_SubControl SC_Q3ListViewExpandDescription: Enum constant QStyle::SC_Q3ListViewExpand [static] new QStyle_SubControl SC_ScrollBarAddLineDescription: Enum constant QStyle::SC_ScrollBarAddLine [static] new QStyle_SubControl SC_ScrollBarAddPageDescription: Enum constant QStyle::SC_ScrollBarAddPage [static] new QStyle_SubControl SC_ScrollBarFirstDescription: Enum constant QStyle::SC_ScrollBarFirst [static] new QStyle_SubControl SC_ScrollBarGrooveDescription: Enum constant QStyle::SC_ScrollBarGroove [static] new QStyle_SubControl SC_ScrollBarLastDescription: Enum constant QStyle::SC_ScrollBarLast [static] new QStyle_SubControl SC_ScrollBarSliderDescription: Enum constant QStyle::SC_ScrollBarSlider [static] new QStyle_SubControl SC_ScrollBarSubLineDescription: Enum constant QStyle::SC_ScrollBarSubLine [static] new QStyle_SubControl SC_ScrollBarSubPageDescription: Enum constant QStyle::SC_ScrollBarSubPage [static] new QStyle_SubControl SC_SliderGrooveDescription: Enum constant QStyle::SC_SliderGroove [static] new QStyle_SubControl SC_SliderHandleDescription: Enum constant QStyle::SC_SliderHandle [static] new QStyle_SubControl SC_SliderTickmarksDescription: Enum constant QStyle::SC_SliderTickmarks [static] new QStyle_SubControl SC_SpinBoxDownDescription: Enum constant QStyle::SC_SpinBoxDown [static] new QStyle_SubControl SC_SpinBoxEditFieldDescription: Enum constant QStyle::SC_SpinBoxEditField [static] new QStyle_SubControl SC_SpinBoxFrameDescription: Enum constant QStyle::SC_SpinBoxFrame [static] new QStyle_SubControl SC_SpinBoxUpDescription: Enum constant QStyle::SC_SpinBoxUp [static] new QStyle_SubControl SC_TitleBarCloseButtonDescription: Enum constant QStyle::SC_TitleBarCloseButton [static] new QStyle_SubControl SC_TitleBarContextHelpButtonDescription: Enum constant QStyle::SC_TitleBarContextHelpButton [static] new QStyle_SubControl SC_TitleBarLabelDescription: Enum constant QStyle::SC_TitleBarLabel [static] new QStyle_SubControl SC_TitleBarMaxButtonDescription: Enum constant QStyle::SC_TitleBarMaxButton [static] new QStyle_SubControl SC_TitleBarMinButtonDescription: Enum constant QStyle::SC_TitleBarMinButton [static] new QStyle_SubControl SC_TitleBarNormalButtonDescription: Enum constant QStyle::SC_TitleBarNormalButton [static] new QStyle_SubControl SC_TitleBarShadeButtonDescription: Enum constant QStyle::SC_TitleBarShadeButton [static] new QStyle_SubControl SC_TitleBarSysMenuDescription: Enum constant QStyle::SC_TitleBarSysMenu [static] new QStyle_SubControl SC_TitleBarUnshadeButtonDescription: Enum constant QStyle::SC_TitleBarUnshadeButton [static] new QStyle_SubControl SC_ToolButtonDescription: Enum constant QStyle::SC_ToolButton [static] new QStyle_SubControl SC_ToolButtonMenuDescription: Enum constant QStyle::SC_ToolButtonMenu [const] void assign(const QStyle_SubControl 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] QStyle_SubControl 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 QStyle_SubControl new(unsigned int arg1)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 |