| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Base.Dial
Synopsis
- dialNew :: Rectangle -> Maybe Text -> IO (Ref Dial)
- dialCustom :: Rectangle -> Maybe Text -> Maybe (Ref Dial -> IO ()) -> Maybe (CustomWidgetFuncs Dial) -> IO (Ref Dial)
- data DialType
- drawDialBase :: Ref DialBase -> IO ()
- handleDialBase :: Ref DialBase -> Event -> IO (Either UnknownEvent ())
- resizeDialBase :: Ref DialBase -> Rectangle -> IO ()
- hideDialBase :: Ref DialBase -> IO ()
- showWidgetDialBase :: Ref DialBase -> IO ()
Constructor
Constructors
| NormalDialType | |
| LineDialType | |
| FillDialType |
Instances
| Enum DialType Source # | |
Defined in Graphics.UI.FLTK.LowLevel.Base.Dial | |
| Eq DialType Source # | |
| Show DialType Source # | |
handleDialBase :: Ref DialBase -> Event -> IO (Either UnknownEvent ()) Source #
Hierarchy
Graphics.UI.FLTK.LowLevel.Base.Widget | v Graphics.UI.FLTK.LowLevel.Base.Valuator | v Graphics.UI.FLTK.LowLevel.Base.Dial
Dial functions
destroy ::RefDialBase->IO() draw ::RefDialBase->IO() getAngle1 ::RefDialBase->IO(Angle) getAngle2 ::RefDialBase->IO(Angle) getType_ ::RefDialBase->IO(DialType) handle ::RefDialBase->Event->IO(EitherUnknownEvent()) hide ::RefDialBase->IO() resize ::RefDialBase->Rectangle->IO() setAngle1 ::RefDialBase->Angle->IO() setAngle2 ::RefDialBase->Angle->IO() setAngles ::RefDialBase->Angle->Angle->IO() setType ::RefDialBase->DialType->IO() showWidget ::RefDialBase->IO()
Orphan instances
| impl ~ (Angle -> Angle -> IO ()) => Op (SetAngles ()) DialBase orig impl Source # | |
| impl ~ (Angle -> IO ()) => Op (SetAngle2 ()) DialBase orig impl Source # | |
| impl ~ IO Angle => Op (GetAngle2 ()) DialBase orig impl Source # | |
| impl ~ (Angle -> IO ()) => Op (SetAngle1 ()) DialBase orig impl Source # | |
| impl ~ IO Angle => Op (GetAngle1 ()) DialBase orig impl Source # | |
| impl ~ IO () => Op (Draw ()) DialBase orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (Resize ()) DialBase orig impl Source # | |
| impl ~ IO () => Op (Hide ()) DialBase orig impl Source # | |
| impl ~ IO () => Op (ShowWidget ()) DialBase orig impl Source # | |
| impl ~ (DialType -> IO ()) => Op (SetType ()) DialBase orig impl Source # | |
| impl ~ IO DialType => Op (GetType_ ()) DialBase orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) DialBase orig impl Source # | |
| impl ~ IO () => Op (Destroy ()) DialBase orig impl Source # | |