summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible
diff options
context:
space:
mode:
authorJan-Arve Saether <jan-arve.saether@nokia.com>2011-10-06 09:41:34 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-13 21:11:55 +0100
commit02d75eaaf9f2e4984f39b1e081e841966d1dde0c (patch)
treedd3a1d30eedb0e9a134b98bec367a6117cc520d6 /src/gui/accessible
parent26c3bec09bccf9006f5ef4945a428d9ef56c1d12 (diff)
Add support for IAccessible2 on Windows
Change-Id: Ia955ab46dc5037ed1c74e0acc525e98b02552c97 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'src/gui/accessible')
-rw-r--r--src/gui/accessible/qaccessible2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/accessible/qaccessible2.h b/src/gui/accessible/qaccessible2.h
index 61e46ebf04..af7dea5a6a 100644
--- a/src/gui/accessible/qaccessible2.h
+++ b/src/gui/accessible/qaccessible2.h
@@ -164,6 +164,9 @@ public:
virtual bool isSelected() const = 0;
// Gets the row and column indexes and extents of this cell accessible and whether or not it is selected.
+ // ### Is this really needed??
+ //
+ // ### Maybe change to QSize cellSize(), we already have accessors for the row, column and selected
virtual void rowColumnExtents(int *row, int *column, int *rowExtents, int *columnExtents, bool *selected) const = 0;
// Returns a reference to the accessbile of the containing table.
virtual QAccessibleInterface* table() const = 0;