Module
Blessed.Internal.BlessedSubj
- Package
- purescript-blessed
- Repository
- shamansir/purescript-blessed
#Subject_ Source
#ExtSubject Source
data ExtSubject#Node Source
data Node :: Subjectdata Node
Instances
IsSubject NodeExtends Node ScreenExtends Node ElementExtends Node NodeExtends Node BoxExtends Node TextExtends Node LayoutExtends Node LineExtends Node BigTextExtends Node ListExtends Node ListBarExtends Node FormExtends Node InputExtends Node RadioSetExtends Node PromptExtends Node QuestionExtends Node MessageExtends Node LoadingExtends Node TableExtends Node TerminalExtends Node ImageExtends Node AnsiImageExtends Node OverlayImageExtends Node VideoExtends Node FileManagerExtends Node ListTableExtends Node TextAreaExtends Node ButtonExtends Node CheckboxExtends Node ProgressBarExtends Node TextBoxExtends Node RadioButtonExtends Node Log
#Element Source
data Element :: Subjectdata Element
Instances
IsSubject ElementExtends Node ElementExtends Element BoxExtends Element TextExtends Element LayoutExtends Element LineExtends Element BigTextExtends Element ListExtends Element ListBarExtends Element FormExtends Element InputExtends Element RadioSetExtends Element PromptExtends Element QuestionExtends Element MessageExtends Element LoadingExtends Element TableExtends Element TerminalExtends Element ImageExtends Element AnsiImageExtends Element OverlayImageExtends Element VideoExtends Element FileManagerExtends Element ListTableExtends Element TextAreaExtends Element ButtonExtends Element CheckboxExtends Element ProgressBarExtends Element TextBoxExtends Element RadioButtonExtends Element Log
#Box Source
data Box :: Subjectdata Box
Instances
IsSubject BoxExtends Node BoxExtends Element BoxExtends Box BoxExtends Box LineExtends Box BigTextExtends Box ListExtends Box ListBarExtends Box FormExtends Box InputExtends Box RadioSetExtends Box PromptExtends Box QuestionExtends Box MessageExtends Box LoadingExtends Box TableExtends Box TerminalExtends Box ImageExtends Box AnsiImageExtends Box OverlayImageExtends Box VideoExtends Box FileManagerExtends Box ListTableExtends Box TextAreaExtends Box ButtonExtends Box CheckboxExtends Box ProgressBarExtends Box TextBoxExtends Box RadioButtonExtends Box Log
#IsSubject Source
class IsSubject :: Subject -> Constraintclass IsSubject a where
Members
reflectSubject :: Proxy a -> Subject_
Instances
IsSubject NodeIsSubject ScreenIsSubject ElementIsSubject BoxIsSubject TextIsSubject LineIsSubject BigTextIsSubject ListIsSubject FileManagerIsSubject ListTableIsSubject ListBarIsSubject FormIsSubject InputIsSubject TextAreaIsSubject TextBoxIsSubject ButtonIsSubject CheckboxIsSubject RadioSetIsSubject RadioButtonIsSubject PromptIsSubject QuestionIsSubject MessageIsSubject LoadingIsSubject ProgressBarIsSubject LogIsSubject TableIsSubject TerminalIsSubject (Ext Process)
#Fires Source
class Fires :: forall event'. Subject -> event' -> Constraintclass Fires (subj :: Subject) event
#Extends Source
class Extends :: Subject -> Subject -> Constraintclass Extends (parent :: Subject) (child :: Subject)
Instances
Extends Node ScreenExtends Node ElementExtends Node NodeExtends Screen ScreenExtends Node BoxExtends Element BoxExtends Box BoxExtends Node TextExtends Element TextExtends Text TextExtends Node LayoutExtends Element LayoutExtends Layout LayoutExtends Node LineExtends Element LineExtends Box LineExtends Line LineExtends Node BigTextExtends Element BigTextExtends Box BigTextExtends BigText BigTextExtends Node ListExtends Element ListExtends Box ListExtends List ListExtends Node ListBarExtends Element ListBarExtends Box ListBarExtends List ListBarExtends ListBar ListBarExtends Node FormExtends Element FormExtends Box FormExtends Form FormExtends Node InputExtends Element InputExtends Box InputExtends Input InputExtends Node RadioSetExtends Element RadioSetExtends Box RadioSetExtends RadioSet RadioSetExtends Node PromptExtends Element PromptExtends Box PromptExtends Prompt PromptExtends Node QuestionExtends Element QuestionExtends Box QuestionExtends Question QuestionExtends Node MessageExtends Element MessageExtends Box MessageExtends Message MessageExtends Node LoadingExtends Element LoadingExtends Box LoadingExtends Loading LoadingExtends Node TableExtends Element TableExtends Box TableExtends Table TableExtends Node TerminalExtends Element TerminalExtends Box TerminalExtends Terminal TerminalExtends Node ImageExtends Element ImageExtends Box ImageExtends Image ImageExtends Node AnsiImageExtends Element AnsiImageExtends Box AnsiImageExtends AnsiImage AnsiImageExtends Node OverlayImageExtends Element OverlayImageExtends Box OverlayImageExtends OverlayImage OverlayImageExtends Node VideoExtends Element VideoExtends Box VideoExtends Video VideoExtends Node FileManagerExtends Element FileManagerExtends Box FileManagerExtends List FileManagerExtends FileManager FileManagerExtends Node ListTableExtends Element ListTableExtends Box ListTableExtends List ListTableExtends ListTable ListTableExtends Node TextAreaExtends Element TextAreaExtends Box TextAreaExtends Input TextAreaExtends TextArea TextAreaExtends Node ButtonExtends Element ButtonExtends Box ButtonExtends Input ButtonExtends Button ButtonExtends Node CheckboxExtends Element CheckboxExtends Box CheckboxExtends Input CheckboxExtends Checkbox CheckboxExtends Node ProgressBarExtends Element ProgressBarExtends Box ProgressBarExtends Input ProgressBarExtends ProgressBar ProgressBarExtends Node TextBoxExtends Element TextBoxExtends Box TextBoxExtends Input TextBoxExtends TextArea TextBoxExtends TextBox ProgressBarExtends Node RadioButtonExtends Element RadioButtonExtends Box RadioButtonExtends Input RadioButtonExtends Checkbox RadioButtonExtends RadioButton RadioButtonExtends Node LogExtends Element LogExtends 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