Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- noTrailngCursorDisplayLines :: Int -> TextAlign -> Text -> DisplayLines Int
- makeDisplayLinesFromSBox :: SBox -> DisplayLines Int
- doesSEltIntersectBox_DEPRECATED :: LBox -> SElt -> Bool
- doesSEltIntersectPoint :: XY -> SElt -> Bool
- getSEltSuperStyle :: SElt -> Maybe SuperStyle
- getSEltLabelSuperStyle :: SEltLabel -> Maybe SuperStyle
- getSEltLineStyle :: SElt -> Maybe LineStyle
- getSEltLineStyleEnd :: SElt -> Maybe LineStyle
- getSEltLabelLineStyle :: SEltLabel -> Maybe LineStyle
- getSEltLabelLineStyleEnd :: SEltLabel -> Maybe LineStyle
- getSEltBoxTextStyle :: SElt -> Maybe TextStyle
- getSEltLabelBoxTextStyle :: SEltLabel -> Maybe TextStyle
- getSEltBoxType :: SElt -> Maybe SBoxType
- getSEltLabelBoxType :: SEltLabel -> Maybe SBoxType
- sBox_drawer :: SBox -> SEltDrawer
- sTextArea_drawer :: STextArea -> SEltDrawer
- getDrawerWithCache :: OwlSubItem -> Maybe OwlItemCache -> SEltDrawer
- getDrawer :: OwlSubItem -> SEltDrawer
- getDrawerFromSEltForTest :: SElt -> SEltDrawer
- updateOwlSubItemCache :: HasOwlTree a => a -> OwlSubItem -> Maybe OwlItemCache
- modify_sAutoLineConstraint_with_cBoundingBox :: Bool -> SAutoLineConstraint -> CBoundingBox -> SAutoLineConstraint
- modify_sElt_with_cBoundingBox :: Bool -> SElt -> CBoundingBox -> SElt
- modify_sElt_with_cSuperStyle :: Bool -> SElt -> CSuperStyle -> SElt
- modify_sElt_with_cLineStyle :: Bool -> SElt -> CLineStyle -> SElt
- modify_sElt_with_cTextStyle :: Bool -> SElt -> CTextStyle -> SElt
- modify_sEltBox_label_with_cTextAlign :: Bool -> SElt -> CTextAlign -> SElt
- modify_sEltBox_label_with_cMaybeText :: Bool -> SElt -> CMaybeText -> SElt
- modify_sEltTextArea_with_cTextArea :: Bool -> SElt -> CTextArea -> SElt
- modify_sEltTextArea_with_cTextAreaToggle :: Bool -> SElt -> CTextAreaToggle -> SElt
- modifyDelta :: Delta x dx => Bool -> x -> dx -> x
- updateFnFromController :: Bool -> Controller -> SEltLabel -> SEltLabel
- offsetSEltTree :: XY -> SEltTree -> SEltTree
Documentation
noTrailngCursorDisplayLines :: Int -> TextAlign -> Text -> DisplayLines Int Source #
getSEltSuperStyle :: SElt -> Maybe SuperStyle Source #
sBox_drawer :: SBox -> SEltDrawer Source #
getDrawer :: OwlSubItem -> SEltDrawer Source #
updateOwlSubItemCache :: HasOwlTree a => a -> OwlSubItem -> Maybe OwlItemCache Source #
modify_sAutoLineConstraint_with_cBoundingBox :: Bool -> SAutoLineConstraint -> CBoundingBox -> SAutoLineConstraint Source #
modify_sElt_with_cBoundingBox :: Bool -> SElt -> CBoundingBox -> SElt Source #
modify_sElt_with_cSuperStyle :: Bool -> SElt -> CSuperStyle -> SElt Source #
modify_sElt_with_cLineStyle :: Bool -> SElt -> CLineStyle -> SElt Source #
modify_sElt_with_cTextStyle :: Bool -> SElt -> CTextStyle -> SElt Source #
modify_sEltBox_label_with_cTextAlign :: Bool -> SElt -> CTextAlign -> SElt Source #
modify_sEltBox_label_with_cMaybeText :: Bool -> SElt -> CMaybeText -> SElt Source #
modifyDelta :: Delta x dx => Bool -> x -> dx -> x Source #
updateFnFromController :: Bool -> Controller -> SEltLabel -> SEltLabel Source #