avix-0.1.0.0
Data.Exo.ExoFormat
Synopsis
toPairs :: Forall (KeyValue KnownSymbol ((~) Text)) xs => Record xs -> [(Text, Text)] Source #
unlinePairs :: [(Text, Text)] -> Text Source #
showt :: Show a => a -> Text Source #
showt = pack . show
showBin :: Bool -> Text Source #
showBin True = "1" showBin False = "0"
showOpt :: Bool -> Text Source #
showOpt True = "1" showOpt False = ""
class ExoFormat t where Source #
Minimal complete definition
eformat, def
Methods
eformat :: Int -> t -> Text Source #
Takes object index, data and returns formatted text.
def :: t Source #
Instances
eformat :: Int -> CustomObject -> Text Source #
def :: CustomObject Source #
eformat :: Int -> Figure -> Text Source #
def :: Figure Source #
eformat :: Int -> FrameBuffer -> Text Source #
def :: FrameBuffer Source #
eformat :: Int -> Image -> Text Source #
def :: Image Source #
eformat :: Int -> Movie -> Text Source #
def :: Movie Source #
eformat :: Int -> PreviousObject -> Text Source #
def :: PreviousObject Source #
eformat :: Int -> Scene -> Text Source #
def :: Scene Source #
eformat :: Int -> Sound -> Text Source #
def :: Sound Source #
eformat :: Int -> SoundWave -> Text Source #
def :: SoundWave Source #
eformat :: Int -> Text -> Text Source #
def :: Text Source #
eformat :: Int -> ExtRenderer -> Text Source #
def :: ExtRenderer Source #
eformat :: Int -> ParticleOutput -> Text Source #
def :: ParticleOutput Source #
eformat :: Int -> StdRenderer -> Text Source #
def :: StdRenderer Source #
eformat :: Int -> TLObject -> Text Source #
def :: TLObject Source #
eformat :: Int -> Exedit -> Text Source #
def :: Exedit Source #