~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to src/3rdparty/iaccessible2/generated/amd64/AccessibleStates.h

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
 
4
 
 
5
 
 
6
 /* File created by MIDL compiler version 7.00.0555 */
 
7
/* at Thu Mar 08 14:53:59 2012
 
8
 */
 
9
/* Compiler settings for AccessibleStates.idl:
 
10
    Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 7.00.0555 
 
11
    protocol : dce , ms_ext, c_ext, robust
 
12
    error checks: allocation ref bounds_check enum stub_data 
 
13
    VC __declspec() decoration level: 
 
14
         __declspec(uuid()), __declspec(selectany), __declspec(novtable)
 
15
         DECLSPEC_UUID(), MIDL_INTERFACE()
 
16
*/
 
17
/* @@MIDL_FILE_HEADING(  ) */
 
18
 
 
19
#pragma warning( disable: 4049 )  /* more than 64k source lines */
 
20
 
 
21
 
 
22
/* verify that the <rpcndr.h> version is high enough to compile this file*/
 
23
#ifndef __REQUIRED_RPCNDR_H_VERSION__
 
24
#define __REQUIRED_RPCNDR_H_VERSION__ 475
 
25
#endif
 
26
 
 
27
#include "rpc.h"
 
28
#include "rpcndr.h"
 
29
 
 
30
#ifndef __RPCNDR_H_VERSION__
 
31
#error this stub requires an updated version of <rpcndr.h>
 
32
#endif // __RPCNDR_H_VERSION__
 
33
 
 
34
 
 
35
#ifndef __AccessibleStates_h__
 
36
#define __AccessibleStates_h__
 
37
 
 
38
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
 
39
#pragma once
 
40
#endif
 
41
 
 
42
/* Forward Declarations */ 
 
43
 
 
44
/* header files for imported files */
 
45
#include "objidl.h"
 
46
 
 
47
#ifdef __cplusplus
 
48
extern "C"{
 
49
#endif 
 
50
 
 
51
 
 
52
/* interface __MIDL_itf_AccessibleStates_0000_0000 */
 
53
/* [local] */ 
 
54
 
 
55
typedef long AccessibleStates;
 
56
 
 
57
 
 
58
enum IA2States
 
59
    {   IA2_STATE_ACTIVE        = 0x1,
 
60
        IA2_STATE_ARMED = 0x2,
 
61
        IA2_STATE_DEFUNCT       = 0x4,
 
62
        IA2_STATE_EDITABLE      = 0x8,
 
63
        IA2_STATE_HORIZONTAL    = 0x10,
 
64
        IA2_STATE_ICONIFIED     = 0x20,
 
65
        IA2_STATE_INVALID_ENTRY = 0x40,
 
66
        IA2_STATE_MANAGES_DESCENDANTS   = 0x80,
 
67
        IA2_STATE_MODAL = 0x100,
 
68
        IA2_STATE_MULTI_LINE    = 0x200,
 
69
        IA2_STATE_OPAQUE        = 0x400,
 
70
        IA2_STATE_REQUIRED      = 0x800,
 
71
        IA2_STATE_SELECTABLE_TEXT       = 0x1000,
 
72
        IA2_STATE_SINGLE_LINE   = 0x2000,
 
73
        IA2_STATE_STALE = 0x4000,
 
74
        IA2_STATE_SUPPORTS_AUTOCOMPLETION       = 0x8000,
 
75
        IA2_STATE_TRANSIENT     = 0x10000,
 
76
        IA2_STATE_VERTICAL      = 0x20000,
 
77
        IA2_STATE_CHECKABLE     = 0x40000,
 
78
        IA2_STATE_PINNED        = 0x80000
 
79
    } ;
 
80
 
 
81
 
 
82
extern RPC_IF_HANDLE __MIDL_itf_AccessibleStates_0000_0000_v0_0_c_ifspec;
 
83
extern RPC_IF_HANDLE __MIDL_itf_AccessibleStates_0000_0000_v0_0_s_ifspec;
 
84
 
 
85
/* Additional Prototypes for ALL interfaces */
 
86
 
 
87
/* end of Additional Prototypes */
 
88
 
 
89
#ifdef __cplusplus
 
90
}
 
91
#endif
 
92
 
 
93
#endif
 
94
 
 
95