From 1f876171067c04fc21fccd5a3051f982fd85c0f0 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 21 Oct 2009 19:07:36 +0000 Subject: Updated to xorg-server-1.7.99.1 --- xorg-server/hw/dmx/doc/html/struct__myPrivate.html | 1286 ++++++++++++++++---- 1 file changed, 1062 insertions(+), 224 deletions(-) (limited to 'xorg-server/hw/dmx/doc/html/struct__myPrivate.html') diff --git a/xorg-server/hw/dmx/doc/html/struct__myPrivate.html b/xorg-server/hw/dmx/doc/html/struct__myPrivate.html index 50e532569..2a3cb28e8 100644 --- a/xorg-server/hw/dmx/doc/html/struct__myPrivate.html +++ b/xorg-server/hw/dmx/doc/html/struct__myPrivate.html @@ -6,258 +6,1096 @@ - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
-

_myPrivate Struct Reference

- - - + + +
+

_myPrivate Struct Reference

+

#include <usb-private.h>

+

Data Fields

int fd
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Types

enum  {
+  button1 = 0x0001, +button2 = 0x0002, +button3 = 0x0004, +button4 = 0x0008, +
+  button5 = 0x0010 +
+ }
enum  {
+  button1 = 0x0001, +button2 = 0x0002, +button3 = 0x0004, +button4 = 0x0008, +
+  button5 = 0x0010 +
+ }

Data Fields

 DMX_COMMON_PRIVATE
int myScreen
DMXScreenInfograbbedScreen
int lastX
int lastY
int centerX
int centerY
int relative
int newscreen
int initialized
DevicePtr mou
DevicePtr kbd
int entered
int offX
int offY
int globalX
int globalY
int curX
int curY
int width
int height
int consWidth
int consHeight
double xScale
double yScale
XlibGC gc
XlibGC gcDet
XlibGC gcRev
XlibGC gcCur
int grabbed
int fine
int captured
Cursor cursorNormal
Cursor cursorGrabbed
Cursor cursorEmpty
Pixmap pixmap
CloseScreenProcPtr CloseScreen
struct _myPrivatenext
int fd
int vtno
int vtcurrent
int kbdtrans
struct termios kbdtty
int kbdType
CARD32 kbdState [NUM_STATE_ENTRIES]
DeviceIntPtr pKeyboard
unsigned char prefix
int switched
SWITCHRETPROC switch_return
void * switch_return_data
int pitch
unsigned long duration
DeviceIntPtr pMouse
struct termios tty
enum _myPrivate:: { ... }  buttons
enum _myPrivate:: { ... }  buttons
DeviceIntPtr pDevice
unsigned char mask [EV_MAX/8+1]
int numRel
int numAbs
int numLeds
int relmap [DMX_MAX_AXES]
int absmap [DMX_MAX_AXES]
DMXInputInfodmxInput
+

Detailed Description

+

Each device has a private area that is visible only from inside the driver code.

+

Member Enumeration Documentation

+ +
+
+ + + + +
anonymous enum
+
+
+
Enumerator:
+ + + + + +
button1  +
button2  +
button3  +
button4  +
button5  +
+
+
-CARD32 kbdState [NUM_STATE_ENTRIES] +
+
+ +
+
+ + + + +
anonymous enum
+
+
+
Enumerator:
+ + + + + +
button1  +
button2  +
button3  +
button4  +
button5  +
+
+
-int pitch +
+
+

Field Documentation

+ +
+
+ + + + +
int _myPrivate::absmap[DMX_MAX_AXES]
+
+
+

Absolute axis map

-unsigned long duration +
+
+ +
+
+ + + + +
enum { ... } _myPrivate::buttons
+
+
-DeviceIntPtr pDevice +
+
+ +
+
+ + + + +
enum { ... } _myPrivate::buttons
+
+
-unsigned char mask [EV_MAX/8+1] +
+
+ +
+
+ + + + +
int _myPrivate::captured
+
+
-int numLeds +

Referenced by dmxConsoleCapture(), and dmxConsoleUncapture().

-int relmap [DMX_MAX_AXES] +
+
+ +
+
+ + + + +
int _myPrivate::centerX
+
+
-int absmap [DMX_MAX_AXES] +

Referenced by dmxBackendComputeCenter().

-DMXInputInfodmxInput +
+
+ +
+
+ + + + +
int _myPrivate::centerY
+
+
- -

Detailed Description

-Each device has a private area that is visible only from inside the driver code. -

-


Field Documentation

-

- - - - -
- - -
int _myPrivate::absmap[DMX_MAX_AXES] -
-
- - - - - -
-   - - -

-Absolute axis map

-

- - - - -
- +

Referenced by dmxBackendComputeCenter().

+ + + + +
+
+
- +
DMXInputInfo* _myPrivate::dmxInput + CloseScreenProcPtr _myPrivate::CloseScreen
-
- - - - - -
-   - - -

-For pretty-printing

-

- - - - -
- + +
+ +

Referenced by dmxCloseConsoleScreen(), and dmxConsoleInit().

+ +
+ + +
+
+
- +
unsigned long _myPrivate::duration + int _myPrivate::consHeight
-
- - - - - -
-   - - -

-Bell duration

-

- - - - -
- + + + + +
+
+
- +
int _myPrivate::fd + int _myPrivate::consWidth
-
- - - - - -
-   - - -

-File descriptor

-

- - - - -
- + + + + +
+
+
- +
CARD32 _myPrivate::kbdState + Cursor _myPrivate::cursorEmpty
-
- - - - - -
-   - - -

-Keyboard state

-

- - - - -
- + +
+ +
+ + +
+
+
- +
unsigned char _myPrivate::mask[EV_MAX/8 + 1] + Cursor _myPrivate::cursorGrabbed
-
- - - - - -
-   - - -

-Mask

-

- - - - -
- + +
+ +
+ + +
+
+
- +
int _myPrivate::numLeds + Cursor _myPrivate::cursorNormal
-
- - - - - -
-   - - -

-Counts

-

- - - - -
- + +
+ +
+ + +
+
+
- +
DeviceIntPtr _myPrivate::pDevice + int _myPrivate::curX
-
- - - - - -
-   - - -

-Device (mouse or other)

-

- - - - -
- + +
+ +

Referenced by dmxConsoleCapture(), and dmxConsoleMoveAbsolute().

+ +
+ + +
+
+
- +
int _myPrivate::pitch + int _myPrivate::curY
-
- - - - - -
-   - - -

-Bell pitch

-

- - - - -
- + +
+ +

Referenced by dmxConsoleCapture(), and dmxConsoleMoveAbsolute().

+ +
+ + +
+
+
- +
int _myPrivate::relmap[DMX_MAX_AXES] + _myPrivate::DMX_COMMON_PRIVATE
-
- - - - - -
-   - - -

-Relative axis map

-


The documentation for this struct was generated from the following files: +
+
+ +
+
+ +
+ +
+

For pretty-printing

+ +

Referenced by dmxCloseConsole(), dmxConsoleCollectEvents(), dmxConsoleDraw(), dmxConsoleInit(), and dmxDump().

+ +
+
+ +
+
+ + + + +
unsigned long _myPrivate::duration
+
+
+

Bell duration

+ +
+
+ +
+
+ + + + +
int _myPrivate::entered
+
+
+ +
+
+ +
+
+ + + + +
int _myPrivate::fd
+
+ +
+ +
+
+ + + + +
int _myPrivate::fine
+
+
+ +

Referenced by dmxConsoleCapture(), and dmxConsoleDraw().

+ +
+
+ +
+
+ + + + +
XlibGC _myPrivate::gc
+
+ +
+ +
+
+ + + + +
XlibGC _myPrivate::gcCur
+
+
+ +

Referenced by dmxCloseConsole(), and dmxConsoleDrawFineCursor().

+ +
+
+ +
+
+ + + + +
XlibGC _myPrivate::gcDet
+
+ +
+ +
+
+ + + + +
XlibGC _myPrivate::gcRev
+
+ +
+ +
+
+ + + + +
int _myPrivate::globalX
+
+ +
+ +
+
+ + + + +
int _myPrivate::globalY
+
+ +
+ +
+
+ + + + +
int _myPrivate::grabbed
+
+
+ +

Referenced by dmxConsoleDrawFineCursor().

+ +
+
+ +
+ +
+ +
+
+ +
+
+ + + + +
int _myPrivate::height
+
+ +
+ +
+
+ + + + +
int _myPrivate::initialized
+
+
+ +
+
+ +
+
+ + + + +
DevicePtr _myPrivate::kbd
+
+
+ +
+
+ +
+
+ + + + +
CARD32 _myPrivate::kbdState
+
+
+

Keyboard state

+ +

Referenced by kbdLinuxKeyDown(), kbdLinuxKeyState(), kbdUSBKeyDown(), and kbdUSBKeyState().

+ +
+
+ +
+
+ + + + +
int _myPrivate::kbdtrans
+
+
+ +
+
+ +
+
+ + + + +
struct termios _myPrivate::kbdtty [read]
+
+
+ +
+
+ +
+
+ + + + +
int _myPrivate::kbdType
+
+
+ +
+
+ +
+
+ + + + +
int _myPrivate::lastX
+
+ +
+ +
+
+ + + + +
int _myPrivate::lastY
+
+ +
+ +
+
+ + + + +
unsigned char _myPrivate::mask[EV_MAX/8+1]
+
+
+

Mask

+ +

Referenced by dmxConsoleInit().

+ +
+
+ +
+
+ + + + +
DevicePtr _myPrivate::mou
+
+
+ +
+
+ +
+
+ + + + +
int _myPrivate::myScreen
+
+ +
+ +
+
+ + + + +
int _myPrivate::newscreen
+
+
+ +
+
+ +
+
+ + + + +
struct _myPrivate* _myPrivate::next [read]
+
+
+ +

Referenced by dmxCloseConsoleScreen().

+ +
+
+ +
+
+ + + + +
int _myPrivate::numAbs
+
+
+ +
+
+ +
+
+ + + + +
int _myPrivate::numLeds
+
+
+

Counts

+ +
+
+ +
+
+ + + + +
int _myPrivate::numRel
+
+
+ +
+
+ +
+
+ + + + +
int _myPrivate::offX
+
+
+ +
+
+ +
+
+ + + + +
int _myPrivate::offY
+
+
+ +
+
+ +
+
+ + + + +
DeviceIntPtr _myPrivate::pDevice
+
+
+

Device (mouse or other)

+ +

Referenced by usbCreatePrivate(), and usbPrint().

+ +
+
+ +
+
+ + + + +
int _myPrivate::pitch
+
+
+

Keyboard device Bell pitch

+ +
+
+ +
+
+ + + + +
Pixmap _myPrivate::pixmap
+
+ +
+ +
+
+ + + + +
DeviceIntPtr _myPrivate::pKeyboard
+
+
+ +

Referenced by kbdLinuxCreatePrivate().

+ +
+
+ +
+
+ + + + +
DeviceIntPtr _myPrivate::pMouse
+
+ +
+ +
+
+ + + + +
unsigned char _myPrivate::prefix
+
+
+ +

Referenced by kbdLinuxPrefixMapping().

+ +
+
+ +
+
+ + + + +
int _myPrivate::relative
+
+
+ +
+
+ +
+
+ + + + +
int _myPrivate::relmap[DMX_MAX_AXES]
+
+
+

Relative axis map

+ +
+
+ +
+
+ + + + +
SWITCHRETPROC _myPrivate::switch_return
+
+
+ +

Referenced by kbdLinuxVTSignalHandler(), and kbdLinuxVTSwitch().

+ +
+
+ +
+ +
+ +

Referenced by kbdLinuxVTSignalHandler(), and kbdLinuxVTSwitch().

+ +
+
+ +
+
+ + + + +
int _myPrivate::switched
+
+
+ +

Referenced by kbdLinuxVTSignalHandler(), and kbdLinuxVTSwitch().

+ +
+
+ +
+
+ + + + +
struct termios _myPrivate::tty [read]
+
+
+ +
+
+ +
+
+ + + + +
int _myPrivate::vtcurrent
+
+
+ +
+
+ +
+
+ + + + +
int _myPrivate::vtno
+
+
+ +

Referenced by kbdLinuxVTSwitch().

+ +
+
+ +
+
+ + + + +
int _myPrivate::width
+
+ +
+ +
+
+ + + + +
double _myPrivate::xScale
+
+
+ +

Referenced by scalex(), and unscalex().

+ +
+
+ +
+
+ + + + +
double _myPrivate::yScale
+
+
+ +

Referenced by scaley(), and unscaley().

+ +
+
+
The documentation for this struct was generated from the following files: +
-- cgit v1.2.3