|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.core.QObject
com.trolltech.qt.gui.QAccessiblePlugin
public abstract class QAccessiblePlugin
The QAccessiblePlugin
class provides an abstract base for accessibility plugins. Writing an accessibility plugin is achieved by subclassing this base class, reimplementing the pure virtual functions keys()
and create()
, and exporting the class with the Q_EXPORT_PLUGIN2() macro.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.trolltech.qt.QtJambiObject |
---|
QtJambiObject.QPrivateConstructor |
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
---|
QSignalEmitter.AbstractSignal, QSignalEmitter.Signal0, QSignalEmitter.Signal1<A>, QSignalEmitter.Signal2<A,B>, QSignalEmitter.Signal3<A,B,C>, QSignalEmitter.Signal4<A,B,C,D>, QSignalEmitter.Signal5<A,B,C,D,E>, QSignalEmitter.Signal6<A,B,C,D,E,F>, QSignalEmitter.Signal7<A,B,C,D,E,F,G>, QSignalEmitter.Signal8<A,B,C,D,E,F,G,H>, QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I> |
Constructor Summary | |
---|---|
|
QAccessiblePlugin()
Constructs an accessibility plugin with the given parent. |
|
QAccessiblePlugin(QObject parent)
Constructs an accessibility plugin with the given parent. |
protected |
QAccessiblePlugin(QtJambiObject.QPrivateConstructor p)
This method is internal to Qt Jambi. |
Method Summary | |
---|---|
long |
__qt_cast_to_QAbstractAccessibleFactory(long ptr)
This method is internal to Qt Jambi. |
long |
__qt_cast_to_QAbstractFactory(long ptr)
This method is internal to Qt Jambi. |
abstract QAccessibleInterface |
create(java.lang.String key,
QObject object)
Creates and returns a QAccessibleInterface implementation for the class key and the object object. |
static QAccessiblePlugin |
fromNativePointer(QNativePointer nativePointer)
|
abstract java.util.List<java.lang.String> |
keys()
Returns the list of keys this plugin supports. |
Methods inherited from class com.trolltech.qt.core.QObject |
---|
blockSignals, childEvent, children, connectSlotsByName, customEvent, disposeLater, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, event, eventFilter, findChild, findChild, findChild, findChildren, findChildren, findChildren, findChildren, indexOfProperty, installEventFilter, isWidgetType, killTimer, moveToThread, objectName, parent, properties, property, removeEventFilter, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, toString, userProperty |
Methods inherited from class com.trolltech.qt.QtJambiObject |
---|
disableGarbageCollection, dispose, disposed, equals, finalize, nativeId, nativePointer, reassignNativeResources, reenableGarbageCollection, setJavaOwnership, tr, tr, tr |
Methods inherited from class com.trolltech.qt.QSignalEmitter |
---|
__qt_signalInitialization, disconnect, disconnect, signalSender |
Methods inherited from class java.lang.Object |
---|
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.trolltech.qt.QtJambiInterface |
---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
Constructor Detail |
---|
public QAccessiblePlugin()
public QAccessiblePlugin(QObject parent)
protected QAccessiblePlugin(QtJambiObject.QPrivateConstructor p)
Method Detail |
---|
public abstract QAccessibleInterface create(java.lang.String key, QObject object)
QAccessibleInterface
implementation for the class key and the object object. Keys are case sensitive. keys()
.
create
in interface QAbstractAccessibleFactoryInterface
public abstract java.util.List<java.lang.String> keys()
These keys must be the class names that this plugin provides an accessibility implementation for.
create()
.
keys
in interface QAbstractFactoryInterface
keys
in interface QAbstractAccessibleFactoryInterface
public static QAccessiblePlugin fromNativePointer(QNativePointer nativePointer)
public long __qt_cast_to_QAbstractAccessibleFactory(long ptr)
__qt_cast_to_QAbstractAccessibleFactory
in interface QAbstractAccessibleFactoryInterface
public long __qt_cast_to_QAbstractFactory(long ptr)
__qt_cast_to_QAbstractFactory
in interface QAbstractFactoryInterface
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |