Safe Haskell | None |
---|---|
Language | Haskell2010 |
Game.LambdaHack.Client.UI.UIOptions
Description
UI client options.
Synopsis
- data UIOptions = UIOptions {
- uCommands :: [(KM, CmdTriple)]
- uHeroNames :: [(Int, (Text, Text))]
- uVi :: Bool
- uLaptop :: Bool
- uGtkFontFamily :: Text
- uSdlFontFile :: Text
- uSdlScalableSizeAdd :: Int
- uSdlBitmapSizeAdd :: Int
- uScalableFontSize :: Int
- uHistoryMax :: Int
- uMaxFps :: Int
- uNoAnim :: Bool
- uhpWarningPercent :: Int
- uMessageColors :: Maybe [(MsgClass, Color)]
- uCmdline :: [String]
Documentation
Options that affect the UI of the client.
Constructors
UIOptions | |
Fields
|
Instances
Show UIOptions Source # | |
Generic UIOptions Source # | |
NFData UIOptions Source # | |
Defined in Game.LambdaHack.Client.UI.UIOptions | |
Binary UIOptions Source # | |
type Rep UIOptions Source # | |
Defined in Game.LambdaHack.Client.UI.UIOptions type Rep UIOptions = D1 ('MetaData "UIOptions" "Game.LambdaHack.Client.UI.UIOptions" "LambdaHack-0.9.5.0-6c4zI6t0EjK9nZqgX4fikY" 'False) (C1 ('MetaCons "UIOptions" 'PrefixI 'True) (((S1 ('MetaSel ('Just "uCommands") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [(KM, CmdTriple)]) :*: (S1 ('MetaSel ('Just "uHeroNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [(Int, (Text, Text))]) :*: S1 ('MetaSel ('Just "uVi") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))) :*: ((S1 ('MetaSel ('Just "uLaptop") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "uGtkFontFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "uSdlFontFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "uSdlScalableSizeAdd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))) :*: (((S1 ('MetaSel ('Just "uSdlBitmapSizeAdd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "uScalableFontSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "uHistoryMax") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "uMaxFps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "uNoAnim") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "uhpWarningPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "uMessageColors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [(MsgClass, Color)])) :*: S1 ('MetaSel ('Just "uCmdline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [String])))))) |