From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qaccessibleobject.html | 86 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 doc/html/qaccessibleobject.html (limited to 'doc/html/qaccessibleobject.html') diff --git a/doc/html/qaccessibleobject.html b/doc/html/qaccessibleobject.html new file mode 100644 index 0000000..08656bd --- /dev/null +++ b/doc/html/qaccessibleobject.html @@ -0,0 +1,86 @@ + + + + + +QAccessibleObject Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QAccessibleObject Class Reference

+ +

The QAccessibleObject class implements parts of the +QAccessibleInterface for QObjects. +More... +

#include <qaccessible.h> +

Inherits QObject and QAccessibleInterface. +

List of all member functions. +

Public Members

+ +

Protected Members

+ +

Detailed Description

+ + +The QAccessibleObject class implements parts of the +QAccessibleInterface for QObjects. +

+

This class is mainly provided for convenience. All subclasses of +the QAccessibleInterface should use this class as the base class. +

See also Miscellaneous Classes. + +


Member Function Documentation

+

QAccessibleObject::QAccessibleObject ( QObject * object ) +

+Creates a QAccessibleObject for object. + +

QAccessibleObject::~QAccessibleObject () [virtual] +

+Destroys the QAccessibleObject. +

This only happens when a call to release() decrements the internal +reference counter to zero. + +

QObject * QAccessibleObject::object () const [protected] +

+Returns the QObject for which this QAccessibleInterface +implementation provides information. Use isValid() to make sure +the object pointer is safe to use. + + +

+This file is part of the Qt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.3