EditresP.h
上传用户:lctgjx
上传日期:2022-06-04
资源大小:8887k
文件大小:9k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /* $Xorg: EditresP.h,v 1.4 2001/02/09 02:03:52 xorgcvs Exp $ */
  2. /*
  3. Copyright 1989, 1998  The Open Group
  4. Permission to use, copy, modify, distribute, and sell this software and its
  5. documentation for any purpose is hereby granted without fee, provided that
  6. the above copyright notice appear in all copies and that both that
  7. copyright notice and this permission notice appear in supporting
  8. documentation.
  9. The above copyright notice and this permission notice shall be included in
  10. all copies or substantial portions of the Software.
  11. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  12. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  13. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
  14. OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  15. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  16. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  17. Except as contained in this notice, the name of The Open Group shall not be
  18. used in advertising or otherwise to promote the sale, use or other dealings
  19. in this Software without prior written authorization from The Open Group.
  20. */
  21. /* $XFree86: xc/lib/Xmu/EditresP.h,v 1.5 2001/01/17 19:42:55 dawes Exp $ */
  22. /*
  23.  * Author:  Chris D. Peterson, MIT X Consortium
  24.  */
  25. /************************************************************
  26. The Editres Protocol
  27.   The Client message sent to the application is:
  28.   ATOM = "ResEditor"  --- RES_EDITOR_NAME
  29.   FORMAT = 32                   --- RES_EDIT_SEND_EVENT_FORMAT
  30.   l[0] = timestamp
  31.   l[1] = command atom name
  32.   l[2] = ident of command
  33.   l[3] = protocol version number to use
  34.   The binary protocol has the following format:
  35. Card8: 8-bit unsingned integer
  36. Card16: 16-bit unsingned integer
  37. Card32: 32-bit unsingned integer
  38. Int16: 16-bit signed integer
  39. Window: 32-bit value
  40. Widget: 32-bit value
  41. String8:        ListOfCard8
  42. [a][b][c] represent an exclusive list of choices.
  43. All widgets are passed as a list of widgets, containing the 
  44. full instance heirarch of this widget.  The hierarchy is ordered
  45. from parent to child.  Thus the first element of each list is
  46. the root of the widget tree (this makes verifying that the widget
  47. still exists, MUCH faster).
  48. ListOfFoo comprises a list of things in the following format:
  49. number: Card16
  50. <number> things: ????
  51.   This is a synchronous protocol, every request MUST be followed by a
  52.   reply.  
  53.   Request:
  54. Serial Number: Card8
  55. Op Code: Card8 - { SendWidgetTree = 0,
  56.   SetValues = 1,
  57.   GetResources = 2,
  58.   GetGeometry = 3,
  59.   FindChild = 4,
  60.   GetValues = 5 }
  61. Length: Card32
  62. Data:
  63.    Reply:
  64. Serial Number: Card8
  65. Type: Card8 - { Formatted = 0,
  66.                           Unformatted = 1,
  67.   ProtocolMismatch = 2
  68. }
  69. Length: Card32
  70.    Byte Order:
  71. All Fields are MSB -> LSB
  72.     Data:
  73.      Formatted:
  74.          The data contains the reply information for the request as
  75. specified below if the reply type is "Formatted".  The return
  76. values for the other reply types are shown below.
  77.         Unformatted:
  78. Message: String8
  79. ProtocolMismatch:
  80. RequestedVersion:    Card8
  81. ------------------------------------------------------------
  82.    SendWidgetTree:
  83. --->
  84. Number of Entries: Card16
  85. Entry:
  86. widget: ListOfWidgets
  87. name: String8
  88. class: String8
  89. window: Card32
  90.           toolkit:        String8
  91. Send Widget Tree returns the toolkit type, and a fuly specified list
  92.         of widgets for each widget in the tree.  This is enough information
  93.         to completely reconstruct the entire widget heirarchy.
  94. The window return value contains the Xid of the window currently 
  95. used by this widget.  If the widget is unrealized then 0 is returned,
  96. and if widget is a non-windowed object a value of 2 is returned.
  97.    SetValues:
  98. name: String8
  99. type: String8
  100. value:  String8
  101. Number of Entries: Card16
  102. Entry:
  103. widget: ListOfWidgets
  104. --->
  105. Number of Entries: Card16
  106. Entry:
  107. widget: ListOfWidgets
  108. message: String8
  109. SetValues will allow the same resource to be set on a number of 
  110. widgets.  This function will return an error message if the SetValues
  111. request caused an Xt error.
  112.   GetValues:
  113.         names:                ListOfString8       
  114.         widget:               Widget
  115.         --->
  116. novalues:             ListOfCard16
  117. values:               ListOfString8
  118.                    
  119.         GetValues will allow a number of resource values to be read 
  120.         on a particular widget.  The request specifies the names of
  121. the resources wanted and the widget id these resources are
  122. from.  The reply returns a list of indices from the requests
  123. name list of resources for which a value can not be returned.
  124. It also returns a list of returned values, in the order of the
  125.         requests names list, skipping those indices present in novalues.
  126.    GetResources:
  127. Number of Entries: Card16
  128. Entry
  129. widget: ListOfWidgets:
  130. ---->
  131. Number of Entries: Card16
  132. Entry
  133. Widget: ListOfWidgets:
  134. Error: Bool
  135. [ Message: String 8 ]
  136. [ Number of Resources: Card16
  137. Resource:
  138. Kind: {normal, constraint}
  139. Name: String8
  140. Class: String8
  141. Type: String8 ]
  142. GetResource retrieves the kind, name, class and type for every 
  143. widget passed to it.  If an error occured with the resource fetch
  144. Error will be set to True for the given widget and a message
  145. is returned rather than the resource info.
  146.   GetGeometry:
  147. Number of Entries: Card16
  148. Entry
  149. Widget: ListOfWidgets:
  150. ---->
  151. Number of Entries: Card16
  152. Entry
  153. Widget: ListOfWidgets:
  154. Error: Bool
  155. [ message: String 8 ]
  156. [ mapped:       Boolean
  157.   X:  Int16
  158.   Y:   Int16
  159.   Width:  Card16
  160.          Height: Card16
  161.   BorderWidth: Card16 ]
  162. GetGeometry retreives the mapping state, x, y, width, height
  163. and border width for each widget specified.  If an error occured 
  164. with the geometry fetch "Error" will be set to True for the given 
  165. widget and a message is returned rather than the geometry info.  
  166. X an Y corrospond to the root coordinates of the upper left corner
  167. of the widget (outside the window border).
  168.   FindChild:
  169. Widget: ListOfWidgets
  170. X: Int16
  171. Y: Int16
  172. --->
  173. Widget: ListOfWidgets
  174. Find Child returns a descendent of the widget specified that 
  175. is at the root coordinates specified.
  176. NOTE:
  177. The returned widget is undefined if the point is contained in
  178. two or more mapped widgets, or in two overlapping Rect objs.
  179.   GetValues:
  180.         names:                ListOfString8       
  181.         widget:               Widget
  182.         --->
  183. values:               ListOfString8
  184.         GetValues will allow a number of resource values to be read 
  185.         on a particular widget.  Currently only InterViews 3.0.1 Styles 
  186. and their attributes are supported.  In addition, the current
  187. user interface  only supports the return of 1 resource.  The ability
  188. to specify and return multiple resources is defined for future editres
  189. interfaces where some or all of a widgets resource values are returned
  190. and displayed at once. 
  191. ************************************************************/
  192. #include <X11/Intrinsic.h>
  193. #include <X11/Xfuncproto.h>
  194. #define XER_NBBY 8 /* number of bits in a byte */
  195. #define BYTE_MASK 255
  196. #define HEADER_SIZE 6
  197. #define EDITRES_IS_OBJECT 2
  198. #define EDITRES_IS_UNREALIZED 0
  199. /*
  200.  * Format for atoms
  201.  */
  202. #define EDITRES_FORMAT             8
  203. #define EDITRES_SEND_EVENT_FORMAT 32
  204. /*
  205.  * Atoms
  206.  */
  207. #define EDITRES_NAME         "Editres"
  208. #define EDITRES_COMMAND_ATOM "EditresCommand"
  209. #define EDITRES_COMM_ATOM    "EditresComm"
  210. #define EDITRES_CLIENT_VALUE "EditresClientVal"
  211. #define EDITRES_PROTOCOL_ATOM "EditresProtocol"
  212. typedef enum {
  213.   SendWidgetTree = 0,
  214.        SetValues      = 1,
  215.        GetResources   = 2,
  216.        GetGeometry    = 3, 
  217.        FindChild      = 4,
  218.        GetValues      = 5
  219. } EditresCommand;
  220. typedef enum {
  221.   NormalResource     = 0,
  222.   ConstraintResource = 1
  223. } ResourceType;
  224. /*
  225.  * The type of a resource identifier
  226.  */
  227. typedef unsigned char ResIdent;
  228. typedef enum {
  229.   PartialSuccess   = 0,
  230.   Failure    = 1,
  231.   ProtocolMismatch = 2
  232. } EditResError;
  233. typedef struct _WidgetInfo {
  234.     unsigned short num_widgets;
  235.   unsigned long *ids;
  236.     Widget real_widget;
  237. } WidgetInfo;
  238. typedef struct _ProtocolStream {
  239.     unsigned long size, alloc;
  240.     unsigned char *real_top, *top, *current;
  241. } ProtocolStream;
  242. /************************************************************
  243.  * Function definitions for reading and writing protocol requests
  244.  ************************************************************/
  245. _XFUNCPROTOBEGIN
  246. void _XEditResPutString8
  247. (
  248.  ProtocolStream *stream,
  249.  char *str
  250.  );
  251. void _XEditResPut8
  252. (
  253.  ProtocolStream *stream,
  254.  unsigned int value
  255.  );
  256. void _XEditResPut16
  257. (
  258.  ProtocolStream *stream,
  259.  unsigned int value
  260.  );
  261. void _XEditResPut32
  262. (
  263.  ProtocolStream *stream,
  264.  unsigned long value
  265.  );
  266. void _XEditResPutWidgetInfo
  267. (
  268.  ProtocolStream *stream,
  269.  WidgetInfo *info
  270.  );
  271. void _XEditResResetStream
  272. (
  273.  ProtocolStream *stream
  274.  );
  275. Bool _XEditResGet8
  276. (
  277.  ProtocolStream *stream,
  278.  unsigned char *value
  279.  );
  280. Bool _XEditResGet16
  281. (
  282.  ProtocolStream *stream,
  283.  unsigned short *value
  284.  );
  285. Bool _XEditResGetSigned16
  286. (
  287.  ProtocolStream *stream,
  288.  short *value
  289.  );
  290. Bool _XEditResGet32
  291. (
  292.  ProtocolStream *stream,
  293.  unsigned long *value
  294.  );
  295. Bool _XEditResGetString8
  296. (
  297.  ProtocolStream *stream,
  298.  char **str
  299.  );
  300. Bool _XEditResGetWidgetInfo
  301. (
  302.  ProtocolStream *stream,
  303.  WidgetInfo *info
  304.  );
  305. _XFUNCPROTOEND