1QAccessibleObject(3qt) QAccessibleObject(3qt)
2
3
4
6 QAccessibleObject - Implements parts of the QAccessibleInterface for
7 QObjects
8
10 #include <qaccessible.h>
11
12 Inherits QObject and QAccessibleInterface.
13
14 Public Members
15 QAccessibleObject ( QObject * object )
16 virtual ~QAccessibleObject ()
17
18 Protected Members
19 QObject * object () const
20
22 The QAccessibleObject class implements parts of the
23 QAccessibleInterface for QObjects.
24
25 This class is mainly provided for convenience. All subclasses of the
26 QAccessibleInterface should use this class as the base class.
27
28 See also Miscellaneous Classes.
29
32 Creates a QAccessibleObject for object.
33
35 Destroys the QAccessibleObject.
36
37 This only happens when a call to release() decrements the internal
38 reference counter to zero.
39
41 Returns the QObject for which this QAccessibleInterface implementation
42 provides information. Use isValid() to make sure the object pointer is
43 safe to use.
44
45
47 http://doc.trolltech.com/qaccessibleobject.html
48 http://www.trolltech.com/faq/tech.html
49
51 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
52 license file included in the distribution for a complete license
53 statement.
54
56 Generated automatically from the source code.
57
59 If you find a bug in Qt, please report it as described in
60 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
61 help you. Thank you.
62
63 The definitive Qt documentation is provided in HTML format; it is
64 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
65 web browser. This man page is provided as a convenience for those users
66 who prefer man pages, although this format is not officially supported
67 by Trolltech.
68
69 If you find errors in this manual page, please report them to qt-
70 bugs@trolltech.com. Please include the name of the manual page
71 (qaccessibleobject.3qt) and the Qt version (3.3.8).
72
73
74
75Trolltech AS 2 February 2007 QAccessibleObject(3qt)