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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /* $Xorg: Converters.h,v 1.5 2001/02/09 02:03:51 xorgcvs Exp $ */
  2. /*
  3.  
  4. Copyright 1988, 1998  The Open Group
  5. Permission to use, copy, modify, distribute, and sell this software and its
  6. documentation for any purpose is hereby granted without fee, provided that
  7. the above copyright notice appear in all copies and that both that
  8. copyright notice and this permission notice appear in supporting
  9. documentation.
  10. The above copyright notice and this permission notice shall be included in
  11. all copies or substantial portions of the Software.
  12. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  13. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  14. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
  15. OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  16. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  17. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  18. Except as contained in this notice, the name of The Open Group shall not be
  19. used in advertising or otherwise to promote the sale, use or other dealings
  20. in this Software without prior written authorization from The Open Group.
  21. */
  22. /* $XFree86: xc/lib/Xmu/Converters.h,v 1.5 2001/01/17 19:42:53 dawes Exp $ */
  23. /*
  24.  * The interfaces described by this header file are for miscellaneous utilities
  25.  * and are not part of the Xlib standard.
  26.  */
  27. #ifndef _XMU_STRCONVERT_H_
  28. #define _XMU_STRCONVERT_H_
  29. #include <X11/Intrinsic.h>
  30. #include <X11/Xfuncproto.h>
  31. _XFUNCPROTOBEGIN
  32. void XmuCvtFunctionToCallback
  33. (
  34.  XrmValue *args,
  35.  Cardinal *num_args,
  36.  XrmValuePtr fromVal,
  37.  XrmValuePtr toVal
  38.  );
  39. #define XtNbackingStore "backingStore"
  40. #define XtCBackingStore "BackingStore"
  41. #define XtRBackingStore "BackingStore"
  42. #define XtEnotUseful "notUseful"
  43. #define XtEwhenMapped "whenMapped"
  44. #define XtEalways "always"
  45. #define XtEdefault "default"
  46. void XmuCvtStringToBackingStore
  47. (
  48.  XrmValue *args,
  49.  Cardinal *num_args,
  50.  XrmValuePtr fromVal,
  51.  XrmValuePtr toVal
  52.  );
  53. Boolean XmuCvtBackingStoreToString
  54. (
  55.  Display *dpy,
  56.  XrmValue *args,
  57.  Cardinal *num_args,
  58.  XrmValuePtr fromVal,
  59.  XrmValuePtr toVal,
  60.  XtPointer *converter_data
  61.  );
  62. void XmuCvtStringToCursor
  63. (
  64.  XrmValue *args,
  65.  Cardinal *num_args,
  66.  XrmValuePtr fromVal,
  67.  XrmValuePtr toVal
  68.  );
  69. #define XtRColorCursor "ColorCursor"
  70. #define XtNpointerColor "pointerColor"
  71. #define XtNpointerColorBackground "pointerColorBackground"
  72. Boolean XmuCvtStringToColorCursor
  73. (
  74.  Display *dpy,
  75.  XrmValue *args,
  76.  Cardinal *num_args,
  77.  XrmValuePtr fromVal,
  78.  XrmValuePtr toVal,
  79.  XtPointer *converter_data
  80.  );
  81. typedef int XtGravity;
  82. #ifndef XtRGravity
  83. #define XtRGravity "Gravity"
  84. #endif
  85. #define XtEForget "forget"
  86. #define XtENorthWest "northwest"
  87. #define XtENorth "north"
  88. #define XtENorthEast "northeast"
  89. #define XtEWest "west"
  90. #define XtECenter "center"
  91. #define XtEEast "east"
  92. #define XtESouthWest "southwest"
  93. #define XtESouth "south"
  94. #define XtESouthEast "southeast"
  95. #define XtEStatic "static"
  96. #define XtEUnmap "unmap"
  97. void XmuCvtStringToGravity
  98. (
  99.  XrmValue *args,
  100.  Cardinal *num_args,
  101.  XrmValuePtr fromVal,
  102.  XrmValuePtr toVal
  103.  );
  104. Boolean XmuCvtGravityToString
  105. (
  106.  Display *dpy,
  107.  XrmValue *args,
  108.  Cardinal *num_args,
  109.  XrmValuePtr fromVal,
  110.  XrmValuePtr toVal,
  111.  XtPointer *converter_data
  112.  );
  113. typedef enum {
  114.     XtJustifyLeft,       /* justify text to left side of button   */
  115.     XtJustifyCenter,     /* justify text in center of button      */
  116.     XtJustifyRight       /* justify text to right side of button  */
  117. } XtJustify;
  118. #ifndef XtRJustify
  119. #define XtRJustify "Justify"
  120. #endif
  121. #define XtEleft "left"
  122. #define XtEcenter "center"
  123. #define XtEright "right"
  124. #define XtEtop "top"
  125. #define XtEbottom "bottom"
  126. void XmuCvtStringToJustify
  127. (
  128.  XrmValue *args,
  129.  Cardinal *num_args,
  130.  XrmValuePtr fromVal,
  131.  XrmValuePtr toVal
  132.  );
  133. Boolean XmuCvtJustifyToString
  134. (
  135.  Display *dpy,
  136.  XrmValue *args,
  137.  Cardinal *num_args,
  138.  XrmValuePtr fromVal,
  139.  XrmValuePtr toVal,
  140.  XtPointer *converter_data
  141.  );
  142. #define XtRLong "Long"
  143. void XmuCvtStringToLong
  144. (
  145.  XrmValue *args,
  146.  Cardinal *num_args,
  147.  XrmValuePtr fromVal,
  148.  XrmValuePtr toVal
  149.  );
  150. Boolean XmuCvtLongToString
  151. (
  152.  Display *dpy,
  153.  XrmValue *args,
  154.  Cardinal *num_args,
  155.  XrmValuePtr fromVal,
  156.  XrmValuePtr toVal,
  157.  XtPointer *converter_data
  158.  );
  159. typedef enum {
  160.   XtorientHorizontal,
  161.   XtorientVertical
  162. } XtOrientation;
  163. void XmuCvtStringToOrientation
  164. (
  165.  XrmValue *args,
  166.  Cardinal *num_args,
  167.  XrmValuePtr fromVal,
  168.  XrmValuePtr toVal
  169.  );
  170. Boolean XmuCvtOrientationToString
  171. (
  172.  Display *dpy,
  173.  XrmValue *args,
  174.  Cardinal *num_args,
  175.  XrmValuePtr fromVal,
  176.  XrmValuePtr toVal,
  177.  XtPointer *converter_data
  178.  );
  179. void XmuCvtStringToBitmap
  180. (
  181.  XrmValue *args,
  182.  Cardinal *num_args,
  183.  XrmValuePtr fromVal,
  184.  XrmValuePtr toVal
  185.  );
  186. #define XtRShapeStyle "ShapeStyle"
  187. #define XtERectangle "Rectangle"
  188. #define XtEOval "Oval"
  189. #define XtEEllipse "Ellipse"
  190. #define XtERoundedRectangle "RoundedRectangle"
  191. #define XmuShapeRectangle 1
  192. #define XmuShapeOval 2
  193. #define XmuShapeEllipse 3
  194. #define XmuShapeRoundedRectangle 4
  195. Boolean XmuCvtStringToShapeStyle
  196. (
  197.  Display *dpy,
  198.  XrmValue *args,
  199.  Cardinal *num_args,
  200.  XrmValuePtr fromVal,
  201.  XrmValuePtr toVal,
  202.  XtPointer *converter_data
  203.  );
  204. Boolean XmuCvtShapeStyleToString
  205. (
  206.  Display *dpy,
  207.  XrmValue *args,
  208.  Cardinal *num_args,
  209.  XrmValuePtr fromVal,
  210.  XrmValuePtr toVal,
  211.  XtPointer *converter_data
  212.  );
  213. Boolean XmuReshapeWidget
  214. (
  215.  Widget w,
  216.  int shape_style,
  217.  int corner_width,
  218.  int corner_height
  219.  );
  220. void XmuCvtStringToWidget
  221. (
  222.  XrmValue *args,
  223.  Cardinal *num_args,
  224.  XrmValuePtr fromVal,
  225.  XrmValuePtr toVal
  226.  );
  227. Boolean XmuNewCvtStringToWidget
  228. (
  229.  Display *display,
  230.  XrmValue *args,
  231.  Cardinal *num_args,
  232.  XrmValue *fromVal,
  233.  XrmValue *toVal,
  234.  XtPointer *converter_data
  235.  );
  236. Boolean XmuCvtWidgetToString
  237. (
  238.  Display *dpy,
  239.  XrmValue *args,
  240.  Cardinal *num_args,
  241.  XrmValue *fromVal,
  242.  XrmValue *toVal,
  243.  XtPointer *converter_data
  244.  );
  245. _XFUNCPROTOEND
  246. #endif /* _XMU_STRCONVERT_H_ */