KLayout Manual: Main Index » Class Index » API reference - Class QStyle_ControlElementAPI reference - Class QStyle_ControlElementNotation used in Ruby API documentation Description: This class represents the QStyle::ControlElement enum Public constructors
Public methods
Public static methods and constants
Detailed description[const] bool ==(QStyle_ControlElement 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_ControlElement CE_CheckBoxDescription: Enum constant QStyle::CE_CheckBox [static] new QStyle_ControlElement CE_CheckBoxLabelDescription: Enum constant QStyle::CE_CheckBoxLabel [static] new QStyle_ControlElement CE_ColumnViewGripDescription: Enum constant QStyle::CE_ColumnViewGrip [static] new QStyle_ControlElement CE_ComboBoxLabelDescription: Enum constant QStyle::CE_ComboBoxLabel [static] new QStyle_ControlElement CE_CustomBaseDescription: Enum constant QStyle::CE_CustomBase [static] new QStyle_ControlElement CE_DockWidgetTitleDescription: Enum constant QStyle::CE_DockWidgetTitle [static] new QStyle_ControlElement CE_FocusFrameDescription: Enum constant QStyle::CE_FocusFrame [static] new QStyle_ControlElement CE_HeaderDescription: Enum constant QStyle::CE_Header [static] new QStyle_ControlElement CE_HeaderEmptyAreaDescription: Enum constant QStyle::CE_HeaderEmptyArea [static] new QStyle_ControlElement CE_HeaderLabelDescription: Enum constant QStyle::CE_HeaderLabel [static] new QStyle_ControlElement CE_HeaderSectionDescription: Enum constant QStyle::CE_HeaderSection [static] new QStyle_ControlElement CE_ItemViewItemDescription: Enum constant QStyle::CE_ItemViewItem [static] new QStyle_ControlElement CE_MenuBarEmptyAreaDescription: Enum constant QStyle::CE_MenuBarEmptyArea [static] new QStyle_ControlElement CE_MenuBarItemDescription: Enum constant QStyle::CE_MenuBarItem [static] new QStyle_ControlElement CE_MenuEmptyAreaDescription: Enum constant QStyle::CE_MenuEmptyArea [static] new QStyle_ControlElement CE_MenuHMarginDescription: Enum constant QStyle::CE_MenuHMargin [static] new QStyle_ControlElement CE_MenuItemDescription: Enum constant QStyle::CE_MenuItem [static] new QStyle_ControlElement CE_MenuScrollerDescription: Enum constant QStyle::CE_MenuScroller [static] new QStyle_ControlElement CE_MenuTearoffDescription: Enum constant QStyle::CE_MenuTearoff [static] new QStyle_ControlElement CE_MenuVMarginDescription: Enum constant QStyle::CE_MenuVMargin [static] new QStyle_ControlElement CE_ProgressBarDescription: Enum constant QStyle::CE_ProgressBar [static] new QStyle_ControlElement CE_ProgressBarContentsDescription: Enum constant QStyle::CE_ProgressBarContents [static] new QStyle_ControlElement CE_ProgressBarGrooveDescription: Enum constant QStyle::CE_ProgressBarGroove [static] new QStyle_ControlElement CE_ProgressBarLabelDescription: Enum constant QStyle::CE_ProgressBarLabel [static] new QStyle_ControlElement CE_PushButtonDescription: Enum constant QStyle::CE_PushButton [static] new QStyle_ControlElement CE_PushButtonBevelDescription: Enum constant QStyle::CE_PushButtonBevel [static] new QStyle_ControlElement CE_PushButtonLabelDescription: Enum constant QStyle::CE_PushButtonLabel [static] new QStyle_ControlElement CE_Q3DockWindowEmptyAreaDescription: Enum constant QStyle::CE_Q3DockWindowEmptyArea [static] new QStyle_ControlElement CE_RadioButtonDescription: Enum constant QStyle::CE_RadioButton [static] new QStyle_ControlElement CE_RadioButtonLabelDescription: Enum constant QStyle::CE_RadioButtonLabel [static] new QStyle_ControlElement CE_RubberBandDescription: Enum constant QStyle::CE_RubberBand [static] new QStyle_ControlElement CE_ScrollBarAddLineDescription: Enum constant QStyle::CE_ScrollBarAddLine [static] new QStyle_ControlElement CE_ScrollBarAddPageDescription: Enum constant QStyle::CE_ScrollBarAddPage [static] new QStyle_ControlElement CE_ScrollBarFirstDescription: Enum constant QStyle::CE_ScrollBarFirst [static] new QStyle_ControlElement CE_ScrollBarLastDescription: Enum constant QStyle::CE_ScrollBarLast [static] new QStyle_ControlElement CE_ScrollBarSliderDescription: Enum constant QStyle::CE_ScrollBarSlider [static] new QStyle_ControlElement CE_ScrollBarSubLineDescription: Enum constant QStyle::CE_ScrollBarSubLine [static] new QStyle_ControlElement CE_ScrollBarSubPageDescription: Enum constant QStyle::CE_ScrollBarSubPage [static] new QStyle_ControlElement CE_ShapedFrameDescription: Enum constant QStyle::CE_ShapedFrame [static] new QStyle_ControlElement CE_SizeGripDescription: Enum constant QStyle::CE_SizeGrip [static] new QStyle_ControlElement CE_SplitterDescription: Enum constant QStyle::CE_Splitter [static] new QStyle_ControlElement CE_TabBarTabDescription: Enum constant QStyle::CE_TabBarTab [static] new QStyle_ControlElement CE_TabBarTabLabelDescription: Enum constant QStyle::CE_TabBarTabLabel [static] new QStyle_ControlElement CE_TabBarTabShapeDescription: Enum constant QStyle::CE_TabBarTabShape [static] new QStyle_ControlElement CE_ToolBarDescription: Enum constant QStyle::CE_ToolBar [static] new QStyle_ControlElement CE_ToolBoxTabDescription: Enum constant QStyle::CE_ToolBoxTab [static] new QStyle_ControlElement CE_ToolBoxTabLabelDescription: Enum constant QStyle::CE_ToolBoxTabLabel [static] new QStyle_ControlElement CE_ToolBoxTabShapeDescription: Enum constant QStyle::CE_ToolBoxTabShape [static] new QStyle_ControlElement CE_ToolButtonLabelDescription: Enum constant QStyle::CE_ToolButtonLabel [const] void assign(const QStyle_ControlElement 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_ControlElement 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_ControlElement 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 |