Module
Blessed.Internal.BlessedSubj
- Package
- purescript-blessed
- Repository
- shamansir/purescript-blessed
#Subject_ Source
#ExtSubject Source
data ExtSubject
#Node Source
data Node :: Subject
data Node
Instances
IsSubject Node
Extends Node Screen
Extends Node Element
Extends Node Node
Extends Node Box
Extends Node Text
Extends Node Layout
Extends Node Line
Extends Node BigText
Extends Node List
Extends Node ListBar
Extends Node Form
Extends Node Input
Extends Node RadioSet
Extends Node Prompt
Extends Node Question
Extends Node Message
Extends Node Loading
Extends Node Table
Extends Node Terminal
Extends Node Image
Extends Node AnsiImage
Extends Node OverlayImage
Extends Node Video
Extends Node FileManager
Extends Node ListTable
Extends Node TextArea
Extends Node Button
Extends Node Checkbox
Extends Node ProgressBar
Extends Node TextBox
Extends Node RadioButton
Extends Node Log
#Element Source
data Element :: Subject
data Element
Instances
IsSubject Element
Extends Node Element
Extends Element Box
Extends Element Text
Extends Element Layout
Extends Element Line
Extends Element BigText
Extends Element List
Extends Element ListBar
Extends Element Form
Extends Element Input
Extends Element RadioSet
Extends Element Prompt
Extends Element Question
Extends Element Message
Extends Element Loading
Extends Element Table
Extends Element Terminal
Extends Element Image
Extends Element AnsiImage
Extends Element OverlayImage
Extends Element Video
Extends Element FileManager
Extends Element ListTable
Extends Element TextArea
Extends Element Button
Extends Element Checkbox
Extends Element ProgressBar
Extends Element TextBox
Extends Element RadioButton
Extends Element Log
#Box Source
data Box :: Subject
data Box
Instances
IsSubject Box
Extends Node Box
Extends Element Box
Extends Box Box
Extends Box Line
Extends Box BigText
Extends Box List
Extends Box ListBar
Extends Box Form
Extends Box Input
Extends Box RadioSet
Extends Box Prompt
Extends Box Question
Extends Box Message
Extends Box Loading
Extends Box Table
Extends Box Terminal
Extends Box Image
Extends Box AnsiImage
Extends Box OverlayImage
Extends Box Video
Extends Box FileManager
Extends Box ListTable
Extends Box TextArea
Extends Box Button
Extends Box Checkbox
Extends Box ProgressBar
Extends Box TextBox
Extends Box RadioButton
Extends Box Log
#IsSubject Source
class IsSubject :: Subject -> Constraint
class IsSubject a where
Members
reflectSubject :: Proxy a -> Subject_
Instances
IsSubject Node
IsSubject Screen
IsSubject Element
IsSubject Box
IsSubject Text
IsSubject Line
IsSubject BigText
IsSubject List
IsSubject FileManager
IsSubject ListTable
IsSubject ListBar
IsSubject Form
IsSubject Input
IsSubject TextArea
IsSubject TextBox
IsSubject Button
IsSubject Checkbox
IsSubject RadioSet
IsSubject RadioButton
IsSubject Prompt
IsSubject Question
IsSubject Message
IsSubject Loading
IsSubject ProgressBar
IsSubject Log
IsSubject Table
IsSubject Terminal
IsSubject (Ext Process)
#Fires Source
class Fires :: forall event'. Subject -> event' -> Constraint
class Fires (subj :: Subject) event
#Extends Source
class Extends :: Subject -> Subject -> Constraint
class Extends (parent :: Subject) (child :: Subject)
Instances
Extends Node Screen
Extends Node Element
Extends Node Node
Extends Screen Screen
Extends Node Box
Extends Element Box
Extends Box Box
Extends Node Text
Extends Element Text
Extends Text Text
Extends Node Layout
Extends Element Layout
Extends Layout Layout
Extends Node Line
Extends Element Line
Extends Box Line
Extends Line Line
Extends Node BigText
Extends Element BigText
Extends Box BigText
Extends BigText BigText
Extends Node List
Extends Element List
Extends Box List
Extends List List
Extends Node ListBar
Extends Element ListBar
Extends Box ListBar
Extends List ListBar
Extends ListBar ListBar
Extends Node Form
Extends Element Form
Extends Box Form
Extends Form Form
Extends Node Input
Extends Element Input
Extends Box Input
Extends Input Input
Extends Node RadioSet
Extends Element RadioSet
Extends Box RadioSet
Extends RadioSet RadioSet
Extends Node Prompt
Extends Element Prompt
Extends Box Prompt
Extends Prompt Prompt
Extends Node Question
Extends Element Question
Extends Box Question
Extends Question Question
Extends Node Message
Extends Element Message
Extends Box Message
Extends Message Message
Extends Node Loading
Extends Element Loading
Extends Box Loading
Extends Loading Loading
Extends Node Table
Extends Element Table
Extends Box Table
Extends Table Table
Extends Node Terminal
Extends Element Terminal
Extends Box Terminal
Extends Terminal Terminal
Extends Node Image
Extends Element Image
Extends Box Image
Extends Image Image
Extends Node AnsiImage
Extends Element AnsiImage
Extends Box AnsiImage
Extends AnsiImage AnsiImage
Extends Node OverlayImage
Extends Element OverlayImage
Extends Box OverlayImage
Extends OverlayImage OverlayImage
Extends Node Video
Extends Element Video
Extends Box Video
Extends Video Video
Extends Node FileManager
Extends Element FileManager
Extends Box FileManager
Extends List FileManager
Extends FileManager FileManager
Extends Node ListTable
Extends Element ListTable
Extends Box ListTable
Extends List ListTable
Extends ListTable ListTable
Extends Node TextArea
Extends Element TextArea
Extends Box TextArea
Extends Input TextArea
Extends TextArea TextArea
Extends Node Button
Extends Element Button
Extends Box Button
Extends Input Button
Extends Button Button
Extends Node Checkbox
Extends Element Checkbox
Extends Box Checkbox
Extends Input Checkbox
Extends Checkbox Checkbox
Extends Node ProgressBar
Extends Element ProgressBar
Extends Box ProgressBar
Extends Input ProgressBar
Extends ProgressBar ProgressBar
Extends Node TextBox
Extends Element TextBox
Extends Box TextBox
Extends Input TextBox
Extends TextArea TextBox
Extends TextBox ProgressBar
Extends Node RadioButton
Extends Element RadioButton
Extends Box RadioButton
Extends Input RadioButton
Extends Checkbox RadioButton
Extends RadioButton RadioButton
Extends Node Log
Extends Element Log
Extends Box Log
- Modules
- Blessed
- Blessed.
Core. Align - Blessed.
Core. Border - Blessed.
Core. Callback - Blessed.
Core. Color - Blessed.
Core. Coord - Blessed.
Core. Cursor - Blessed.
Core. Dimension - Blessed.
Core. EndStyle - Blessed.
Core. Flex - Blessed.
Core. Helpers - Blessed.
Core. Key - Blessed.
Core. Label - Blessed.
Core. ListStyle - Blessed.
Core. Offset - Blessed.
Core. Orientation - Blessed.
Core. Padding - Blessed.
Core. Style - Blessed.
Core. Terminal - Blessed.
Demo - Blessed.
Internal. ArgonautCodecExtra - Blessed.
Internal. BlessedOp - Blessed.
Internal. BlessedSubj - Blessed.
Internal. Codec - Blessed.
Internal. Command - Blessed.
Internal. Core - Blessed.
Internal. Dump - Blessed.
Internal. Emitter - Blessed.
Internal. Foreign - Blessed.
Internal. JsApi - Blessed.
Internal. NodeKey - Blessed.
UI. Base. Element. Event - Blessed.
UI. Base. Element. Method - Blessed.
UI. Base. Element. Method. Content - Blessed.
UI. Base. Element. Option - Blessed.
UI. Base. Element. Property - Blessed.
UI. Base. Element. PropertySet - Blessed.
UI. Base. Node. Event - Blessed.
UI. Base. Node. Method - Blessed.
UI. Base. Node. Option - Blessed.
UI. Base. Node. Property - Blessed.
UI. Base. Screen - Blessed.
UI. Base. Screen. Event - Blessed.
UI. Base. Screen. Method - Blessed.
UI. Base. Screen. Option - Blessed.
UI. Base. Screen. Property - Blessed.
UI. Boxes. BigText. Option - Blessed.
UI. Boxes. Box - Blessed.
UI. Boxes. Box. Event - Blessed.
UI. Boxes. Box. Method - Blessed.
UI. Boxes. Box. Option - Blessed.
UI. Boxes. Box. Property - Blessed.
UI. Boxes. Line - Blessed.
UI. Boxes. Line. Event - Blessed.
UI. Boxes. Line. Option - Blessed.
UI. Boxes. Text. Option - Blessed.
UI. DataDisplay. Log - Blessed.
UI. DataDisplay. Log. Event - Blessed.
UI. DataDisplay. Log. Method - Blessed.
UI. DataDisplay. Log. Option - Blessed.
UI. DataDisplay. Log. Property - Blessed.
UI. DataDisplay. ProgressBar. Event - Blessed.
UI. DataDisplay. ProgressBar. Method - Blessed.
UI. DataDisplay. ProgressBar. Option - Blessed.
UI. DataDisplay. Table. Method - Blessed.
UI. DataDisplay. Table. Option - Blessed.
UI. Forms. Button - Blessed.
UI. Forms. Button. Event - Blessed.
UI. Forms. Button. Method - Blessed.
UI. Forms. Button. Option - Blessed.
UI. Forms. Checkbox - Blessed.
UI. Forms. Checkbox. Event - Blessed.
UI. Forms. Checkbox. Method - Blessed.
UI. Forms. Checkbox. Option - Blessed.
UI. Forms. Checkbox. Property - Blessed.
UI. Forms. Form. Event - Blessed.
UI. Forms. Form. Method - Blessed.
UI. Forms. Form. Option - Blessed.
UI. Forms. Form. Property - Blessed.
UI. Forms. TextArea - Blessed.
UI. Forms. TextArea. Event - Blessed.
UI. Forms. TextArea. Method - Blessed.
UI. Forms. TextArea. Option - Blessed.
UI. Forms. TextArea. Property - Blessed.
UI. Forms. TextBox - Blessed.
UI. Forms. TextBox. Event - Blessed.
UI. Forms. TextBox. Option - Blessed.
UI. Forms. TextBox. Property - Blessed.
UI. Lists. FileManager. Event - Blessed.
UI. Lists. FileManager. Method - Blessed.
UI. Lists. FileManager. Option - Blessed.
UI. Lists. FileManager. Property - Blessed.
UI. Lists. List - Blessed.
UI. Lists. List. Event - Blessed.
UI. Lists. List. Method - Blessed.
UI. Lists. List. Option - Blessed.
UI. Lists. List. Property - Blessed.
UI. Lists. ListBar - Blessed.
UI. Lists. ListBar. Event - Blessed.
UI. Lists. ListBar. Method - Blessed.
UI. Lists. ListBar. Option - Blessed.
UI. Lists. ListTable. Method - Blessed.
UI. Lists. ListTable. Option - Blessed.
UI. Prompts. Loading. Method - Blessed.
UI. Prompts. Message. Method - Blessed.
UI. Prompts. Prompt. Method - Blessed.
UI. Prompts. Question. Method - Blessed.
UI. Special. Terminal. Option - Data.
Unfoldable1. Extra