57 #ifndef QT_NO_ACCESSIBILITY 78 #ifndef QT_NO_LINEEDIT 81 #ifndef QT_NO_COMBOBOX 89 #ifndef QT_NO_SCROLLBAR 96 #ifndef QT_NO_TOOLBUTTON 121 #ifndef QT_NO_SPLITTER 125 #ifndef QT_NO_TEXTEDIT 140 #ifndef QT_NO_RUBBERBAND 143 #ifndef QT_NO_TEXTBROWSER 146 #ifndef QT_NO_SCROLLAREA 150 #ifndef QT_NO_CALENDARWIDGET 154 #ifndef QT_NO_DOCKWIDGET 168 #ifndef QT_NO_LINEEDIT 172 #ifndef QT_NO_COMBOBOX 176 #ifndef QT_NO_SPINBOX 184 #ifndef QT_NO_SCROLLBAR 194 #ifndef QT_NO_TOOLBUTTON 207 #endif // QT_NO_TOOLBUTTON 231 #ifndef QT_NO_MAINWINDOW 237 #ifndef QT_NO_GROUPBOX 243 #ifndef QT_NO_PROGRESSBAR 249 #ifndef QT_NO_MENUBAR 259 #ifndef QT_NO_ITEMVIEWS 261 }
else if (classname ==
QLatin1String(
"QAbstractItemView")) {
262 if (qobject_cast<const QTreeView*>(widget)) {
270 if (qobject_cast<const QTreeView*>(widget->
parentWidget())) {
278 }
else if (classname ==
QLatin1String(
"QAbstractItemView")) {
285 #endif // QT_NO_ITEMVIEWS 294 #ifndef QT_NO_SPLITTER 300 #ifndef QT_NO_TEXTEDIT 310 #ifndef QT_NO_STACKEDWIDGET 314 #ifndef QT_NO_TOOLBOX 318 #ifndef QT_NO_MDIAREA 324 #ifndef QT_NO_WORKSPACE 334 #ifndef QT_NO_RUBBERBAND 338 #ifndef QT_NO_TEXTBROWSER 342 #ifndef QT_NO_SCROLLAREA 343 }
else if (classname ==
QLatin1String(
"QAbstractScrollArea")) {
348 #ifndef QT_NO_CALENDARWIDGET 352 #ifndef QT_NO_DOCKWIDGET 366 #endif // QT_NO_ACCESSIBILITY
#define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
Role
This enum defines the role of an accessible object.
The QAccessibleLineEdit class implements the QAccessibleInterface for widgets with editable text...
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
The QAccessiblePlugin class provides an abstract base for accessibility plugins.
The QString class provides a Unicode character string.
T * qobject_cast(QObject *object)
The QObject class is the base class of all Qt objects.
The QAccessibleComboBox class implements the QAccessibleInterface for editable and read-only combo bo...
Q_EXPORT_PLUGIN2(qjpcodecs, JPTextCodecs)
Q_EXPORT_STATIC_PLUGIN(JPTextCodecs)
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QStringList class provides a list of strings.
The QAccessibleDisplay class implements the QAccessibleInterface for widgets that display information...
QAccessibleInterface * create(const QString &classname, QObject *object)
Creates and returns a QAccessibleInterface implementation for the class key and the object object...
The QAbstractItemView class provides the basic functionality for item view classes.
The QAccessibleTextEdit class implements the QAccessibleInterface for richtext editors.
bool isWidgetType() const
Returns true if the object is a widget; otherwise returns false.
The QAccessibleSlider class implements the QAccessibleInterface for sliders.
The QAccessibleInterface class defines an interface that exposes information about accessible objects...
QString objectName() const
QStringList keys() const
Returns the list of keys this plugin supports.
The QAccessibleTabBar class implements the QAccessibleInterface for tab bars.
The QAccessibleSpinBox class implements the QAccessibleInterface for spinbox widgets.