| Safe Haskell | None |
|---|
Graphics.XHB.Gen.Render
Documentation
queryVersion :: Connection -> Word32 -> Word32 -> IO (Receipt QueryVersionReply)Source
createPicture :: Connection -> CreatePicture -> IO ()Source
changePicture :: Connection -> PICTURE -> ValueParam Word32 -> IO ()Source
freePicture :: Connection -> PICTURE -> IO ()Source
composite :: Connection -> Composite -> IO ()Source
trapezoids :: Connection -> Trapezoids -> IO ()Source
triangles :: Connection -> Triangles -> IO ()Source
triStrip :: Connection -> TriStrip -> IO ()Source
triFan :: Connection -> TriFan -> IO ()Source
createGlyphSet :: Connection -> GLYPHSET -> PICTFORMAT -> IO ()Source
referenceGlyphSet :: Connection -> GLYPHSET -> GLYPHSET -> IO ()Source
freeGlyphSet :: Connection -> GLYPHSET -> IO ()Source
addGlyphs :: Connection -> AddGlyphs -> IO ()Source
freeGlyphs :: Connection -> GLYPHSET -> [GLYPH] -> IO ()Source
compositeGlyphs8 :: Connection -> CompositeGlyphs8 -> IO ()Source
compositeGlyphs16 :: Connection -> CompositeGlyphs16 -> IO ()Source
compositeGlyphs32 :: Connection -> CompositeGlyphs32 -> IO ()Source
fillRectangles :: Connection -> FillRectangles -> IO ()Source
createCursor :: Connection -> CreateCursor -> IO ()Source
setPictureTransform :: Connection -> PICTURE -> TRANSFORM -> IO ()Source
queryFilters :: Connection -> DRAWABLE -> IO (Receipt QueryFiltersReply)Source
setPictureFilter :: Connection -> SetPictureFilter -> IO ()Source
createAnimCursor :: Connection -> CURSOR -> [ANIMCURSORELT] -> IO ()Source
addTraps :: Connection -> AddTraps -> IO ()Source
createSolidFill :: Connection -> PICTURE -> COLOR -> IO ()Source
createLinearGradient :: Connection -> CreateLinearGradient -> IO ()Source
createRadialGradient :: Connection -> CreateRadialGradient -> IO ()Source
createConicalGradient :: Connection -> CreateConicalGradient -> IO ()Source
Constructors
| PictTypeIndexed | |
| PictTypeDirect |
Instances
Constructors
Instances
Constructors
| PolyEdgeSharp | |
| PolyEdgeSmooth |
Instances
Constructors
| PolyModePrecise | |
| PolyModeImprecise |
Instances
Constructors
| SubPixelUnknown | |
| SubPixelHorizontalRGB | |
| SubPixelHorizontalBGR | |
| SubPixelVerticalRGB | |
| SubPixelVerticalBGR | |
| SubPixelNone |
Instances
Constructors
| RepeatNone | |
| RepeatNormal | |
| RepeatPad | |
| RepeatReflect |
Instances
data PICTFORMAT Source
Instances
| Eq PICTFORMAT | |
| Ord PICTFORMAT | |
| Show PICTFORMAT | |
| Deserialize PICTFORMAT | |
| Serialize PICTFORMAT | |
| XidLike PICTFORMAT |
data DIRECTFORMAT Source
Constructors
| MkDIRECTFORMAT | |
Instances
| Show DIRECTFORMAT | |
| Typeable DIRECTFORMAT | |
| Deserialize DIRECTFORMAT | |
| Serialize DIRECTFORMAT |
data PICTFORMINFO Source
Constructors
| MkPICTFORMINFO | |
Instances
| Show PICTFORMINFO | |
| Typeable PICTFORMINFO | |
| Deserialize PICTFORMINFO | |
| Serialize PICTFORMINFO |
data PICTVISUAL Source
Constructors
| MkPICTVISUAL | |
Fields | |
Instances
| Show PICTVISUAL | |
| Typeable PICTVISUAL | |
| Deserialize PICTVISUAL | |
| Serialize PICTVISUAL |
Constructors
| MkPICTDEPTH | |
Fields | |
data PICTSCREEN Source
Constructors
| MkPICTSCREEN | |
Fields | |
Instances
| Show PICTSCREEN | |
| Typeable PICTSCREEN | |
| Deserialize PICTSCREEN | |
| Serialize PICTSCREEN |
data INDEXVALUE Source
Constructors
| MkINDEXVALUE | |
Fields | |
Instances
| Show INDEXVALUE | |
| Typeable INDEXVALUE | |
| Deserialize INDEXVALUE | |
| Serialize INDEXVALUE |
Constructors
| MkCOLOR | |
Fields
| |
Constructors
| MkPOINTFIX | |
Fields
| |
Constructors
| MkLINEFIX | |
Fields
| |
Constructors
| MkTRIANGLE | |
Fields | |
Constructors
| MkTRAPEZOID | |
Fields | |
Constructors
| MkGLYPHINFO | |
Fields
| |
data QueryVersion Source
Constructors
| MkQueryVersion | |
Instances
| Show QueryVersion | |
| Typeable QueryVersion | |
| ExtensionRequest QueryVersion |
data QueryVersionReply Source
Constructors
| MkQueryVersionReply | |
Instances
| Show QueryVersionReply | |
| Typeable QueryVersionReply | |
| Deserialize QueryVersionReply |
data QueryPictFormats Source
Constructors
| MkQueryPictFormats | |
Instances
| Show QueryPictFormats | |
| Typeable QueryPictFormats | |
| ExtensionRequest QueryPictFormats |
data QueryPictFormatsReply Source
Constructors
Instances
data QueryPictIndexValues Source
Constructors
| MkQueryPictIndexValues | |
Fields | |
Instances
| Show QueryPictIndexValues | |
| Typeable QueryPictIndexValues | |
| ExtensionRequest QueryPictIndexValues |
data CreatePicture Source
Constructors
| MkCreatePicture | |
Instances
| Show CreatePicture | |
| Typeable CreatePicture | |
| ExtensionRequest CreatePicture |
data ChangePicture Source
Constructors
| MkChangePicture | |
Fields | |
Instances
| Show ChangePicture | |
| Typeable ChangePicture | |
| ExtensionRequest ChangePicture |
data SetPictureClipRectangles Source
Constructors
| MkSetPictureClipRectangles | |
Instances
| Show SetPictureClipRectangles | |
| Typeable SetPictureClipRectangles | |
| ExtensionRequest SetPictureClipRectangles |
data FreePicture Source
Constructors
| MkFreePicture | |
Fields | |
Instances
| Show FreePicture | |
| Typeable FreePicture | |
| ExtensionRequest FreePicture |
Constructors
| MkComposite | |
Fields
| |
data Trapezoids Source
Constructors
| MkTrapezoids | |
Fields | |
Instances
| Show Trapezoids | |
| Typeable Trapezoids | |
| ExtensionRequest Trapezoids |
Constructors
| MkTriangles | |
Fields | |
Constructors
| MkTriStrip | |
Fields | |
Constructors
| MkTriFan | |
Fields
| |
data CreateGlyphSet Source
Constructors
| MkCreateGlyphSet | |
Fields | |
Instances
| Show CreateGlyphSet | |
| Typeable CreateGlyphSet | |
| ExtensionRequest CreateGlyphSet |
data ReferenceGlyphSet Source
Constructors
| MkReferenceGlyphSet | |
Instances
| Show ReferenceGlyphSet | |
| Typeable ReferenceGlyphSet | |
| ExtensionRequest ReferenceGlyphSet |
data FreeGlyphSet Source
Constructors
| MkFreeGlyphSet | |
Fields | |
Instances
| Show FreeGlyphSet | |
| Typeable FreeGlyphSet | |
| ExtensionRequest FreeGlyphSet |
Constructors
| MkAddGlyphs | |
Fields
| |
data FreeGlyphs Source
Constructors
| MkFreeGlyphs | |
Fields | |
Instances
| Show FreeGlyphs | |
| Typeable FreeGlyphs | |
| ExtensionRequest FreeGlyphs |
data CompositeGlyphs8 Source
Constructors
| MkCompositeGlyphs8 | |
Instances
| Show CompositeGlyphs8 | |
| Typeable CompositeGlyphs8 | |
| ExtensionRequest CompositeGlyphs8 |
data CompositeGlyphs16 Source
Constructors
| MkCompositeGlyphs16 | |
Instances
| Show CompositeGlyphs16 | |
| Typeable CompositeGlyphs16 | |
| ExtensionRequest CompositeGlyphs16 |
data CompositeGlyphs32 Source
Constructors
| MkCompositeGlyphs32 | |
Instances
| Show CompositeGlyphs32 | |
| Typeable CompositeGlyphs32 | |
| ExtensionRequest CompositeGlyphs32 |
data FillRectangles Source
Constructors
| MkFillRectangles | |
Fields | |
Instances
| Show FillRectangles | |
| Typeable FillRectangles | |
| ExtensionRequest FillRectangles |
data CreateCursor Source
Constructors
| MkCreateCursor | |
Fields | |
Instances
| Show CreateCursor | |
| Typeable CreateCursor | |
| ExtensionRequest CreateCursor |
Constructors
| MkTRANSFORM | |
data SetPictureTransform Source
Constructors
| MkSetPictureTransform | |
Instances
| Show SetPictureTransform | |
| Typeable SetPictureTransform | |
| ExtensionRequest SetPictureTransform |
data QueryFilters Source
Constructors
| MkQueryFilters | |
Fields | |
Instances
| Show QueryFilters | |
| Typeable QueryFilters | |
| ExtensionRequest QueryFilters |
data QueryFiltersReply Source
Constructors
| MkQueryFiltersReply | |
Instances
| Show QueryFiltersReply | |
| Typeable QueryFiltersReply | |
| Deserialize QueryFiltersReply |
data SetPictureFilter Source
Constructors
| MkSetPictureFilter | |
Instances
| Show SetPictureFilter | |
| Typeable SetPictureFilter | |
| ExtensionRequest SetPictureFilter |
data ANIMCURSORELT Source
Constructors
| MkANIMCURSORELT | |
Fields | |
Instances
| Show ANIMCURSORELT | |
| Typeable ANIMCURSORELT | |
| Deserialize ANIMCURSORELT | |
| Serialize ANIMCURSORELT |
data CreateAnimCursor Source
Constructors
| MkCreateAnimCursor | |
Fields | |
Instances
| Show CreateAnimCursor | |
| Typeable CreateAnimCursor | |
| ExtensionRequest CreateAnimCursor |
Constructors
| MkAddTraps | |
Fields
| |
data CreateSolidFill Source
Constructors
| MkCreateSolidFill | |
Fields | |
Instances
| Show CreateSolidFill | |
| Typeable CreateSolidFill | |
| ExtensionRequest CreateSolidFill |
data CreateLinearGradient Source
Constructors
| MkCreateLinearGradient | |
Instances
| Show CreateLinearGradient | |
| Typeable CreateLinearGradient | |
| ExtensionRequest CreateLinearGradient |
data CreateRadialGradient Source
Constructors
Instances
| Show CreateRadialGradient | |
| Typeable CreateRadialGradient | |
| ExtensionRequest CreateRadialGradient |
data CreateConicalGradient Source
Constructors
| MkCreateConicalGradient | |
Instances
| Show CreateConicalGradient | |
| Typeable CreateConicalGradient | |
| ExtensionRequest CreateConicalGradient |