66228dbd5d4334d92b07e87863abd2a4493c653c
[platform/upstream/atk.git] / atk / atkstate.h
1 /* ATK -  Accessibility Toolkit
2  * Copyright 2001 Sun Microsystems Inc.
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Library General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Library General Public
15  * License along with this library; if not, write to the
16  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17  * Boston, MA 02111-1307, USA.
18  */
19
20 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
21 #error "Only <atk/atk.h> can be included directly."
22 #endif
23
24 #ifndef __ATK_STATE_H__
25 #define __ATK_STATE_H__
26
27 #include <glib-object.h>
28
29 G_BEGIN_DECLS
30
31 /**
32  *AtkStateType:
33  *@ATK_STATE_INVALID: Indicates an invalid state - probably an error condition.
34  *@ATK_STATE_ACTIVE: Indicates a window is currently the active window, or is an active subelement within a container or table
35  *@ATK_STATE_ARMED: Indicates that the object is 'armed', i.e. will be activated by if a pointer button-release event occurs within its bounds.  Buttons often enter this state when a pointer click occurs within their bounds, as a precursor to activation.
36  *@ATK_STATE_BUSY:  Indicates the current object is busy, i.e. onscreen representation is in the process of changing, or the object is temporarily unavailable for interaction due to activity already in progress.  This state may be used by implementors of Document to indicate that content loading is underway.  It also may indicate other 'pending' conditions; clients may wish to interrogate this object when the ATK_STATE_BUSY flag is removed.
37  *@ATK_STATE_CHECKED: Indicates this object is currently checked, for instance a checkbox is 'non-empty'.
38  *@ATK_STATE_DEFUNCT: Indicates that this object no longer has a valid backing widget (for instance, if its peer object has been destroyed)
39  *@ATK_STATE_EDITABLE: Indicates the user can change the contents of this object
40  *@ATK_STATE_ENABLED:   Indicates that this object is enabled, i.e. that it currently reflects some application state. Objects that are "greyed out" may lack this state, and may lack the STATE_SENSITIVE if direct user interaction cannot cause them to acquire STATE_ENABLED. See also: ATK_STATE_SENSITIVE
41  *@ATK_STATE_EXPANDABLE: Indicates this object allows progressive disclosure of its children
42  *@ATK_STATE_EXPANDED: Indicates this object its expanded - see ATK_STATE_EXPANDABLE above
43  *@ATK_STATE_FOCUSABLE: Indicates this object can accept keyboard focus, which means all events resulting from typing on the keyboard will normally be passed to it when it has focus
44  *@ATK_STATE_FOCUSED: Indicates this object currently has the keyboard focus
45  *@ATK_STATE_HORIZONTAL: Indicates the orientation of this object is horizontal; used, for instance, by objects of ATK_ROLE_SCROLL_BAR.  For objects where vertical/horizontal orientation is especially meaningful.
46  *@ATK_STATE_ICONIFIED: Indicates this object is minimized and is represented only by an icon
47  *@ATK_STATE_MODAL: Indicates something must be done with this object before the user can interact with an object in a different window
48  *@ATK_STATE_MULTI_LINE: Indicates this (text) object can contain multiple lines of text
49  *@ATK_STATE_MULTISELECTABLE: Indicates this object allows more than one of its children to be selected at the same time, or in the case of text objects, that the object supports non-contiguous text selections.
50  *@ATK_STATE_OPAQUE: Indicates this object paints every pixel within its rectangular region.
51  *@ATK_STATE_PRESSED: Indicates this object is currently pressed; c.f. ATK_STATE_ARMED
52  *@ATK_STATE_RESIZABLE: Indicates the size of this object is not fixed
53  *@ATK_STATE_SELECTABLE: Indicates this object is the child of an object that allows its children to be selected and that this child is one of those children that can be selected
54  *@ATK_STATE_SELECTED: Indicates this object is the child of an object that allows its children to be selected and that this child is one of those children that has been selected
55  *@ATK_STATE_SENSITIVE: Indicates this object is sensitive, e.g. to user interaction. 
56  * STATE_SENSITIVE usually accompanies STATE_ENABLED for user-actionable controls,
57  * but may be found in the absence of STATE_ENABLED if the current visible state of the 
58  * control is "disconnected" from the application state.  In such cases, direct user interaction
59  * can often result in the object gaining STATE_SENSITIVE, for instance if a user makes 
60  * an explicit selection using an object whose current state is ambiguous or undefined.
61  * @see STATE_ENABLED, STATE_INDETERMINATE.
62  *@ATK_STATE_SHOWING: Indicates this object, the object's parent, the object's parent's parent, and so on, 
63  * are all 'shown' to the end-user, i.e. subject to "exposure" if blocking or obscuring objects do not interpose
64  * between this object and the top of the window stack.
65  *@ATK_STATE_SINGLE_LINE: Indicates this (text) object can contain only a single line of text
66  *@ATK_STATE_STALE: Indicates that the information returned for this object may no longer be
67  * synchronized with the application state.  This is implied if the object has STATE_TRANSIENT,
68  * and can also occur towards the end of the object peer's lifecycle. It can also be used to indicate that 
69  * the index associated with this object has changed since the user accessed the object (in lieu of
70  * "index-in-parent-changed" events).
71  *@ATK_STATE_TRANSIENT: Indicates this object is transient, i.e. a snapshot which may not emit events when its
72  * state changes.  Data from objects with ATK_STATE_TRANSIENT should not be cached, since there may be no
73  * notification given when the cached data becomes obsolete.
74  *@ATK_STATE_VERTICAL: Indicates the orientation of this object is vertical
75  *@ATK_STATE_VISIBLE: Indicates this object is visible, e.g. has been explicitly marked for exposure to the user.
76  * @note: STATE_VISIBLE is no guarantee that the object is actually unobscured on the screen, only
77  * that it is 'potentially' visible, barring obstruction, being scrolled or clipped out of the 
78  * field of view, or having an ancestor container that has not yet made visible.
79  * A widget is potentially onscreen if it has both STATE_VISIBLE and STATE_SHOWING.
80  * The absence of STATE_VISIBLE and STATE_SHOWING is semantically equivalent to saying 
81  * that an object is 'hidden'.  See also STATE_TRUNCATED, which applies if a VISIBLE and SHOWING object
82  * lies within a viewport which means that its contents are clipped, e.g. a truncated spreadsheet cell or
83  * an image within a scrolling viewport.  Mostly useful for screen-review and magnification algorithms.
84  *@ATK_STATE_MANAGES_DESCENDANTS: Indicates that "active-descendant-changed" event
85  * is sent when children become 'active' (i.e. are selected or navigated to onscreen).
86  * Used to prevent need to enumerate all children in very large containers, like tables.
87  * The presence of STATE_MANAGES_DESCENDANTS is an indication to the client.
88  * that the children should not, and need not, be enumerated by the client.
89  * Objects implementing this state are expected to provide relevant state
90  * notifications to listening clients, for instance notifications of visibility
91  * changes and activation of their contained child objects, without the client 
92  * having previously requested references to those children.
93  *@ATK_STATE_INDETERMINATE: Indicates that a check box is in a state other than checked or not checked.
94  * This usually means that the boolean value reflected or 
95  * controlled by the object does not apply consistently to the entire current context.
96  * For example, a checkbox for the "Bold" attribute of text may have STATE_INDETERMINATE
97  * if the currently selected text contains a mixture of weight attributes.  
98  * In many cases interacting with a STATE_INDETERMINATE object will cause 
99  * the context's corresponding boolean attribute to be homogenized, whereupon the object
100  * will lose STATE_INDETERMINATE and a corresponding state-changed event will be fired.
101  *@ATK_STATE_TRUNCATED: Indicates that an object is truncated, e.g. a text value in a speradsheet cell.
102  *@ATK_STATE_REQUIRED: Indicates that explicit user interaction with an object is required by the user interface, e.g. a required field in a "web-form" interface.
103  *@ATK_STATE_INVALID_ENTRY: Indicates that the object has encountered an error condition due to failure of input validation. For instance, a form control may acquire this state in response to invalid or malformed user input.
104  *@ATK_STATE_SUPPORTS_AUTOCOMPLETION:  Indicates that the object in question implements some form of ¨typeahead¨ or 
105  * pre-selection behavior whereby entering the first character of one or more sub-elements
106  * causes those elements to scroll into view or become selected.  Subsequent character input
107  * may narrow the selection further as long as one or more sub-elements match the string.
108  * This state is normally only useful and encountered on objects that implement Selection.
109  * In some cases the typeahead behavior may result in full or partial ¨completion¨ of 
110  * the data in the input field, in which case these input events may trigger text-changed
111  * events from the AtkText interface.  This state supplants @ATK_ROLE_AUTOCOMPLETE.
112  *@ATK_STATE_SELECTABLE_TEXT:Indicates that the object in question supports text selection. It should only be exposed on objects which implement the Text interface, in order to distinguish this state from @ATK_STATE_SELECTABLE, which infers that the object in question is a selectable child of an object which implements Selection. While similar, text selection and subelement selection are distinct operations.
113  *@ATK_STATE_DEFAULT: Indicates that the object is the "default" active component, i.e. the object which is activated by an end-user press of the "Enter" or "Return" key.  Typically a "close" or "submit" button.
114  *@ATK_STATE_ANIMATED: Indicates that the object changes its appearance dynamically as an inherent part of its presentation.  This state may come and go if an object is only temporarily animated on the way to a 'final' onscreen presentation.
115  * @note some applications, notably content viewers, may not be able to detect
116  * all kinds of animated content.  Therefore the absence of this state should not
117  * be taken as definitive evidence that the object's visual representation is
118  * static; this state is advisory.
119  *@ATK_STATE_VISITED: Indicates that the object (typically a hyperlink) has already been 'activated', and/or its backing data has already been downloaded, rendered, or otherwise "visited".
120  *@ATK_STATE_CHECKABLE: Indicates this object has the potential to be
121  *  checked, such as a checkbox or toggle-able table cell. @Since:
122  *  ATK-2.12
123  *@ATK_STATE_HAS_POPUP: Indicates that the object has a popup context
124  * menu or sub-level menu which may or may not be showing. This means
125  * that activation renders conditional content.  Note that ordinary
126  * tooltips are not considered popups in this context. @Since: ATK-2.12
127  *@ATK_STATE_LAST_DEFINED: Not a valid state, used for finding end of enumeration
128  *
129  *The possible types of states of an object
130  **/
131 typedef enum
132 {
133   ATK_STATE_INVALID,
134   ATK_STATE_ACTIVE,
135   ATK_STATE_ARMED,
136   ATK_STATE_BUSY,
137   ATK_STATE_CHECKED,
138   ATK_STATE_DEFUNCT,
139   ATK_STATE_EDITABLE,
140   ATK_STATE_ENABLED,
141   ATK_STATE_EXPANDABLE,
142   ATK_STATE_EXPANDED,
143   ATK_STATE_FOCUSABLE,
144   ATK_STATE_FOCUSED,
145   ATK_STATE_HORIZONTAL,
146   ATK_STATE_ICONIFIED,
147   ATK_STATE_MODAL,
148   ATK_STATE_MULTI_LINE,
149   ATK_STATE_MULTISELECTABLE,
150   ATK_STATE_OPAQUE,
151   ATK_STATE_PRESSED,
152   ATK_STATE_RESIZABLE,
153   ATK_STATE_SELECTABLE,
154   ATK_STATE_SELECTED,
155   ATK_STATE_SENSITIVE,
156   ATK_STATE_SHOWING,
157   ATK_STATE_SINGLE_LINE,
158   ATK_STATE_STALE,
159   ATK_STATE_TRANSIENT,
160   ATK_STATE_VERTICAL,
161   ATK_STATE_VISIBLE,
162   ATK_STATE_MANAGES_DESCENDANTS,
163   ATK_STATE_INDETERMINATE,
164   ATK_STATE_TRUNCATED,
165   ATK_STATE_REQUIRED,
166   ATK_STATE_INVALID_ENTRY,
167   ATK_STATE_SUPPORTS_AUTOCOMPLETION,
168   ATK_STATE_SELECTABLE_TEXT,
169   ATK_STATE_DEFAULT,
170   ATK_STATE_ANIMATED,
171   ATK_STATE_VISITED,
172   ATK_STATE_CHECKABLE,
173   ATK_STATE_HAS_POPUP,
174   ATK_STATE_LAST_DEFINED
175 } AtkStateType;
176
177 typedef guint64      AtkState;
178
179 AtkStateType atk_state_type_register            (const gchar *name);
180
181 const gchar*          atk_state_type_get_name   (AtkStateType type);
182 AtkStateType          atk_state_type_for_name   (const gchar  *name);
183
184 G_END_DECLS
185
186 #endif /* __ATK_STATE_H__ */