API reference - Class QAccessible_RoleNotation used in Ruby API documentation Description: This class represents the QAccessible::Role enum Class hierarchy: QAccessible_Role » QAccessible_QFlags_Role This class is equivalent to the top-level class QAccessible::Role
Public constructors
Public methods
Public static methods and constants
Deprecated methods (protected, public, static, non-static and constructors)
Detailed description[const] bool ==(QAccessible_Role 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,const] new QAccessible_Role ptr AlertMessageDescription: Enum constant QAccessible::AlertMessage [static,const] new QAccessible_Role ptr AnimationDescription: Enum constant QAccessible::Animation [static,const] new QAccessible_Role ptr ApplicationDescription: Enum constant QAccessible::Application [static,const] new QAccessible_Role ptr AssistantDescription: Enum constant QAccessible::Assistant [static,const] new QAccessible_Role ptr BorderDescription: Enum constant QAccessible::Border [static,const] new QAccessible_Role ptr ButtonDropDownDescription: Enum constant QAccessible::ButtonDropDown [static,const] new QAccessible_Role ptr ButtonDropGridDescription: Enum constant QAccessible::ButtonDropGrid [static,const] new QAccessible_Role ptr ButtonMenuDescription: Enum constant QAccessible::ButtonMenu [static,const] new QAccessible_Role ptr CanvasDescription: Enum constant QAccessible::Canvas [static,const] new QAccessible_Role ptr CaretDescription: Enum constant QAccessible::Caret [static,const] new QAccessible_Role ptr CellDescription: Enum constant QAccessible::Cell [static,const] new QAccessible_Role ptr ChartDescription: Enum constant QAccessible::Chart [static,const] new QAccessible_Role ptr CheckBoxDescription: Enum constant QAccessible::CheckBox [static,const] new QAccessible_Role ptr ClientDescription: Enum constant QAccessible::Client [static,const] new QAccessible_Role ptr ClockDescription: Enum constant QAccessible::Clock [static,const] new QAccessible_Role ptr ColumnDescription: Enum constant QAccessible::Column [static,const] new QAccessible_Role ptr ColumnHeaderDescription: Enum constant QAccessible::ColumnHeader [static,const] new QAccessible_Role ptr ComboBoxDescription: Enum constant QAccessible::ComboBox [static,const] new QAccessible_Role ptr CursorDescription: Enum constant QAccessible::Cursor [static,const] new QAccessible_Role ptr DialDescription: Enum constant QAccessible::Dial [static,const] new QAccessible_Role ptr DialogDescription: Enum constant QAccessible::Dialog [static,const] new QAccessible_Role ptr DocumentDescription: Enum constant QAccessible::Document [static,const] new QAccessible_Role ptr EditableTextDescription: Enum constant QAccessible::EditableText [static,const] new QAccessible_Role ptr EquationDescription: Enum constant QAccessible::Equation [static,const] new QAccessible_Role ptr GraphicDescription: Enum constant QAccessible::Graphic [static,const] new QAccessible_Role ptr GripDescription: Enum constant QAccessible::Grip [static,const] new QAccessible_Role ptr GroupingDescription: Enum constant QAccessible::Grouping [static,const] new QAccessible_Role ptr HelpBalloonDescription: Enum constant QAccessible::HelpBalloon [static,const] new QAccessible_Role ptr HotkeyFieldDescription: Enum constant QAccessible::HotkeyField [static,const] new QAccessible_Role ptr IndicatorDescription: Enum constant QAccessible::Indicator [static,const] new QAccessible_Role ptr LayeredPaneDescription: Enum constant QAccessible::LayeredPane [static,const] new QAccessible_Role ptr LinkDescription: Enum constant QAccessible::Link [static,const] new QAccessible_Role ptr ListDescription: Enum constant QAccessible::List [static,const] new QAccessible_Role ptr ListItemDescription: Enum constant QAccessible::ListItem [static,const] new QAccessible_Role ptr MenuBarDescription: Enum constant QAccessible::MenuBar [static,const] new QAccessible_Role ptr MenuItemDescription: Enum constant QAccessible::MenuItem [static,const] new QAccessible_Role ptr NoRoleDescription: Enum constant QAccessible::NoRole [static,const] new QAccessible_Role ptr PageTabDescription: Enum constant QAccessible::PageTab [static,const] new QAccessible_Role ptr PageTabListDescription: Enum constant QAccessible::PageTabList [static,const] new QAccessible_Role ptr PaneDescription: Enum constant QAccessible::Pane [static,const] new QAccessible_Role ptr PopupMenuDescription: Enum constant QAccessible::PopupMenu [static,const] new QAccessible_Role ptr ProgressBarDescription: Enum constant QAccessible::ProgressBar [static,const] new QAccessible_Role ptr PropertyPageDescription: Enum constant QAccessible::PropertyPage [static,const] new QAccessible_Role ptr PushButtonDescription: Enum constant QAccessible::PushButton [static,const] new QAccessible_Role ptr RadioButtonDescription: Enum constant QAccessible::RadioButton [static,const] new QAccessible_Role ptr RowDescription: Enum constant QAccessible::Row [static,const] new QAccessible_Role ptr RowHeaderDescription: Enum constant QAccessible::RowHeader [static,const] new QAccessible_Role ptr ScrollBarDescription: Enum constant QAccessible::ScrollBar [static,const] new QAccessible_Role ptr SeparatorDescription: Enum constant QAccessible::Separator [static,const] new QAccessible_Role ptr SliderDescription: Enum constant QAccessible::Slider [static,const] new QAccessible_Role ptr SoundDescription: Enum constant QAccessible::Sound [static,const] new QAccessible_Role ptr SpinBoxDescription: Enum constant QAccessible::SpinBox [static,const] new QAccessible_Role ptr SplitterDescription: Enum constant QAccessible::Splitter [static,const] new QAccessible_Role ptr StaticTextDescription: Enum constant QAccessible::StaticText [static,const] new QAccessible_Role ptr StatusBarDescription: Enum constant QAccessible::StatusBar [static,const] new QAccessible_Role ptr TableDescription: Enum constant QAccessible::Table [static,const] new QAccessible_Role ptr TitleBarDescription: Enum constant QAccessible::TitleBar [static,const] new QAccessible_Role ptr ToolBarDescription: Enum constant QAccessible::ToolBar [static,const] new QAccessible_Role ptr ToolTipDescription: Enum constant QAccessible::ToolTip [static,const] new QAccessible_Role ptr TreeDescription: Enum constant QAccessible::Tree [static,const] new QAccessible_Role ptr TreeItemDescription: Enum constant QAccessible::TreeItem [static,const] new QAccessible_Role ptr UserRoleDescription: Enum constant QAccessible::UserRole [static,const] new QAccessible_Role ptr WhitespaceDescription: Enum constant QAccessible::Whitespace [static,const] new QAccessible_Role ptr WindowDescription: Enum constant QAccessible::Window 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 destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, 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] 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. void _manageDescription: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. void _unmanageDescription: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. void assign(const QAccessible_Role other)Description: Assigns another object to self void createDescription: Ensures the C++ object is created Use of this method is deprecated. Use _create instead void destroyDescription: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead [const] new QAccessible_Role ptr dupDescription: Creates a copy of self [const] string inspectDescription: Converts the enum class to a string Python specific notes:This method is also available as 'str(object)' This method is also available as 'repr(object)' [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead [static] new QAccessible_Role ptr new(unsigned int value)Description: Creates the enum object from an integer Python specific notes:This method is the default initializer of the object [const] unsigned int to_iDescription: Converts the enum class to an integer [const] string to_sDescription: Converts the enum class to a string Python specific notes:This method is also available as 'str(object)' This method is also available as 'repr(object)' |